You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's "update the image data" and "The user agent may at any time run the following algorithm to update an img element's image in order to react to changes in the environment." both need the same things for fetching, and it's currently duplicated. Not good.
When initiating a fetch as part of the two image-fetching algorithms
(see #1643), we should use the element's referrerpolicy attribute to set
the referrer policy on the request.
See #1531 and
w3c/webappsec-referrer-policy#40.
When initiating a fetch as part of the two image-fetching algorithms
(see whatwg#1643), we should use the element's referrerpolicy attribute to set
the referrer policy on the request.
See whatwg#1531 and
w3c/webappsec-referrer-policy#40.
There's "update the image data" and "The user agent may at any time run the following algorithm to update an img element's image in order to react to changes in the environment." both need the same things for fetching, and it's currently duplicated. Not good.
See #1641 (comment)
The text was updated successfully, but these errors were encountered: