Skip to content

Commit 90b49b7

Browse files
Update draft features (#2958)
1 parent ad32aaf commit 90b49b7

10 files changed

+171
-15
lines changed

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

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
draft_date: 2025-05-12
2+
name: CSS Display Module Level 4
3+
description: TODO
4+
spec: https://drafts.csswg.org/css-display-4/
5+
compat_features:
6+
- css.properties.reading-flow.flex-flow
7+
- css.properties.reading-flow.flex-visual
8+
- css.properties.reading-flow.grid-columns
9+
- css.properties.reading-flow.grid-order
10+
- css.properties.reading-flow.grid-rows
11+
- css.properties.reading-flow.normal
12+
- css.properties.reading-flow.source-order
13+
- css.properties.reading-order
14+
15+
# The following features in the spec are already part of web-features:
16+
# - Display:
17+
# - css.properties.display
18+
# - css.properties.display.block
19+
# - css.properties.display.inline
20+
# - css.properties.display.inline-block
21+
# - css.properties.display.none
22+
# - display: contents:
23+
# - css.properties.display.contents
24+
# - css.properties.display.contents.contents_unusual
25+
# - css.properties.display.contents.focusable_elements
26+
# - Flexbox:
27+
# - css.properties.display.flex
28+
# - css.properties.display.inline-flex
29+
# - css.properties.order
30+
# - display: flow-root:
31+
# - css.properties.display.flow-root
32+
# - Grid:
33+
# - css.properties.display.grid
34+
# - css.properties.display.inline-grid
35+
# - display: table:
36+
# - css.properties.display.inline-table
37+
# - css.properties.display.table
38+
# - css.properties.display.table-caption
39+
# - css.properties.display.table-cell
40+
# - css.properties.display.table-column
41+
# - css.properties.display.table-column-group
42+
# - css.properties.display.table-footer-group
43+
# - css.properties.display.table-header-group
44+
# - css.properties.display.table-row
45+
# - css.properties.display.table-row-group
46+
# - display animation:
47+
# - css.properties.display.is_transitionable
48+
# - css.properties.display.keyframe_animatable
49+
# - display: list-item:
50+
# - css.properties.display.list-item
51+
# - css.properties.display.list-item.legend-support
52+
# - MathML:
53+
# - css.properties.display.math
54+
# - Two-value display property:
55+
# - css.properties.display.multi-keyword_values
56+
# - display: ruby:
57+
# - css.properties.display.ruby
58+
# - css.properties.display.ruby-base
59+
# - css.properties.display.ruby-base-container
60+
# - css.properties.display.ruby-text
61+
# - css.properties.display.ruby-text-container
62+
# - reading-flow:
63+
# - css.properties.reading-flow
64+
# - visibility:
65+
# - css.properties.visibility
66+
# - css.properties.visibility.collapse
67+
# - css.properties.visibility.hidden
68+
# - css.properties.visibility.visible
69+
# - SVG:
70+
# - svg.global_attributes.display
71+
# - svg.global_attributes.visibility
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Generated from: css-display-4.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+
- css.properties.reading-flow.flex-flow
9+
- css.properties.reading-flow.flex-visual
10+
- css.properties.reading-flow.grid-columns
11+
- css.properties.reading-flow.grid-order
12+
- css.properties.reading-flow.grid-rows
13+
- css.properties.reading-flow.normal
14+
- css.properties.reading-flow.source-order
15+
- css.properties.reading-order

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
draft_date: 2025-03-03
1+
draft_date: 2025-05-12
22
name: CSS Fonts Module Level 5
33
description: TODO
44
spec: https://drafts.csswg.org/css-fonts-5/
55
compat_features:
6+
- css.properties.font-synthesis-style.oblique-only
67
- css.properties.font.font-width_keyword_values
78

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

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

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

44
status:
5-
baseline: high
6-
baseline_low_date: 2020-01-15
7-
baseline_high_date: 2022-07-15
5+
baseline: false
86
support:
9-
chrome: "60"
10-
chrome_android: "60"
11-
edge: "79"
12-
firefox: "43"
13-
firefox_android: "43"
14-
safari: "11"
15-
safari_ios: "11"
7+
firefox: "137"
8+
firefox_android: "137"
169
compat_features:
10+
# baseline: high
11+
# baseline_low_date: 2020-01-15
12+
# baseline_high_date: 2022-07-15
13+
# support:
14+
# chrome: "60"
15+
# chrome_android: "60"
16+
# edge: "79"
17+
# firefox: "43"
18+
# firefox_android: "43"
19+
# safari: "11"
20+
# safari_ios: "11"
1721
- css.properties.font.font-width_keyword_values
22+
23+
# ⬇️ Same status as overall feature ⬇️
24+
# baseline: false
25+
# support:
26+
# firefox: "137"
27+
# firefox_android: "137"
28+
- css.properties.font-synthesis-style.oblique-only

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: 2025-04-29
1+
draft_date: 2025-05-12
22
name: HTML
33
description: TODO
44
spec: https://html.spec.whatwg.org/multipage/
@@ -63,6 +63,7 @@ compat_features:
6363
- api.HTMLVideoElement.playsInline
6464
- api.ImageData.ImageData.settings_parameter
6565
- api.ImageData.ImageData.settings_parameter.colorSpace_option
66+
- api.ImageData.pixelFormat
6667
- api.MouseEvent.relatedTarget.drag_events
6768
- api.NavigateEvent.sourceElement
6869
- api.Navigator.authentication

features/draft/spec/html.yml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -968,6 +968,7 @@ compat_features:
968968
# baseline: false
969969
# support: {}
970970
- api.HTMLButtonElement.command.request-close
971+
- api.ImageData.pixelFormat
971972
- api.Navigator.authentication
972973
- html.elements.hr.hr_in_select
973974
- html.elements.input.alpha

features/draft/spec/pointerlock-2.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
draft_date: 2025-04-09
1+
draft_date: 2025-05-12
22
name: Pointer Lock 2.0
33
description: TODO
44
spec: https://w3c.github.io/pointerlock/
55
compat_features:
66
- api.Document.featurePolicy
7+
- api.Element.requestPointerLock.options_unadjustedMovement_parameter
78
- api.ShadowRoot.pointerLockElement
89

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

features/draft/spec/pointerlock-2.yml.dist

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
status:
55
baseline: false
66
support:
7-
chrome: "74"
8-
edge: "79"
7+
chrome: "88"
8+
edge: "88"
99
compat_features:
1010
# baseline: false
1111
# support:
@@ -22,3 +22,10 @@ compat_features:
2222
# chrome_android: "74"
2323
# edge: "79"
2424
- api.Document.featurePolicy
25+
26+
# ⬇️ Same status as overall feature ⬇️
27+
# baseline: false
28+
# support:
29+
# chrome: "88"
30+
# edge: "88"
31+
- api.Element.requestPointerLock.options_unadjustedMovement_parameter
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
draft_date: 2025-05-12
2+
name: Writing Assistance APIs
3+
description: TODO
4+
spec: https://webmachinelearning.github.io/writing-assistance-apis/
5+
compat_features:
6+
- api.CreateMonitor
7+
- api.CreateMonitor.downloadprogress_event
8+
- api.Summarizer
9+
- api.Summarizer.availability_static
10+
- api.Summarizer.create_static
11+
- api.Summarizer.destroy
12+
- api.Summarizer.expectedContextLanguages
13+
- api.Summarizer.expectedInputLanguages
14+
- api.Summarizer.format
15+
- api.Summarizer.inputQuota
16+
- api.Summarizer.length
17+
- api.Summarizer.measureInputUsage
18+
- api.Summarizer.outputLanguage
19+
- api.Summarizer.sharedContext
20+
- api.Summarizer.summarize
21+
- api.Summarizer.summarizeStreaming
22+
- api.Summarizer.type
23+
- http.headers.Permissions-Policy.summarizer
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Generated from: writing-assistance-apis.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+
- api.CreateMonitor
9+
- api.CreateMonitor.downloadprogress_event
10+
- api.Summarizer
11+
- api.Summarizer.availability_static
12+
- api.Summarizer.create_static
13+
- api.Summarizer.destroy
14+
- api.Summarizer.expectedContextLanguages
15+
- api.Summarizer.expectedInputLanguages
16+
- api.Summarizer.format
17+
- api.Summarizer.inputQuota
18+
- api.Summarizer.length
19+
- api.Summarizer.measureInputUsage
20+
- api.Summarizer.outputLanguage
21+
- api.Summarizer.sharedContext
22+
- api.Summarizer.summarize
23+
- api.Summarizer.summarizeStreaming
24+
- api.Summarizer.type
25+
- http.headers.Permissions-Policy.summarizer

0 commit comments

Comments
 (0)