Skip to content

Commit a6b66e1

Browse files
Update draft features (#3700)
1 parent 1ebeea5 commit a6b66e1

28 files changed

+427
-59
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
draft_date: 2026-01-19
2+
name: CSS Generated Content Module Level 3
3+
description: TODO
4+
spec: https://drafts.csswg.org/css-content-3/
5+
compat_features:
6+
- css.properties.content.alt_text.counters
7+
- css.selectors.marker.quotes_support
8+
9+
# The following features in the spec are already part of web-features:
10+
# - Content:
11+
# - css.properties.content
12+
# - css.properties.content.close-quote
13+
# - css.properties.content.element_replacement
14+
# - css.properties.content.no-close-quote
15+
# - css.properties.content.no-open-quote
16+
# - css.properties.content.none
17+
# - css.properties.content.none_applies_to_elements
18+
# - css.properties.content.normal
19+
# - css.properties.content.open-quote
20+
# - Alt text for generated content:
21+
# - css.properties.content.alt_text
22+
# - Quotes:
23+
# - css.properties.quotes
24+
# - css.properties.quotes.auto
25+
# - css.properties.quotes.none
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Generated from: css-content-3.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
status:
5+
baseline: false
6+
support: {}
7+
compat_features:
8+
# baseline: false
9+
# support:
10+
# firefox: "147"
11+
# firefox_android: "147"
12+
- css.selectors.marker.quotes_support
13+
14+
# ⬇️ Same status as overall feature ⬇️
15+
# baseline: false
16+
# support: {}
17+
- css.properties.content.alt_text.counters

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

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
draft_date: 2025-12-08
1+
draft_date: 2026-01-19
22
name: CSS Fonts Module Level 5
33
description: TODO
44
spec: https://drafts.csswg.org/css-fonts-5/
@@ -111,6 +111,20 @@ compat_features:
111111
# - css.at-rules.font-face.font-feature-settings
112112
# - css.properties.font-feature-settings
113113
# - css.properties.font-feature-settings.normal
114+
# - font-stretch:
115+
# - css.at-rules.font-face.font-stretch
116+
# - css.properties.font.font-width_keyword_values
117+
# - css.properties.font-stretch
118+
# - css.properties.font-stretch.condensed
119+
# - css.properties.font-stretch.expanded
120+
# - css.properties.font-stretch.extra-condensed
121+
# - css.properties.font-stretch.extra-expanded
122+
# - css.properties.font-stretch.normal
123+
# - css.properties.font-stretch.percentage
124+
# - css.properties.font-stretch.semi-condensed
125+
# - css.properties.font-stretch.semi-expanded
126+
# - css.properties.font-stretch.ultra-condensed
127+
# - css.properties.font-stretch.ultra-expanded
114128
# - font-style:
115129
# - css.at-rules.font-face.font-style
116130
# - css.properties.font-style
@@ -145,8 +159,6 @@ compat_features:
145159
# - css.properties.font.message-box
146160
# - css.properties.font.small-caption
147161
# - css.properties.font.status-bar
148-
# - font-stretch:
149-
# - css.properties.font.font-width_keyword_values
150162
# - font-family:
151163
# - css.properties.font-family
152164
# - css.properties.font-family.cursive
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
draft_date: 2026-01-19
2+
name: CSS Lists and Counters Module Level 3
3+
description: TODO
4+
spec: https://drafts.csswg.org/css-lists-3/
5+
compat_features:
6+
- css.selectors.marker.counter_support
7+
8+
# The following features in the spec are already part of web-features:
9+
# - Counters (CSS):
10+
# - css.properties.counter-increment
11+
# - css.properties.counter-increment.list-item
12+
# - css.properties.counter-increment.none
13+
# - css.properties.counter-reset
14+
# - css.properties.counter-reset.list-item
15+
# - css.properties.counter-reset.none
16+
# - css.properties.counter-reset.reset_does_not_affect_siblings
17+
# - css.types.counter
18+
# - css.types.counters
19+
# - Reversed counter-reset:
20+
# - css.properties.counter-reset.reversed
21+
# - counter-set:
22+
# - css.properties.counter-set
23+
# - css.properties.counter-set.list-item
24+
# - css.properties.counter-set.none
25+
# - List style:
26+
# - css.properties.list-style
27+
# - css.properties.list-style.inside
28+
# - css.properties.list-style.none
29+
# - css.properties.list-style.outside
30+
# - css.properties.list-style-image
31+
# - css.properties.list-style-image.none
32+
# - css.properties.list-style-position
33+
# - css.properties.list-style-position.inside
34+
# - css.properties.list-style-position.outside
35+
# - css.properties.list-style-type
36+
# - css.properties.list-style-type.none
37+
# - css.properties.list-style-type.string
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Generated from: css-lists-3.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
status:
5+
baseline: false
6+
support:
7+
firefox: "147"
8+
firefox_android: "147"
9+
compat_features:
10+
- css.selectors.marker.counter_support

features/draft/spec/css-multicol-2.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
draft_date: 2025-11-03
1+
draft_date: 2026-01-19
22
name: CSS Multi-column Layout Module Level 2
33
description: TODO
44
spec: https://drafts.csswg.org/css-multicol-2/
55
compat_features:
6+
- css.properties.column-height
7+
- css.properties.column-height.auto
8+
- css.properties.column-wrap
9+
- css.properties.column-wrap.auto
10+
- css.properties.column-wrap.nowrap
11+
- css.properties.column-wrap.wrap
612
- css.properties.columns.auto
713

814
# The following features in the spec are already part of web-features:

features/draft/spec/css-multicol-2.yml.dist

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

44
status:
5-
baseline: high
6-
baseline_low_date: 2017-03-07
7-
baseline_high_date: 2019-09-07
8-
support:
9-
chrome: "50"
10-
chrome_android: "50"
11-
edge: "12"
12-
firefox: "52"
13-
firefox_android: "52"
14-
safari: "9"
15-
safari_ios: "9"
5+
baseline: false
6+
support: {}
167
compat_features:
8+
# baseline: high
9+
# baseline_low_date: 2017-03-07
10+
# baseline_high_date: 2019-09-07
11+
# support:
12+
# chrome: "50"
13+
# chrome_android: "50"
14+
# edge: "12"
15+
# firefox: "52"
16+
# firefox_android: "52"
17+
# safari: "9"
18+
# safari_ios: "9"
1719
- css.properties.columns.auto
20+
21+
# ⬇️ Same status as overall feature ⬇️
22+
# baseline: false
23+
# support: {}
24+
- css.properties.column-height
25+
- css.properties.column-height.auto
26+
- css.properties.column-wrap
27+
- css.properties.column-wrap.auto
28+
- css.properties.column-wrap.nowrap
29+
- css.properties.column-wrap.wrap

features/draft/spec/css-view-transitions-2.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
draft_date: 2025-12-11
1+
draft_date: 2026-01-19
22
name: CSS View Transitions Module Level 2
33
description: TODO
44
spec: https://drafts.csswg.org/css-view-transitions-2/
@@ -20,6 +20,8 @@ compat_features:
2020
# - View transitions:
2121
# - api.Document.startViewTransition
2222
# - api.Document.startViewTransition.options_parameter
23+
# - api.Document.startViewTransition.options_parameter.types_parameter
24+
# - api.Document.startViewTransition.options_parameter.update_parameter
2325
# - api.Document.startViewTransition.updateCallback_parameter
2426
# - api.ViewTransition
2527
# - api.ViewTransition.finished

features/draft/spec/ecmascript.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
draft_date: 2026-01-15
1+
draft_date: 2026-01-19
22
name: ECMAScript® 2026 Language Specification
33
description: TODO
44
spec: https://tc39.es/ecma262/multipage/
55
compat_features:
6+
- javascript.builtins.Iterator.concat
67
- javascript.operators.import.options_parameter
78

89
# The following features in the spec are already part of web-features:

features/draft/spec/ecmascript.yml.dist

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,26 @@
22
# Do not edit this file by hand. Edit the source file instead!
33

44
status:
5-
baseline: low
6-
baseline_low_date: 2025-04-29
5+
baseline: false
76
support:
8-
chrome: "91"
9-
chrome_android: "91"
10-
edge: "91"
11-
firefox: "138"
12-
firefox_android: "138"
13-
safari: "15"
14-
safari_ios: "15"
7+
firefox: "147"
8+
firefox_android: "147"
159
compat_features:
10+
# baseline: low
11+
# baseline_low_date: 2025-04-29
12+
# support:
13+
# chrome: "91"
14+
# chrome_android: "91"
15+
# edge: "91"
16+
# firefox: "138"
17+
# firefox_android: "138"
18+
# safari: "15"
19+
# safari_ios: "15"
1620
- javascript.operators.import.options_parameter
21+
22+
# ⬇️ Same status as overall feature ⬇️
23+
# baseline: false
24+
# support:
25+
# firefox: "147"
26+
# firefox_android: "147"
27+
- javascript.builtins.Iterator.concat

0 commit comments

Comments
 (0)