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
22name : HTML
33description : TODO
44spec : 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
Original file line number Diff line number Diff 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
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
22name : HTML Sanitizer API
33description : TODO
44spec : https://wicg.github.io/sanitizer-api/
55compat_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
Original file line number Diff line number Diff line change 55 baseline: false
66 support: {}
77compat_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
You can’t perform that action at this time.
0 commit comments