[css-shapes-1] Implement xywh() function for shape-outside
Categories
(Core :: Layout: Floats, enhancement)
Tracking
()
People
(Reporter: sebo, Assigned: sukil)
References
(Blocks 1 open bug, )
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
Theh CSS Shapes Module Level 1 specificadtion defines that the shape-outside property takes arbitrary <basic-shape>s.
Therefore, this bug is to support the xywh() function in shape-outside.
Sebastian
| Assignee | ||
Comment 1•2 months ago
|
||
Updated•2 months ago
|
Updated•2 months ago
|
Updated•2 months ago
|
Updated•2 months ago
|
Comment 4•2 months ago
|
||
| bugherder | ||
| Reporter | ||
Comment 6•2 months ago
|
||
[Why is this notable]: New functions for shape-outside property
[Affects Firefox for Android]: yes
[Suggested wording]: The functions xywh() and rect() were previously already implemented for the clip-path and offset-path properties. Now they are also available for the shape-outside property.
[Links (documentation, blog post, etc)]:
https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Values/basic-shape/xywh
https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Values/basic-shape/rect
https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/shape-outside
Comment 7•2 months ago
|
||
Thanks. Note added to our 149 nightly release notes. I am keeping the relnotes? flag open until we include the note in our final 149 release notes.
Updated•1 month ago
|
Comment 9•1 month ago
|
||
Related issues and pull requests
Updated•1 month ago
|
Description
•