Skip to content

Commit c5cd0a1

Browse files
KTibowcaugner
andauthored
Chrome 119 supports rect() + xywh() in clip-path (#27692)
* fix chromium rect/xywh * Run `npm run lint:fix` --------- Co-authored-by: Claas Augner <[email protected]>
1 parent 9b720ad commit c5cd0a1

File tree

1 file changed

+22
-10
lines changed

1 file changed

+22
-10
lines changed

css/types/basic-shape.json

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -439,11 +439,17 @@
439439
"web-features:shapes"
440440
],
441441
"support": {
442-
"chrome": {
443-
"version_added": "116",
444-
"partial_implementation": true,
445-
"notes": "Only supported on the `offset-path` property."
446-
},
442+
"chrome": [
443+
{
444+
"version_added": "119"
445+
},
446+
{
447+
"version_added": "116",
448+
"version_removed": "119",
449+
"partial_implementation": true,
450+
"notes": "Only supported on the `offset-path` property."
451+
}
452+
],
447453
"chrome_android": "mirror",
448454
"edge": "mirror",
449455
"firefox": {
@@ -525,11 +531,17 @@
525531
"web-features:shapes"
526532
],
527533
"support": {
528-
"chrome": {
529-
"version_added": "116",
530-
"partial_implementation": true,
531-
"notes": "Only supported on the `offset-path` property."
532-
},
534+
"chrome": [
535+
{
536+
"version_added": "119"
537+
},
538+
{
539+
"version_added": "116",
540+
"version_removed": "119",
541+
"partial_implementation": true,
542+
"notes": "Only supported on the `offset-path` property."
543+
}
544+
],
533545
"chrome_android": "mirror",
534546
"edge": "mirror",
535547
"firefox": {

0 commit comments

Comments
 (0)