Closed
Bug 1565690
Opened 6 years ago
Closed 6 years ago
Prefer image aspect ratio to inferred aspect ratio.
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect)
Core
Layout: Images, Video, and HTML Frames
Tracking
()
RESOLVED
FIXED
mozilla70
| Tracking | Status | |
|---|---|---|
| firefox70 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
Details
Attachments
(1 file)
This would fix all the regressions from bug 1547231.
| Assignee | ||
Comment 1•6 years ago
|
||
Since people like to get wrong attribute values on their images, see the
regressions from bug 1547231.
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/aa0016d9f9f8
When inferring an aspect ratio from an image's width and height attribute, only honor it if we don't have the real image aspect-ratio. r=dholbert
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/17815 for changes under testing/web-platform/tests
Upstream web-platform-tests status checks passed, PR will merge once commit reaches central.
Comment 5•6 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla70
Upstream PR merged
| Assignee | ||
Comment 11•6 years ago
|
||
I wanted to wait for it to get a spec change before turning it on on release, see near the end of https://github.com/WICG/intrinsicsize-attribute/issues/16.
Flags: needinfo?(emilio)
You need to log in
before you can comment on or make changes to this bug.
Description
•