Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions features/gradients.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
13 changes: 13 additions & 0 deletions features/gradients.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions features/inherit-value.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions features/inherit-value.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ status:
safari: "1"
safari_ios: "1"
compat_features:
- css.types.global_keywords
- css.types.global_keywords.inherit