Skip to content

Commit ac4c0c1

Browse files
Update draft features (#3888)
1 parent ac3d255 commit ac4c0c1

8 files changed

Lines changed: 51 additions & 10 deletions

File tree

features/draft/spec/css-anchor-position-2.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
draft_date: 2026-03-02
1+
draft_date: 2026-03-25
22
name: CSS Anchor Positioning Module Level 2
33
description: TODO
44
spec: https://drafts.csswg.org/css-anchor-position-2/
55
compat_features:
66
- api.HTMLButtonElement.commandForElement.implicit_anchor_reference
7+
- css.properties.anchor-name.position_after_layout
8+
- css.properties.position-area.disables_auto_margins_and_insets
79
- css.properties.position-try-fallbacks.block-end
810
- css.properties.position-try-fallbacks.block-start
911
- css.properties.position-try-fallbacks.bottom
@@ -233,6 +235,7 @@ compat_features:
233235
# - css.properties.place-self.anchor-center
234236
# - css.properties.position-anchor
235237
# - css.properties.position-anchor.auto
238+
# - css.properties.position-anchor.none
236239
# - css.properties.position-area
237240
# - css.properties.position-area.block-end
238241
# - css.properties.position-area.block-start

features/draft/spec/css-anchor-position-2.yml.dist

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@
33

44
status:
55
baseline: false
6-
support:
7-
firefox: "147"
8-
firefox_android: "147"
9-
safari: "26.2"
10-
safari_ios: "26.2"
6+
support: {}
117
compat_features:
128
# baseline: low
139
# baseline_low_date: 2026-01-13
@@ -147,11 +143,29 @@ compat_features:
147143
- css.properties.position-try.flip-x
148144
- css.properties.position-try.flip-y
149145

150-
# ⬇️ Same status as overall feature ⬇️
146+
# baseline: low
147+
# baseline_low_date: 2026-02-24
148+
# support:
149+
# chrome: "143"
150+
# chrome_android: "143"
151+
# edge: "143"
152+
# firefox: "148"
153+
# firefox_android: "148"
154+
# safari: "26.2"
155+
# safari_ios: "26.2"
156+
- css.properties.position-area.disables_auto_margins_and_insets
157+
151158
# baseline: false
152159
# support:
153160
# firefox: "147"
154161
# firefox_android: "147"
155162
# safari: "26.2"
156163
# safari_ios: "26.2"
157164
- css.properties.position-visibility.anchors-valid
165+
166+
# baseline: false
167+
# support:
168+
# chrome: "144"
169+
# chrome_android: "144"
170+
# edge: "144"
171+
- css.properties.anchor-name.position_after_layout

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
draft_date: 2026-02-16
1+
draft_date: 2026-03-25
22
name: CSS Text Module Level 4
33
description: TODO
44
spec: https://drafts.csswg.org/css-text-4/
55
compat_features:
66
- css.properties.hyphens.manual
77
- css.properties.hyphens.none
8+
- css.properties.letter-spacing.percentages
89
- css.properties.text-align-last.center
910
- css.properties.text-align-last.end
1011
- css.properties.text-align-last.justify
@@ -18,6 +19,7 @@ compat_features:
1819
- css.properties.white-space.preserve-breaks
1920
- css.properties.white-space.preserve-spaces
2021
- css.properties.white-space.wrap
22+
- css.properties.word-spacing.percentages
2123

2224
# The following features in the spec are already part of web-features:
2325
# - Hanging punctuation:

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,19 @@ compat_features:
7676
# safari_ios: "17.4"
7777
- css.properties.text-wrap.auto
7878

79+
# baseline: low
80+
# baseline_low_date: 2026-02-14
81+
# support:
82+
# chrome: "145"
83+
# chrome_android: "145"
84+
# edge: "145"
85+
# firefox: "45"
86+
# firefox_android: "45"
87+
# safari: "7"
88+
# safari_ios: "7"
89+
- css.properties.letter-spacing.percentages
90+
- css.properties.word-spacing.percentages
91+
7992
# baseline: false
8093
# support:
8194
# safari: "16"

features/draft/spec/html.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
draft_date: 2026-03-16
1+
draft_date: 2026-03-25
22
name: HTML
33
description: TODO
44
spec: https://html.spec.whatwg.org/multipage/
@@ -39,6 +39,7 @@ compat_features:
3939
- api.HTMLInputElement.showPicker.time_input
4040
- api.HTMLInputElement.showPicker.week_input
4141
- api.HTMLMediaElement.getStartDate
42+
- api.HTMLMediaElement.playbackRate.negative_values
4243
- api.HTMLOptionsCollection
4344
- api.HTMLOptionsCollection.add
4445
- api.HTMLOptionsCollection.length

features/draft/spec/html.yml.dist

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1040,6 +1040,12 @@ compat_features:
10401040
- api.Navigator.oscpu
10411041
- api.Navigator.taintEnabled
10421042

1043+
# baseline: false
1044+
# support:
1045+
# safari: "3.1"
1046+
# safari_ios: "3"
1047+
- api.HTMLMediaElement.playbackRate.negative_values
1048+
10431049
# baseline: false
10441050
# support:
10451051
# safari: "9"

features/draft/spec/webcodecs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
draft_date: 2026-01-19
1+
draft_date: 2026-03-25
22
name: WebCodecs
33
description: TODO
44
spec: https://w3c.github.io/webcodecs/
55
compat_features:
6+
- api.VideoFrame.VideoFrame.metadata_option
67
- api.VideoFrame.metadata
78

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

features/draft/spec/webcodecs.yml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ status:
88
chrome_android: "145"
99
edge: "145"
1010
compat_features:
11+
- api.VideoFrame.VideoFrame.metadata_option
1112
- api.VideoFrame.metadata

0 commit comments

Comments
 (0)