File tree Expand file tree Collapse file tree 11 files changed +53
-191
lines changed Expand file tree Collapse file tree 11 files changed +53
-191
lines changed Original file line number Diff line number Diff line change 1- draft_date : 2024-10-21
1+ draft_date : 2024-11-25
22name : CSS Images Module Level 4
33description : TODO
44spec : https://drafts.csswg.org/css-images-4/
55compat_features :
66 - css.properties.object-position.applies_to_iframe_elements
7- - css.types.image
87
98# The following features in the spec are already part of web-features:
109# - element():
1110# - css.properties.background-image.element
1211# - css.types.image.element
1312# - Gradients:
1413# - css.properties.background-image.gradients
14+ # - css.types.image
1515# - css.types.image.gradient
1616# - css.types.image.gradient.linear-gradient
1717# - css.types.image.gradient.linear-gradient.doubleposition
Original file line number Diff line number Diff line change 77 firefox: "36"
88 firefox_android: "36"
99compat_features:
10- # baseline: high
11- # baseline_low_date: 2015-07-29
12- # baseline_high_date: 2018-01-29
13- # support:
14- # chrome: "1"
15- # chrome_android: "18"
16- # edge: "12"
17- # firefox: "1"
18- # firefox_android: "4"
19- # safari: "1"
20- # safari_ios: "1"
21- - css.types.image
22-
23- # ⬇️ Same status as overall feature ⬇️
24- # baseline: false
25- # support:
26- # firefox: "36"
27- # firefox_android: "36"
2810 - css.properties.object-position.applies_to_iframe_elements
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- draft_date : 2024-11-21
1+ draft_date : 2024-11-25
22name : DOM Standard
33description : TODO
44spec : https://dom.spec.whatwg.org/
55compat_features :
6- - api.Document.createEvent
76 - api.Document.featurePolicy
87 - api.Element.attachShadow.options_clonable_parameter
98 - api.Element.attachShadow.options_delegatesFocus_parameter
Original file line number Diff line number Diff line change @@ -71,17 +71,6 @@ compat_features:
7171 # safari_ios: "18"
7272 - api.ShadowRoot.serializable
7373
74- # baseline: false
75- # support:
76- # chrome: "1"
77- # chrome_android: "18"
78- # edge: "12"
79- # firefox: "1"
80- # firefox_android: "4"
81- # safari: "1"
82- # safari_ios: "1"
83- - api.Document.createEvent
84-
8574 # baseline: false
8675 # support:
8776 # chrome: "74"
Original file line number Diff line number Diff line change @@ -2042,7 +2042,6 @@ compat_features:
20422042# - api.PaintRenderingContext2D.fill
20432043# - api.PaintRenderingContext2D.fillRect
20442044# - api.PaintRenderingContext2D.fillStyle
2045- # - api.PaintRenderingContext2D.filter
20462045# - api.PaintRenderingContext2D.getLineDash
20472046# - api.PaintRenderingContext2D.getTransform
20482047# - api.PaintRenderingContext2D.globalAlpha
Original file line number Diff line number Diff line change 1+ draft_date : 2024-11-25
2+ name : Server Timing
3+ description : TODO
4+ spec : https://w3c.github.io/server-timing/
5+ compat_features :
6+ - http.headers.Server-Timing.trailer
7+
8+ # The following features in the spec are already part of web-features:
9+ # - Server timing:
10+ # - api.PerformanceResourceTiming.serverTiming
11+ # - api.PerformanceServerTiming
12+ # - api.PerformanceServerTiming.description
13+ # - api.PerformanceServerTiming.duration
14+ # - api.PerformanceServerTiming.name
15+ # - api.PerformanceServerTiming.toJSON
16+ # - http.headers.Server-Timing
Original file line number Diff line number Diff line change 1+ # Generated from: server-timing.yml
2+ # Do not edit this file by hand. Edit the source file instead!
3+
4+ status:
5+ baseline: false
6+ support:
7+ firefox: "71"
8+ firefox_android: "79"
9+ compat_features:
10+ - http.headers.Server-Timing.trailer
Original file line number Diff line number Diff line change 1- draft_date : 2024-11-20
1+ draft_date : 2024-11-25
22name : Scalable Vector Graphics (SVG) 2
33description : TODO
44spec : https://svgwg.org/svg2-draft/
55compat_features :
66 - api.SVGAElement.ping
7- - css.properties.pointer-events
8- - css.properties.pointer-events.html_elements
7+ - css.properties.text-rendering.auto
8+ - css.properties.text-rendering.geometricPrecision
99 - svg.elements.a.ping
1010
1111# The following features in the spec are already part of web-features:
@@ -507,7 +507,6 @@ compat_features:
507507# - svg.global_attributes.overflow
508508# - svg.global_attributes.pointer-events
509509# - svg.global_attributes.shape-rendering
510- # - svg.global_attributes.stop-color
511510# - svg.global_attributes.stroke
512511# - svg.global_attributes.stroke-dasharray
513512# - svg.global_attributes.stroke-dashoffset
@@ -593,6 +592,9 @@ compat_features:
593592# - paint-order:
594593# - css.properties.paint-order
595594# - svg.global_attributes.paint-order
595+ # - pointer-events:
596+ # - css.properties.pointer-events
597+ # - css.properties.pointer-events.html_elements
596598# - path():
597599# - css.types.basic-shape.path.d
598600# - context-fill and context-stroke:
You can’t perform that action at this time.
0 commit comments