Skip to content

Commit 3c7b7a2

Browse files
tunethewebcaugner
andauthored
Chrome 136 adds Speculation rules tag (#26485)
Co-authored-by: Claas Augner <[email protected]>
1 parent 4467f01 commit 3c7b7a2

File tree

2 files changed

+82
-0
lines changed

2 files changed

+82
-0
lines changed

html/elements/script.json

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1189,6 +1189,45 @@
11891189
}
11901190
}
11911191
},
1192+
"tag": {
1193+
"__compat": {
1194+
"description": "`tag` key",
1195+
"tags": [
1196+
"web-features:speculation-rules"
1197+
],
1198+
"support": {
1199+
"chrome": {
1200+
"version_added": "136"
1201+
},
1202+
"chrome_android": "mirror",
1203+
"edge": "mirror",
1204+
"firefox": {
1205+
"version_added": false
1206+
},
1207+
"firefox_android": "mirror",
1208+
"ie": {
1209+
"version_added": false
1210+
},
1211+
"oculus": "mirror",
1212+
"opera": "mirror",
1213+
"opera_android": "mirror",
1214+
"safari": {
1215+
"version_added": false
1216+
},
1217+
"safari_ios": "mirror",
1218+
"samsunginternet_android": "mirror",
1219+
"webview_android": {
1220+
"version_added": false
1221+
},
1222+
"webview_ios": "mirror"
1223+
},
1224+
"status": {
1225+
"experimental": true,
1226+
"standard_track": true,
1227+
"deprecated": false
1228+
}
1229+
}
1230+
},
11921231
"urls": {
11931232
"__compat": {
11941233
"description": "`urls` key",
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"http": {
3+
"headers": {
4+
"Sec-Speculation-Tags": {
5+
"__compat": {
6+
"spec_url": "https://wicg.github.io/nav-speculation/prefetch.html#sec-speculation-tags-header",
7+
"tags": [
8+
"web-features:speculation-rules"
9+
],
10+
"support": {
11+
"chrome": {
12+
"version_added": "136"
13+
},
14+
"chrome_android": "mirror",
15+
"edge": "mirror",
16+
"firefox": {
17+
"version_added": false
18+
},
19+
"firefox_android": "mirror",
20+
"ie": {
21+
"version_added": false
22+
},
23+
"oculus": "mirror",
24+
"opera": "mirror",
25+
"opera_android": "mirror",
26+
"safari": {
27+
"version_added": false
28+
},
29+
"safari_ios": "mirror",
30+
"samsunginternet_android": "mirror",
31+
"webview_android": "mirror",
32+
"webview_ios": "mirror"
33+
},
34+
"status": {
35+
"experimental": true,
36+
"standard_track": true,
37+
"deprecated": false
38+
}
39+
}
40+
}
41+
}
42+
}
43+
}

0 commit comments

Comments
 (0)