diff --git a/features/custom-ellipsis.yml b/features/custom-ellipsis.yml new file mode 100644 index 00000000000..22f93597022 --- /dev/null +++ b/features/custom-ellipsis.yml @@ -0,0 +1,5 @@ +name: Custom ellipses +description: The `text-overflow` CSS property with a string value sets the string representing clipped text. +spec: https://drafts.csswg.org/css-overflow-4/#overflow-string +compat_features: + - css.properties.text-overflow.string diff --git a/features/custom-ellipsis.yml.dist b/features/custom-ellipsis.yml.dist new file mode 100644 index 00000000000..5401e54505e --- /dev/null +++ b/features/custom-ellipsis.yml.dist @@ -0,0 +1,10 @@ +# Generated from: custom-ellipsis.yml +# Do not edit this file by hand. Edit the source file instead! + +status: + baseline: false + support: + firefox: "9" + firefox_android: "9" +compat_features: + - css.properties.text-overflow.string diff --git a/features/line-clamp.yml b/features/line-clamp.yml index 0c49e81dfb8..c00be024e0b 100644 --- a/features/line-clamp.yml +++ b/features/line-clamp.yml @@ -3,3 +3,6 @@ description: "The `line-clamp` CSS property limits the text in a block container spec: https://drafts.csswg.org/css-overflow-4/#line-clamp group: css caniuse: css-line-clamp +compat_features: + - css.properties.line-clamp + - css.properties.line-clamp.none diff --git a/features/line-clamp.yml.dist b/features/line-clamp.yml.dist index 40077000924..85dd95615de 100644 --- a/features/line-clamp.yml.dist +++ b/features/line-clamp.yml.dist @@ -6,3 +6,4 @@ status: support: {} compat_features: - css.properties.line-clamp + - css.properties.line-clamp.none diff --git a/features/logical-properties.yml b/features/logical-properties.yml index 35163f52323..dbc49001d5d 100644 --- a/features/logical-properties.yml +++ b/features/logical-properties.yml @@ -90,4 +90,6 @@ compat_features: - css.properties.padding-inline-end - css.properties.padding-inline-start - css.properties.overflow-block + - css.properties.overflow-block.overlay - css.properties.overflow-inline + - css.properties.overflow-inline.overlay diff --git a/features/logical-properties.yml.dist b/features/logical-properties.yml.dist index a71136c8ff3..ffe0a5c8328 100644 --- a/features/logical-properties.yml.dist +++ b/features/logical-properties.yml.dist @@ -210,3 +210,10 @@ compat_features: # firefox_android: "79" - css.properties.overflow-block - css.properties.overflow-inline + + # baseline: false + # support: + # firefox: "112" + # firefox_android: "112" + - css.properties.overflow-block.overlay + - css.properties.overflow-inline.overlay diff --git a/features/overflow-shorthand.yml b/features/overflow-shorthand.yml index 34fa0a443cf..1d322b520ce 100644 --- a/features/overflow-shorthand.yml +++ b/features/overflow-shorthand.yml @@ -3,6 +3,8 @@ description: The `overflow` CSS property sets the behavior for when content does spec: https://drafts.csswg.org/css-overflow-3/#propdef-overflow group: css caniuse: css-overflow +status: + compute_from: css.properties.overflow.clip compat_features: - css.properties.overflow - css.properties.overflow-x diff --git a/features/text-overflow.yml b/features/text-overflow.yml index d0984e1bb70..d823d793279 100644 --- a/features/text-overflow.yml +++ b/features/text-overflow.yml @@ -3,8 +3,11 @@ description: The `text-overflow` CSS property sets how hidden overflow content a spec: https://drafts.csswg.org/css-overflow-4/#text-overflow group: css caniuse: text-overflow +status: + compute_from: css.properties.text-overflow compat_features: - css.properties.text-overflow - css.properties.text-overflow.clip - css.properties.text-overflow.ellipsis - svg.global_attributes.text-overflow + - css.properties.text-overflow.two_value_syntax diff --git a/features/text-overflow.yml.dist b/features/text-overflow.yml.dist index 89ca9091ab8..3ac986104de 100644 --- a/features/text-overflow.yml.dist +++ b/features/text-overflow.yml.dist @@ -14,7 +14,25 @@ status: safari: "1.3" safari_ios: "1" compat_features: + # ⬇️ Same status as overall feature ⬇️ + # baseline: high + # baseline_low_date: 2015-07-29 + # baseline_high_date: 2018-01-29 + # support: + # chrome: "1" + # chrome_android: "18" + # edge: "12" + # firefox: "7" + # firefox_android: "7" + # safari: "1.3" + # safari_ios: "1" - css.properties.text-overflow - css.properties.text-overflow.clip - css.properties.text-overflow.ellipsis - svg.global_attributes.text-overflow + + # baseline: false + # support: + # firefox: "9" + # firefox_android: "9" + - css.properties.text-overflow.two_value_syntax