New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 774706 link

Starred by 2 users

Issue metadata

Status: Started
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug

Blocking:
issue 384251
issue 678265
issue 774718



Sign in to add a comment

Updating the image data is not called when crossorigin attribute's state is changed

Project Member Reported by hirosh...@chromium.org, Oct 13 2017

Issue description

Spec:
"Updating the image data" must be called when:
https://html.spec.whatwg.org/multipage/images.html#relevant-mutations
> The element's crossorigin attribute's state is changed.

Current behavior:
HTMLImageElement::ParseAttribute() doesn't call SelectSourceURL() and thus ImageLoader::UpdateFromElement().

 
Blocking: 678265
Blocking: 384251
Components: Blink>Loader
Status: Started (was: Assigned)
Draft CL: https://chromium-review.googlesource.com/c/chromium/src/+/720056
Blocking: 774718

Sign in to add a comment