Skip to content

Commit

Permalink
Update support data for content-fill and context-stroke (#23660)
Browse files Browse the repository at this point in the history
* Add display_override manifest member tabbed value

* Update support data for content-fill and context-stroke
  • Loading branch information
chrisdavidmills authored Jul 5, 2024
1 parent 2ac75cc commit eaaf878
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions svg/global_attributes.json
Original file line number Diff line number Diff line change
Expand Up @@ -1247,7 +1247,7 @@
],
"support": {
"chrome": {
"version_added": null
"version_added": true
},
"chrome_android": "mirror",
"edge": "mirror",
Expand Down Expand Up @@ -1276,10 +1276,11 @@
},
"context-fill": {
"__compat": {
"description": "<code>context-fill</code> value",
"spec_url": "https://svgwg.org/svg2-draft/painting.html#SpecifyingPaint",
"support": {
"chrome": {
"version_added": null
"version_added": "124"
},
"chrome_android": "mirror",
"edge": "mirror",
Expand All @@ -1294,7 +1295,7 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": null
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand Down Expand Up @@ -2404,10 +2405,11 @@
},
"context-stroke": {
"__compat": {
"description": "<code>context-stroke</code> value",
"spec_url": "https://svgwg.org/svg2-draft/painting.html#SpecifyingPaint",
"support": {
"chrome": {
"version_added": null
"version_added": "124"
},
"chrome_android": "mirror",
"edge": "mirror",
Expand All @@ -2422,7 +2424,7 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": null
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand Down

0 comments on commit eaaf878

Please sign in to comment.