whatwg/html

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

开放

#3,839 创建于 2018年7月22日

 (4 条评论) (0 个反应) (0 位负责人)HTML (2,520 个派生)batch import
good first issuetopic: img

仓库指标

星标
 (7,654 个星标)
PR 合并指标
 (平均合并 42天 18小时) (30 天内合并 22 个 PR)

描述

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

贡献者指南