From e4578b98e90dd7c14c8b05f3cddb43c5525d3d6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Thu, 25 Apr 2024 16:07:56 +0200 Subject: [PATCH] Add counter-style.dist.yml --- .../counter-style.dist.yml | 45 +++++++++++++++++++ feature-group-definitions/counter-style.yml | 12 ++--- 2 files changed, 52 insertions(+), 5 deletions(-) create mode 100644 feature-group-definitions/counter-style.dist.yml diff --git a/feature-group-definitions/counter-style.dist.yml b/feature-group-definitions/counter-style.dist.yml new file mode 100644 index 0000000000..2c7ad50819 --- /dev/null +++ b/feature-group-definitions/counter-style.dist.yml @@ -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 diff --git a/feature-group-definitions/counter-style.yml b/feature-group-definitions/counter-style.yml index c46abbefa5..66cedc3e41 100644 --- a/feature-group-definitions/counter-style.yml +++ b/feature-group-definitions/counter-style.yml @@ -11,9 +11,7 @@ compat_features: - css.at-rules.counter-style.pad - css.at-rules.counter-style.prefix - css.at-rules.counter-style.range - - css.at-rules.counter-style.speak-as - css.at-rules.counter-style.suffix - - css.at-rules.counter-style.symbols - css.at-rules.counter-style.system - api.CSSCounterStyleRule - api.CSSCounterStyleRule.additiveSymbols @@ -23,7 +21,11 @@ compat_features: - api.CSSCounterStyleRule.pad - api.CSSCounterStyleRule.prefix - api.CSSCounterStyleRule.range - - api.CSSCounterStyleRule.speakAs - - api.CSSCounterStyleRule.suffix - - api.CSSCounterStyleRule.symbols - 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