Skip to content

Commit

Permalink
FF82 CSS counter-reset spec fix (#15666)
Browse files Browse the repository at this point in the history
* FF82 CSS counter-reset spec fix

* counter-reset - make not-negative and mirror
  • Loading branch information
hamishwillee authored Jul 30, 2022
1 parent d1486b9 commit 866245c
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions css/properties/counter-reset.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,38 @@
"deprecated": false
}
},
"reset_does_not_affect_siblings": {
"__compat": {
"description": "Resets counter on current element (not sibling elements).",
"support": {
"chrome": {
"version_added": false
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "82"
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
},
"reversed": {
"__compat": {
"description": "<code>reversed()</code>",
Expand Down

0 comments on commit 866245c

Please sign in to comment.