Skip to content

Commit

Permalink
Chrome 28 / Safari 9 support counter-increment CSS property (#25308)
Browse files Browse the repository at this point in the history
This PR updates and corrects version values for Chrome and Safari for the `counter-increment` CSS property. The data comes from the [mdn-bcd-collector](https://mdn-bcd-collector.gooborg.com) project (v10.12.7).

Tests Used: https://mdn-bcd-collector.gooborg.com/tests/css/properties/counter-increment

Additional Notes: Safari 9 was guesstimated from lack of support in Safari 8 and support in Safari 9.1.
  • Loading branch information
queengooborg authored Dec 5, 2024
1 parent 1d4f5c9 commit a86dee6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/properties/counter-increment.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
],
"support": {
"chrome": {
"version_added": "≤83"
"version_added": "28"
},
"chrome_android": "mirror",
"edge": {
Expand All @@ -75,7 +75,7 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "≤13.1"
"version_added": "9"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand Down

0 comments on commit a86dee6

Please sign in to comment.