Skip to content

Commit 282dded

Browse files
tunethewebcaugner
andauthored
Update Speculation Rules data with specs and Webview support (mdn#27935)
* Update Speculation Rules data with specs and Webview support * Add Prerender spec * Fix prerender spec URL * More updates * Review feedback * Add Fenced Frame spec url * Add script spec urls * Better links * Update http/headers/Supports-Loading-Mode.json * Update api/Request.json * Spec URLs with fragments --------- Co-authored-by: Claas Augner <[email protected]>
1 parent 2d91a9b commit 282dded

File tree

9 files changed

+69
-68
lines changed

9 files changed

+69
-68
lines changed

api/Document.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6434,6 +6434,7 @@
64346434
"prerendering": {
64356435
"__compat": {
64366436
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Document/prerendering",
6437+
"spec_url": "https://wicg.github.io/nav-speculation/prerendering.html#dom-document-prerendering",
64376438
"tags": [
64386439
"web-features:speculation-rules"
64396440
],
@@ -6460,7 +6461,7 @@
64606461
},
64616462
"status": {
64626463
"experimental": true,
6463-
"standard_track": false,
6464+
"standard_track": true,
64646465
"deprecated": false
64656466
}
64666467
}

api/PerformanceNavigationTiming.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"activationStart": {
4545
"__compat": {
4646
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PerformanceNavigationTiming/activationStart",
47+
"spec_url": "https://wicg.github.io/nav-speculation/prerendering.html#performance-navigation-timing-extension",
4748
"tags": [
4849
"web-features:speculation-rules"
4950
],
@@ -72,7 +73,7 @@
7273
},
7374
"status": {
7475
"experimental": true,
75-
"standard_track": false,
76+
"standard_track": true,
7677
"deprecated": false
7778
}
7879
}

api/Request.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -982,7 +982,7 @@
982982
"__compat": {
983983
"description": "`speculationrules` value",
984984
"tags": [
985-
"web-features:fetch"
985+
"web-features:speculation-rules"
986986
],
987987
"support": {
988988
"chrome": {
@@ -1013,7 +1013,7 @@
10131013
},
10141014
"status": {
10151015
"experimental": true,
1016-
"standard_track": false,
1016+
"standard_track": true,
10171017
"deprecated": false
10181018
}
10191019
}

0 commit comments

Comments
 (0)