Skip to content

Commit

Permalink
Update Chrome/Safari data for api.SVGStyleElement.disabled (#21820)
Browse files Browse the repository at this point in the history
* Update Chrome/Safari data for api.SVGStyleElement.disabled

This PR updates and corrects version values for Chrome and Safari for the `disabled` member of the `SVGStyleElement` API. The data comes from the [mdn-bcd-collector](https://mdn-bcd-collector.gooborg.com) project (v10.6.5).

_Check out the [collector's guide on how to review this PR](https://github.com/openwebdocs/mdn-bcd-collector#reviewing-bcd-changes)._

Tests Used: https://mdn-bcd-collector.gooborg.com/tests/api/SVGStyleElement/disabled

* Apply suggestions from code review

---------

Co-authored-by: Florian Scholz <fs@florianscholz.com>
  • Loading branch information
queengooborg and Elchi3 authored Jan 17, 2024
1 parent 28a0dd8 commit 13937a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/SVGStyleElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"spec_url": "https://svgwg.org/svg2-draft/styling.html#__svg__SVGStyleElement__disabled",
"support": {
"chrome": {
"version_added": "102"
"version_added": "45"
},
"chrome_android": "mirror",
"edge": "mirror",
Expand All @@ -64,7 +64,7 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
"version_added": "6"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand Down

0 comments on commit 13937a3

Please sign in to comment.