whatwg/html

Unclear if error event from "update the image data" matches implementations

Offen

#3.839 geöffnet am 22.07.2018

 (4 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)HTML (2.520 Forks)batch import
good first issuetopic: img

Repository-Metriken

Stars
 (7.654 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 42T 18h) (22 gemergte PRs in 30 T)

Beschreibung

Attempting to verify the behaviour of step 10 of update the image data, I ran this test in Firefox, Safari, and Chrome on macOS. Each browser only displayed "error1". As far as I can tell img elements with either a srcset attribute or a picture parent should cause the algorithm to be invoked, and then end up with a null selected source. This doesn't appear to match the behaviour of any browser I've tried, however.

cc @zcorpan

Contributor Guide