Closed
Bug 1263625
Opened 9 years ago
Closed 9 years ago
"parse a sizes attribute" has an optional fallback width value which should be derived from the img element's `width` attribute if present
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
DUPLICATE
of bug 1205285
Tracking | Status | |
---|---|---|
firefox48 | --- | affected |
People
(Reporter: edgar, Assigned: edgar)
Details
(Whiteboard: [tw-dom] btpp-active)
Attachments
(1 file)
254.09 KB,
patch
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a follow-up of Bug #1237633 comment #8 +++
The spec algorithm for "parse a sizes attribute" has an optional fallback width value (or default 100vw), which should be derived from the img element's `width` attribute if present (see step 3 of https://html.spec.whatwg.org/multipage/embedded-content.html#update-the-source-set).
Assignee | ||
Comment 1•9 years ago
|
||
WIP patch from Josh.
Updated•9 years ago
|
Whiteboard: [tw-dom] → [tw-dom] btpp-active
Assignee | ||
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•