css clip-path not working with rect() and xywh()
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
People
(Reporter: David.Gausmann, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0
Steps to reproduce:
I wanted to use the CSS clip-path property with a rect() value. For testing I copied the value from MDN.
Actual results:
The developer tools say that this is an invalid CSS property value. However, MDN says that Firefox should support all basic shapes.
Expected results:
The CSS rule should be valid.
| Reporter | ||
Comment 1•2 years ago
|
||
You can access https://developer.mozilla.org/en-US/docs/Web/CSS/clip-path and click on all examples.
rect() and xywh() don't work in Firefox.
Comment 2•2 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::CSS Parsing and Computation' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Comment 3•2 years ago
|
||
Try updating to Firefox 122.
Description
•