File tree Expand file tree Collapse file tree 4 files changed +17
-2
lines changed Expand file tree Collapse file tree 4 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1
- draft_date : 2025-01-20
1
+ draft_date : 2025-02-05
2
2
name : Attribution Reporting
3
3
description : TODO
4
4
spec : https://wicg.github.io/attribution-reporting-api/
5
5
compat_features :
6
6
- api.HTMLAreaElement.attributionSrc
7
+ - html.elements.area.attributionsrc
7
8
8
9
# The following features in the spec are already part of web-features:
9
10
# - Attribution reporting:
Original file line number Diff line number Diff line change 7
7
chrome: "133"
8
8
chrome_android: "133"
9
9
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"
10
22
- api.HTMLAreaElement.attributionSrc
Original file line number Diff line number Diff line change 1
- draft_date : 2025-01-30
1
+ draft_date : 2025-02-05
2
2
name : HTML
3
3
description : TODO
4
4
spec : https://html.spec.whatwg.org/multipage/
@@ -175,6 +175,7 @@ compat_features:
175
175
- html.elements.input.colorspace
176
176
- html.elements.link.rel.icon
177
177
- html.elements.script.type.importmap.integrity
178
+ - html.elements.script.type.importmap.multiple_import_maps
178
179
- html.elements.select.autocomplete
179
180
- html.elements.template.shadowrootclonable
180
181
- html.elements.template.shadowrootdelegatesfocus
Original file line number Diff line number Diff line change @@ -1352,6 +1352,7 @@ compat_features:
1352
1352
# chrome: "133"
1353
1353
# chrome_android: "133"
1354
1354
- api.Document.moveBefore
1355
+ - html.elements.script.type.importmap.multiple_import_maps
1355
1356
1356
1357
# ⬇️ Same status as overall feature ⬇️
1357
1358
# baseline: false
You can’t perform that action at this time.
0 commit comments