diff --git a/features/gradients.yml b/features/gradients.yml index ed59b5024c1..5f36dd4d73c 100644 --- a/features/gradients.yml +++ b/features/gradients.yml @@ -9,6 +9,7 @@ status: # TODO: we should have separate linear and radial gradients when https://github.com/web-platform-dx/web-features/issues/971 is resolved. compat_features: - css.properties.background-image.gradients + - css.types.image - css.types.image.gradient - css.types.image.gradient.linear-gradient - css.types.image.gradient.linear-gradient.doubleposition diff --git a/features/gradients.yml.dist b/features/gradients.yml.dist index 0ee9edb0b0e..9738a144629 100644 --- a/features/gradients.yml.dist +++ b/features/gradients.yml.dist @@ -14,6 +14,19 @@ status: safari: "7" safari_ios: "7" compat_features: + # baseline: high + # baseline_low_date: 2015-07-29 + # baseline_high_date: 2018-01-29 + # support: + # chrome: "1" + # chrome_android: "18" + # edge: "12" + # firefox: "1" + # firefox_android: "4" + # safari: "1" + # safari_ios: "1" + - css.types.image + # baseline: high # baseline_low_date: 2015-07-29 # baseline_high_date: 2018-01-29 diff --git a/features/inherit-value.yml b/features/inherit-value.yml index 8f81143c7db..a92eab518c7 100644 --- a/features/inherit-value.yml +++ b/features/inherit-value.yml @@ -3,4 +3,5 @@ description: The `inherit` keyword resets any CSS property to the computed value group: explicit-defaults spec: https://drafts.csswg.org/css-cascade-3/#inherit compat_features: + - css.types.global_keywords - css.types.global_keywords.inherit diff --git a/features/inherit-value.yml.dist b/features/inherit-value.yml.dist index a95f3d632bd..763a765d1a8 100644 --- a/features/inherit-value.yml.dist +++ b/features/inherit-value.yml.dist @@ -14,4 +14,5 @@ status: safari: "1" safari_ios: "1" compat_features: + - css.types.global_keywords - css.types.global_keywords.inherit