You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove redundant compat_features keys from features with comments (#2345)
* Remove redundant compat_features keys from features with comments
* Apply suggestions from code review
Co-authored-by: Daniel D. Beck <[email protected]>
---------
Co-authored-by: Daniel D. Beck <[email protected]>
Co-authored-by: Florian Scholz <[email protected]>
Copy file name to clipboardExpand all lines: features/hsl.yml
+1-6Lines changed: 1 addition & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,4 @@ caniuse: css3-colors
5
5
group: color-types
6
6
status:
7
7
compute_from: css.types.color.hsl.alpha_parameter
8
-
# TODO: For alignment with caniuse, add `hsla()` features when https://github.com/mdn/browser-compat-data/issues/24191 is resolved and update compute_from
9
-
compat_features:
10
-
- css.types.color.hsl
11
-
- css.types.color.hsl.alpha_parameter
12
-
- css.types.color.hsl.mixed_type_parameters
13
-
- css.types.color.hsl.space_separated_parameters
8
+
# TODO: For alignment with caniuse, tag `hsla()` features when https://github.com/mdn/browser-compat-data/issues/24191 is resolved and update compute_from
Copy file name to clipboardExpand all lines: features/json-modules.yml
+1-5Lines changed: 1 addition & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,4 @@ name: JSON import attributes
2
2
description: 'Module `import … with { type: "json" }` statements load JSON data. Also known as JSON module scripts and formerly known as import assertions.'
0 commit comments