-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
52 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
# Generated from: counter-style.yml | ||
# Do not edit this file by hand. Edit the source file instead! | ||
|
||
name: "@counter-style" | ||
description: The `@counter-style` CSS at-rule defines custom counter styles for list items. For example, you can use a sequence of specific symbols instead of numbers for an ordered list. | ||
spec: https://drafts.csswg.org/css-counter-styles-3/ | ||
caniuse: css-at-counter-style | ||
usage_stats: https://chromestatus.com/metrics/feature/timeline/popularity/3809 | ||
status: | ||
baseline: low | ||
baseline_low_date: 2023-09-18 | ||
support: | ||
chrome: "91" | ||
chrome_android: "91" | ||
edge: "91" | ||
firefox: "33" | ||
firefox_android: "33" | ||
safari: "17" | ||
safari_ios: "17" | ||
compat_features: | ||
- css.at-rules.counter-style | ||
- css.at-rules.counter-style.additive-symbols | ||
- css.at-rules.counter-style.fallback | ||
- css.at-rules.counter-style.negative | ||
- css.at-rules.counter-style.pad | ||
- css.at-rules.counter-style.prefix | ||
- css.at-rules.counter-style.range | ||
- css.at-rules.counter-style.suffix | ||
- css.at-rules.counter-style.system | ||
- api.CSSCounterStyleRule | ||
- api.CSSCounterStyleRule.additiveSymbols | ||
- api.CSSCounterStyleRule.fallback | ||
- api.CSSCounterStyleRule.name | ||
- api.CSSCounterStyleRule.negative | ||
- api.CSSCounterStyleRule.pad | ||
- api.CSSCounterStyleRule.prefix | ||
- api.CSSCounterStyleRule.range | ||
- api.CSSCounterStyleRule.system | ||
- api.CSSCounterStyleRule.suffix | ||
# Partial support except in Safari: | ||
# - css.at-rules.counter-style.symbols | ||
# - api.CSSCounterStyleRule.symbols | ||
# Firefox only: | ||
# - css.at-rules.counter-style.speak-as | ||
# - api.CSSCounterStyleRule.speakAs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters