Skip to content

Commit d02ec4c

Browse files
Update draft features (#2612)
1 parent 907e648 commit d02ec4c

File tree

4 files changed

+17
-2
lines changed

4 files changed

+17
-2
lines changed

features/draft/spec/attribution-reporting-api.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
draft_date: 2025-01-20
1+
draft_date: 2025-02-05
22
name: Attribution Reporting
33
description: TODO
44
spec: https://wicg.github.io/attribution-reporting-api/
55
compat_features:
66
- api.HTMLAreaElement.attributionSrc
7+
- html.elements.area.attributionsrc
78

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

features/draft/spec/attribution-reporting-api.yml.dist

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,16 @@ status:
77
chrome: "133"
88
chrome_android: "133"
99
compat_features:
10+
# baseline: false
11+
# support:
12+
# chrome: "125"
13+
# chrome_android: "125"
14+
# edge: "125"
15+
- html.elements.area.attributionsrc
16+
17+
# ⬇️ Same status as overall feature ⬇️
18+
# baseline: false
19+
# support:
20+
# chrome: "133"
21+
# chrome_android: "133"
1022
- api.HTMLAreaElement.attributionSrc

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-01-30
1+
draft_date: 2025-02-05
22
name: HTML
33
description: TODO
44
spec: https://html.spec.whatwg.org/multipage/
@@ -175,6 +175,7 @@ compat_features:
175175
- html.elements.input.colorspace
176176
- html.elements.link.rel.icon
177177
- html.elements.script.type.importmap.integrity
178+
- html.elements.script.type.importmap.multiple_import_maps
178179
- html.elements.select.autocomplete
179180
- html.elements.template.shadowrootclonable
180181
- html.elements.template.shadowrootdelegatesfocus

features/draft/spec/html.yml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1352,6 +1352,7 @@ compat_features:
13521352
# chrome: "133"
13531353
# chrome_android: "133"
13541354
- api.Document.moveBefore
1355+
- html.elements.script.type.importmap.multiple_import_maps
13551356

13561357
# ⬇️ Same status as overall feature ⬇️
13571358
# baseline: false

0 commit comments

Comments
 (0)