diff --git a/features/flexbox.yml b/features/flexbox.yml index b937a75ff51..45c3acef4e9 100644 --- a/features/flexbox.yml +++ b/features/flexbox.yml @@ -46,6 +46,7 @@ compat_features: - css.properties.flex-direction.row-reverse - css.properties.flex-flow - css.properties.flex-grow + - css.properties.flex-grow.less_than_zero_animate - css.properties.flex-shrink - css.properties.flex-wrap - css.properties.flex-wrap.nowrap diff --git a/features/flexbox.yml.dist b/features/flexbox.yml.dist index d64d0096612..71befb508ae 100644 --- a/features/flexbox.yml.dist +++ b/features/flexbox.yml.dist @@ -357,6 +357,15 @@ compat_features: - css.properties.align-self.flex_context.safe_unsafe - css.properties.justify-content.flex_context.safe_unsafe + # baseline: false + # support: + # chrome: "49" + # chrome_android: "49" + # edge: "79" + # firefox: "32" + # firefox_android: "32" + - css.properties.flex-grow.less_than_zero_animate + # baseline: false # support: # firefox: "52" diff --git a/features/font-face.yml b/features/font-face.yml index ee8aea9225a..e439eeec452 100644 --- a/features/font-face.yml +++ b/features/font-face.yml @@ -17,6 +17,7 @@ compat_features: - css.at-rules.font-face.src - css.at-rules.font-face.src.drop_invalid_item - css.at-rules.font-face.src.format_keyword + - css.at-rules.font-face.src.format_variations - css.at-rules.font-face.src.tech_keyword - css.at-rules.font-face.unicode-range - css.at-rules.font-face.WOFF diff --git a/features/font-face.yml.dist b/features/font-face.yml.dist index ed549927d34..efd42aad350 100644 --- a/features/font-face.yml.dist +++ b/features/font-face.yml.dist @@ -96,6 +96,19 @@ compat_features: # safari_ios: "10" - css.at-rules.font-face.WOFF_2 + # baseline: high + # baseline_low_date: 2018-09-05 + # baseline_high_date: 2021-03-05 + # support: + # chrome: "66" + # chrome_android: "66" + # edge: "17" + # firefox: "62" + # firefox_android: "62" + # safari: "11" + # safari_ios: "11" + - css.at-rules.font-face.src.format_variations + # baseline: low # baseline_low_date: 2023-09-18 # support: diff --git a/features/text-emphasis.yml b/features/text-emphasis.yml index 8d95b39252b..9826b46bd95 100644 --- a/features/text-emphasis.yml +++ b/features/text-emphasis.yml @@ -8,6 +8,7 @@ compat_features: - css.properties.text-emphasis - css.properties.text-emphasis-color - css.properties.text-emphasis-position + - css.properties.text-emphasis-position.auto - css.properties.text-emphasis-position.left - css.properties.text-emphasis-position.over - css.properties.text-emphasis-position.right diff --git a/features/text-emphasis.yml.dist b/features/text-emphasis.yml.dist index fdd7bb402cf..3d972f2b1e0 100644 --- a/features/text-emphasis.yml.dist +++ b/features/text-emphasis.yml.dist @@ -76,3 +76,9 @@ compat_features: # safari_ios: ≤13.4 - css.properties.text-emphasis-position.over - css.properties.text-emphasis-position.under + + # baseline: false + # support: + # firefox: "132" + # firefox_android: "132" + - css.properties.text-emphasis-position.auto