We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect support data (example: BrowserX says "86" but support was added in "40")
Chrome has support rect and xwwh at version 119
rect
xwwh
Chromium (Chrome, Edge 79+, Opera, Samsung Internet)
Update rect and xwwh shape support versions with offset-path 116 and clip-path 119.
It works fine in the latest version. Tested pass with WPT from version 119. https://wpt.fyi/results/css/css-masking/clip-path/clip-path-rect-001.html?label=master&label=stable&product=chrome-119.0.6045.105&product=edge&product=firefox&product=safari&aligned&view=interop
Feature status: https://chromestatus.com/feature/5672616710373376
What's more, the MDN clip-path demo with rect is incorrect. https://developer.mozilla.org/en-US/docs/Web/CSS/clip-path
I think it should be clip-path: rect(5px 145px 160px 5px round 20%); (Exchange left and right order).
clip-path: rect(5px 145px 160px 5px round 20%);
https://developer.mozilla.org/en-US/docs/Web/CSS/basic-shape/rect
css.types.basic-shape.rect
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What type of issue is this?
Incorrect support data (example: BrowserX says "86" but support was added in "40")
What information was incorrect, unhelpful, or incomplete?
Chrome has support
rect
andxwwh
at version 119What browsers does this problem apply to, if applicable?
Chromium (Chrome, Edge 79+, Opera, Samsung Internet)
What did you expect to see?
Update
rect
andxwwh
shape support versions with offset-path 116 and clip-path 119.Did you test this? If so, how?
It works fine in the latest version.
Tested pass with WPT from version 119.
https://wpt.fyi/results/css/css-masking/clip-path/clip-path-rect-001.html?label=master&label=stable&product=chrome-119.0.6045.105&product=edge&product=firefox&product=safari&aligned&view=interop
Can you link to any release notes, bugs, pull requests, or MDN pages related to this?
Feature status: https://chromestatus.com/feature/5672616710373376
Do you have anything more you want to share?
What's more, the MDN clip-path demo with rect is incorrect.
https://developer.mozilla.org/en-US/docs/Web/CSS/clip-path
I think it should be
clip-path: rect(5px 145px 160px 5px round 20%);
(Exchange left and right order).
MDN URL
https://developer.mozilla.org/en-US/docs/Web/CSS/basic-shape/rect
MDN metadata
MDN page report details
css.types.basic-shape.rect
The text was updated successfully, but these errors were encountered: