File tree Expand file tree Collapse file tree 16 files changed +957
-3
lines changed Expand file tree Collapse file tree 16 files changed +957
-3
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 1
- draft_date : 2025-05-26
1
+ draft_date : 2025-05-31
2
2
name : HTML
3
3
description : TODO
4
4
spec : https://html.spec.whatwg.org/multipage/
@@ -92,6 +92,7 @@ compat_features:
92
92
- html.elements.form.autocomplete.new-password
93
93
- html.elements.form.autocomplete.one-time-code
94
94
- html.elements.form.autocomplete.webauthn
95
+ - html.elements.h1.no_ua_styles_in_article_aside_nav_section
95
96
- html.elements.hr.hr_in_select
96
97
- html.elements.html.xmlns
97
98
- html.elements.iframe.allow.autoplay
Original file line number Diff line number Diff line change @@ -954,5 +954,6 @@ compat_features:
954
954
# support: {}
955
955
- api.HTMLButtonElement.command.request-close
956
956
- api.Navigator.authentication
957
+ - html.elements.h1.no_ua_styles_in_article_aside_nav_section
957
958
- html.elements.hr.hr_in_select
958
959
- html.elements.track.kind.descriptions
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 1
- draft_date : 2025-05-14
1
+ draft_date : 2025-05-31
2
2
name : HTML Sanitizer API
3
3
description : TODO
4
4
spec : https://wicg.github.io/sanitizer-api/
5
5
compat_features :
6
+ - api.Document.parseHTMLUnsafe_static.options_sanitizer_parameter
6
7
- api.Document.parseHTML_static
7
8
- api.Element.setHTML
9
+ - api.Element.setHTMLUnsafe.options_sanitizer_parameter
8
10
- api.Sanitizer
9
11
- api.Sanitizer.Sanitizer
10
12
- api.Sanitizer.allowAttribute
@@ -16,3 +18,5 @@ compat_features:
16
18
- api.Sanitizer.replaceElementWithChildren
17
19
- api.Sanitizer.setComments
18
20
- api.Sanitizer.setDataAttributes
21
+ - api.ShadowRoot.setHTML
22
+ - api.ShadowRoot.setHTMLUnsafe.options_sanitizer_parameter
Original file line number Diff line number Diff line change 5
5
baseline: false
6
6
support: {}
7
7
compat_features:
8
+ - api.Document.parseHTMLUnsafe_static.options_sanitizer_parameter
8
9
- api.Document.parseHTML_static
9
10
- api.Element.setHTML
11
+ - api.Element.setHTMLUnsafe.options_sanitizer_parameter
10
12
- api.Sanitizer
11
13
- api.Sanitizer.Sanitizer
12
14
- api.Sanitizer.allowAttribute
@@ -18,3 +20,5 @@ compat_features:
18
20
- api.Sanitizer.replaceElementWithChildren
19
21
- api.Sanitizer.setComments
20
22
- api.Sanitizer.setDataAttributes
23
+ - api.ShadowRoot.setHTML
24
+ - api.ShadowRoot.setHTMLUnsafe.options_sanitizer_parameter
You can’t perform that action at this time.
0 commit comments