Skip to content

Commit bcfece3

Browse files
github-actions[bot]foolipddbeck
authored
Update draft features (#1821)
Co-authored-by: foolip <[email protected]> Co-authored-by: Daniel D. Beck <[email protected]>
1 parent 9a01da3 commit bcfece3

31 files changed

+240
-898
lines changed

features/draft/spec/css-backgrounds-3.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
draft_date: 2024-09-09
1+
draft_date: 2024-09-23
22
name: CSS Backgrounds and Borders Module Level 3
33
description: TODO
44
spec: https://drafts.csswg.org/css-backgrounds-3/
@@ -8,6 +8,7 @@ compat_features:
88
- css.properties.background-attachment.fixed
99
- css.properties.background-attachment.local
1010
- css.properties.background-attachment.scroll
11+
- css.properties.background-clip.border-area
1112
- css.properties.background-color
1213
- css.properties.background-image
1314
- css.properties.background-image.none
@@ -90,6 +91,8 @@ compat_features:
9091
# - css.properties.background-clip.border-box
9192
# - css.properties.background-clip.content-box
9293
# - css.properties.background-clip.padding-box
94+
# - background-clip: text:
95+
# - css.properties.background-clip.text
9396
# - Border images:
9497
# - css.properties.border-image
9598
# - css.properties.border-image-outset

features/draft/spec/css-backgrounds-3.yml.dist

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,8 @@
22
# Do not edit this file by hand. Edit the source file instead!
33

44
status:
5-
baseline: high
6-
baseline_low_date: 2022-03-14
7-
baseline_high_date: 2024-09-14
8-
support:
9-
chrome: ≤83
10-
chrome_android: "83"
11-
edge: "83"
12-
firefox: ≤72
13-
firefox_android: "79"
14-
safari: "15.4"
15-
safari_ios: "15.4"
5+
baseline: false
6+
support: {}
167
compat_features:
178
# baseline: high
189
# baseline_low_date: 2015-07-29
@@ -309,3 +300,8 @@ compat_features:
309300
# safari: "15.4"
310301
# safari_ios: "15.4"
311302
- css.properties.background-attachment.local
303+
304+
# ⬇️ Same status as overall feature ⬇️
305+
# baseline: false
306+
# support: {}
307+
- css.properties.background-clip.border-area

features/draft/spec/css-conditional-5.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
draft_date: 2024-09-18
1+
draft_date: 2024-09-23
22
name: CSS Conditional Rules Module Level 5
33
description: TODO
44
spec: https://drafts.csswg.org/css-conditional-5/
@@ -8,7 +8,6 @@ compat_features:
88
- api.CSSConditionRule.conditionText
99
- api.CSSMediaRule
1010
- api.CSSMediaRule.media
11-
- css.at-rules.media
1211

1312
# The following features in the spec are already part of web-features:
1413
# - Container queries:
@@ -28,3 +27,5 @@ compat_features:
2827
# - css.at-rules.supports
2928
# - Container style queries:
3029
# - css.at-rules.container.style_queries_for_custom_properties
30+
# - Media queries:
31+
# - css.at-rules.media

features/draft/spec/css-conditional-5.yml.dist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ compat_features:
2727
# safari_ios: "1"
2828
- api.CSSMediaRule
2929
- api.CSSMediaRule.media
30-
- css.at-rules.media
3130

3231
# baseline: high
3332
# baseline_low_date: 2020-01-15

features/draft/spec/css-display-3.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
draft_date: 2024-09-09
1+
draft_date: 2024-09-23
22
name: CSS Display Module Level 3
33
description: TODO
44
spec: https://drafts.csswg.org/css-display-3/
@@ -7,6 +7,7 @@ compat_features:
77
- css.properties.display.block
88
- css.properties.display.inline
99
- css.properties.display.list-item
10+
- css.properties.display.none
1011
- css.properties.reading-flow
1112
- css.properties.visibility
1213
- css.properties.visibility.collapse

features/draft/spec/css-display-3.yml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ compat_features:
2020
- css.properties.display.block
2121
- css.properties.display.inline
2222
- css.properties.display.list-item
23+
- css.properties.display.none
2324
- css.properties.visibility
2425
- css.properties.visibility.hidden
2526
- css.properties.visibility.visible

features/draft/spec/css-fonts-5.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,8 @@
1-
draft_date: 2024-09-09
1+
draft_date: 2024-09-23
22
name: CSS Fonts Module Level 5
33
description: TODO
44
spec: https://drafts.csswg.org/css-fonts-5/
55
compat_features:
6-
- api.CSSFontFeatureValuesMap
7-
- api.CSSFontFeatureValuesMap.@@iterator
8-
- api.CSSFontFeatureValuesMap.clear
9-
- api.CSSFontFeatureValuesMap.delete
10-
- api.CSSFontFeatureValuesMap.entries
11-
- api.CSSFontFeatureValuesMap.forEach
12-
- api.CSSFontFeatureValuesMap.get
13-
- api.CSSFontFeatureValuesMap.has
14-
- api.CSSFontFeatureValuesMap.keys
15-
- api.CSSFontFeatureValuesMap.set
16-
- api.CSSFontFeatureValuesMap.size
17-
- api.CSSFontFeatureValuesMap.values
186
- css.at-rules.font-face.ascent-override
197
- css.at-rules.font-face.descent-override
208
- css.at-rules.font-face.font-stretch
@@ -50,6 +38,18 @@ compat_features:
5038
# - css.at-rules.font-face.src
5139
# - css.at-rules.font-face.unicode-range
5240
# - font-variant-alternates:
41+
# - api.CSSFontFeatureValuesMap
42+
# - api.CSSFontFeatureValuesMap.@@iterator
43+
# - api.CSSFontFeatureValuesMap.clear
44+
# - api.CSSFontFeatureValuesMap.delete
45+
# - api.CSSFontFeatureValuesMap.entries
46+
# - api.CSSFontFeatureValuesMap.forEach
47+
# - api.CSSFontFeatureValuesMap.get
48+
# - api.CSSFontFeatureValuesMap.has
49+
# - api.CSSFontFeatureValuesMap.keys
50+
# - api.CSSFontFeatureValuesMap.set
51+
# - api.CSSFontFeatureValuesMap.size
52+
# - api.CSSFontFeatureValuesMap.values
5353
# - api.CSSFontFeatureValuesRule
5454
# - api.CSSFontFeatureValuesRule.annotation
5555
# - api.CSSFontFeatureValuesRule.characterVariant

features/draft/spec/css-fonts-5.yml.dist

Lines changed: 5 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44
status:
55
baseline: false
66
support:
7-
chrome: "111"
8-
chrome_android: "111"
9-
edge: "111"
7+
chrome: "92"
8+
chrome_android: "92"
9+
edge: "92"
10+
firefox: "92"
11+
firefox_android: "92"
1012
compat_features:
1113
# baseline: high
1214
# baseline_low_date: 2015-07-29
@@ -123,22 +125,3 @@ compat_features:
123125
- css.at-rules.font-face.ascent-override
124126
- css.at-rules.font-face.descent-override
125127
- css.at-rules.font-face.line-gap-override
126-
127-
# ⬇️ Same status as overall feature ⬇️
128-
# baseline: false
129-
# support:
130-
# chrome: "111"
131-
# chrome_android: "111"
132-
# edge: "111"
133-
- api.CSSFontFeatureValuesMap
134-
- api.CSSFontFeatureValuesMap.@@iterator
135-
- api.CSSFontFeatureValuesMap.clear
136-
- api.CSSFontFeatureValuesMap.delete
137-
- api.CSSFontFeatureValuesMap.entries
138-
- api.CSSFontFeatureValuesMap.forEach
139-
- api.CSSFontFeatureValuesMap.get
140-
- api.CSSFontFeatureValuesMap.has
141-
- api.CSSFontFeatureValuesMap.keys
142-
- api.CSSFontFeatureValuesMap.set
143-
- api.CSSFontFeatureValuesMap.size
144-
- api.CSSFontFeatureValuesMap.values

features/draft/spec/css-images-4.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
draft_date: 2024-09-09
1+
draft_date: 2024-09-23
22
name: CSS Images Module Level 4
33
description: TODO
44
spec: https://drafts.csswg.org/css-images-4/
@@ -22,8 +22,6 @@ compat_features:
2222
- css.properties.object-fit.scale-down
2323
- css.properties.object-position
2424
- css.properties.object-view-box.none
25-
- css.properties.shape-outside.gradient
26-
- css.properties.shape-outside.image
2725
- css.types.image
2826
- css.types.image.cross-fade
2927
- css.types.image.element
@@ -42,6 +40,9 @@ compat_features:
4240
# - css.types.image.image-set
4341
# - object-view-box:
4442
# - css.properties.object-view-box
43+
# - shape-outside:
44+
# - css.properties.shape-outside.gradient
45+
# - css.properties.shape-outside.image
4546
# - Conic gradients:
4647
# - css.types.image.gradient.conic-gradient
4748
# - css.types.image.gradient.repeating-conic-gradient

features/draft/spec/css-images-4.yml.dist

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -94,20 +94,6 @@ compat_features:
9494
- css.properties.object-fit.scale-down
9595
- css.properties.object-position
9696

97-
# baseline: high
98-
# baseline_low_date: 2020-01-15
99-
# baseline_high_date: 2022-07-15
100-
# support:
101-
# chrome: "37"
102-
# chrome_android: "37"
103-
# edge: "79"
104-
# firefox: "62"
105-
# firefox_android: "62"
106-
# safari: "10.1"
107-
# safari_ios: "10.3"
108-
- css.properties.shape-outside.gradient
109-
- css.properties.shape-outside.image
110-
11197
# baseline: high
11298
# baseline_low_date: 2020-04-13
11399
# baseline_high_date: 2022-10-13

0 commit comments

Comments
 (0)