Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api/HTMLImageElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@
"fetchPriority": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLImageElement/fetchPriority",
"spec_url": "https://wicg.github.io/priority-hints/#img",
"spec_url": "https://html.spec.whatwg.org/multipage/embedded-content.html#attr-img-fetchpriority",
"support": {
"chrome": [
{
Expand Down
2 changes: 1 addition & 1 deletion api/HTMLLinkElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@
"fetchPriority": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLLinkElement/fetchPriority",
"spec_url": "https://wicg.github.io/priority-hints/#link",
"spec_url": "https://html.spec.whatwg.org/multipage/semantics.html#attr-link-fetchpriority",
"support": {
"chrome": [
{
Expand Down
2 changes: 1 addition & 1 deletion api/HTMLScriptElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@
},
"fetchPriority": {
"__compat": {
"spec_url": "https://wicg.github.io/priority-hints/#script",
"spec_url": "https://html.spec.whatwg.org/multipage/scripting.html#attr-script-fetchpriority",
"support": {
"chrome": [
{
Expand Down
38 changes: 0 additions & 38 deletions api/Request.json
Original file line number Diff line number Diff line change
Expand Up @@ -1066,44 +1066,6 @@
}
}
},
"priority": {
"__compat": {
"spec_url": "https://wicg.github.io/priority-hints/#fetch-integration",
"support": {
"chrome": {
"version_added": "101"
},
"chrome_android": "mirror",
"deno": {
"version_added": false
},
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": {
"version_added": false
},
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
},
"redirect": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Request/redirect",
Expand Down
34 changes: 0 additions & 34 deletions html/elements/iframe.json
Original file line number Diff line number Diff line change
Expand Up @@ -302,40 +302,6 @@
}
}
},
"fetchpriority": {
"__compat": {
"spec_url": "https://wicg.github.io/priority-hints/#iframe",
"support": {
"chrome": {
"version_added": false,
"notes": "See <a href='https://crbug.com/1345601'>bug 1345601</a>."
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
},
"frameborder": {
"__compat": {
"support": {
Expand Down
2 changes: 1 addition & 1 deletion html/elements/img.json
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@
},
"fetchpriority": {
"__compat": {
"spec_url": "https://wicg.github.io/priority-hints/#img",
"spec_url": "https://html.spec.whatwg.org/multipage/embedded-content.html#attr-img-fetchpriority",
"support": {
"chrome": {
"version_added": "101"
Expand Down
2 changes: 1 addition & 1 deletion html/elements/link.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
},
"fetchpriority": {
"__compat": {
"spec_url": "https://wicg.github.io/priority-hints/#link",
"spec_url": "https://html.spec.whatwg.org/multipage/semantics.html#attr-link-fetchpriority",
"support": {
"chrome": {
"version_added": "101"
Expand Down
2 changes: 1 addition & 1 deletion html/elements/script.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
},
"fetchpriority": {
"__compat": {
"spec_url": "https://wicg.github.io/priority-hints/#script",
"spec_url": "https://html.spec.whatwg.org/multipage/scripting.html#attr-script-fetchpriority",
"support": {
"chrome": {
"version_added": "101"
Expand Down