[css-images-4] Add support for CSS "object-view-box" property
Categories
(Core :: Layout: Images, Video, and HTML Frames, enhancement)
Tracking
()
People
(Reporter: dholbert, Unassigned)
References
(Blocks 2 open bugs)
Details
(Keywords: dev-doc-needed)
Filing this bug to cover implementation of the "object-view-box" CSS property.
https://drafts.csswg.org/css-images-4/#the-object-view-box
(mirror: https://andreubotella.com/csswg-auto-build/css-images-4/#the-object-view-box )
See also https://github.com/w3c/csswg-drafts/issues/7143 (and probably several other csswg-drafts issues) where this has been discussed, too.
Comment 1•1 year ago
|
||
Supporting view-box would align us with Safari and Chrome by passing the two WPTs where we presently don't align for the css/css-transforms/transform-box tests (cssbox-initial.html and svgbox-initial.html), so it might be worth prioritizing over the other features which Chrome doesn't yet support on the same tests.
Updated•1 year ago
|
Updated•1 year ago
|
Comment 2•1 year ago
|
||
(In reply to Thomas Wisniewski [:twisniewski] from comment #1)
Supporting view-box would align us with Safari and Chrome by passing the two WPTs where we presently don't align for the css/css-transforms/transform-box tests (cssbox-initial.html and svgbox-initial.html), so it might be worth prioritizing over the other features which Chrome doesn't yet support on the same tests.
I guess you were talking about Bug 1819464. This bug shouldn't be related to css transform.
Comment 3•1 year ago
|
||
Indeed that seems to be the case. My mistake, thanks for checking!
Description
•