Skip to content

Commit c03a589

Browse files
Update draft features (#3016)
1 parent c99bf14 commit c03a589

16 files changed

+957
-3
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
draft_date: 2025-05-31
2+
name: CSS Viewport Module Level 1
3+
description: TODO
4+
spec: https://drafts.csswg.org/css-viewport/
5+
compat_features:
6+
- api.Viewport
7+
- api.Viewport.segments
8+
- api.Window.viewport
9+
10+
# The following features in the spec are already part of web-features:
11+
# - zoom:
12+
# - css.properties.zoom
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Generated from: css-viewport-1.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.Viewport
9+
- api.Viewport.segments
10+
- api.Window.viewport

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-05-26
1+
draft_date: 2025-05-31
22
name: HTML
33
description: TODO
44
spec: https://html.spec.whatwg.org/multipage/
@@ -92,6 +92,7 @@ compat_features:
9292
- html.elements.form.autocomplete.new-password
9393
- html.elements.form.autocomplete.one-time-code
9494
- html.elements.form.autocomplete.webauthn
95+
- html.elements.h1.no_ua_styles_in_article_aside_nav_section
9596
- html.elements.hr.hr_in_select
9697
- html.elements.html.xmlns
9798
- html.elements.iframe.allow.autoplay

features/draft/spec/html.yml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -954,5 +954,6 @@ compat_features:
954954
# support: {}
955955
- api.HTMLButtonElement.command.request-close
956956
- api.Navigator.authentication
957+
- html.elements.h1.no_ua_styles_in_article_aside_nav_section
957958
- html.elements.hr.hr_in_select
958959
- html.elements.track.kind.descriptions

features/draft/spec/paint-timing.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
draft_date: 2025-05-31
2+
name: Paint Timing
3+
description: TODO
4+
spec: https://w3c.github.io/paint-timing/
5+
compat_features:
6+
- api.LargestContentfulPaint.paintTime
7+
- api.LargestContentfulPaint.presentationTime
8+
- api.PerformancePaintTiming.paintTime
9+
- api.PerformancePaintTiming.presentationTime
10+
- api.PerformancePaintTiming.toJSON
11+
12+
# The following features in the spec are already part of web-features:
13+
# - Paint timing:
14+
# - api.PerformancePaintTiming
15+
# - api.PerformancePaintTiming.first-contentful-paint
16+
# - api.PerformancePaintTiming.first-paint
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Generated from: paint-timing.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.LargestContentfulPaint.paintTime
9+
- api.LargestContentfulPaint.presentationTime
10+
- api.PerformancePaintTiming.paintTime
11+
- api.PerformancePaintTiming.presentationTime
12+
- api.PerformancePaintTiming.toJSON

features/draft/spec/prefetch.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
draft_date: 2025-05-31
2+
name: Prefetch
3+
description: TODO
4+
spec: https://wicg.github.io/nav-speculation/prefetch.html
5+
compat_features:
6+
- http.headers.Clear-Site-Data.prefetchCache
7+
- http.headers.Clear-Site-Data.prerenderCache
8+
9+
# The following features in the spec are already part of web-features:
10+
# - <link rel="prefetch">:
11+
# - api.PerformanceResourceTiming.deliveryType.navigational-prefetch
12+
# - http.headers.Sec-Purpose
13+
# - http.headers.Sec-Purpose.prefetch
14+
# - Speculation rules:
15+
# - http.headers.Sec-Purpose.speculationrules
16+
# - http.headers.Sec-Speculation-Tags

features/draft/spec/prefetch.yml.dist

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Generated from: prefetch.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+
- http.headers.Clear-Site-Data.prefetchCache
9+
- http.headers.Clear-Site-Data.prerenderCache

features/draft/spec/sanitizer-api.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
draft_date: 2025-05-14
1+
draft_date: 2025-05-31
22
name: HTML Sanitizer API
33
description: TODO
44
spec: https://wicg.github.io/sanitizer-api/
55
compat_features:
6+
- api.Document.parseHTMLUnsafe_static.options_sanitizer_parameter
67
- api.Document.parseHTML_static
78
- api.Element.setHTML
9+
- api.Element.setHTMLUnsafe.options_sanitizer_parameter
810
- api.Sanitizer
911
- api.Sanitizer.Sanitizer
1012
- api.Sanitizer.allowAttribute
@@ -16,3 +18,5 @@ compat_features:
1618
- api.Sanitizer.replaceElementWithChildren
1719
- api.Sanitizer.setComments
1820
- api.Sanitizer.setDataAttributes
21+
- api.ShadowRoot.setHTML
22+
- api.ShadowRoot.setHTMLUnsafe.options_sanitizer_parameter

features/draft/spec/sanitizer-api.yml.dist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ status:
55
baseline: false
66
support: {}
77
compat_features:
8+
- api.Document.parseHTMLUnsafe_static.options_sanitizer_parameter
89
- api.Document.parseHTML_static
910
- api.Element.setHTML
11+
- api.Element.setHTMLUnsafe.options_sanitizer_parameter
1012
- api.Sanitizer
1113
- api.Sanitizer.Sanitizer
1214
- api.Sanitizer.allowAttribute
@@ -18,3 +20,5 @@ compat_features:
1820
- api.Sanitizer.replaceElementWithChildren
1921
- api.Sanitizer.setComments
2022
- api.Sanitizer.setDataAttributes
23+
- api.ShadowRoot.setHTML
24+
- api.ShadowRoot.setHTMLUnsafe.options_sanitizer_parameter

0 commit comments

Comments
 (0)