-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Update Speculation Rules data with specs and Webview support #27935
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 4 commits
3cce2cb
80d4e85
cd66ffb
7b5a42a
ff7083a
b53b584
3b85ccd
10e840f
a940d9a
411e415
de6e9aa
87acea4
bc9b695
2e50c7e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -767,6 +767,7 @@ | |
| "__compat": { | ||
| "description": "`eagerness` key", | ||
| "mdn_url": "https://developer.mozilla.org/docs/Web/HTML/Reference/Elements/script/type/speculationrules#eagerness", | ||
| "spec_url": "https://html.spec.whatwg.org/multipage/speculative-loading.html#speculation-rule-eagerness", | ||
| "tags": [ | ||
| "web-features:speculation-rules" | ||
| ], | ||
|
|
@@ -802,6 +803,7 @@ | |
| "__compat": { | ||
| "description": "`expects_no_vary_search` key", | ||
| "mdn_url": "https://developer.mozilla.org/docs/Web/HTML/Reference/Elements/script/type/speculationrules#expects_no_vary_search", | ||
| "spec_url": "https://html.spec.whatwg.org/multipage/speculative-loading.html#valid-speculation-rule", | ||
|
||
| "tags": [ | ||
| "web-features:speculation-rules" | ||
| ], | ||
|
|
@@ -845,6 +847,7 @@ | |
| "__compat": { | ||
| "description": "`prefetch` key", | ||
| "mdn_url": "https://developer.mozilla.org/docs/Web/HTML/Reference/Elements/script/type/speculationrules#prefetch", | ||
| "spec_url": "https://html.spec.whatwg.org/multipage/speculative-loading.html#speculation-rule-set-authoring-requirements", | ||
| "tags": [ | ||
| "web-features:speculation-rules" | ||
| ], | ||
|
|
@@ -926,6 +929,7 @@ | |
| "__compat": { | ||
| "description": "`referrer_policy` key", | ||
| "mdn_url": "https://developer.mozilla.org/docs/Web/HTML/Reference/Elements/script/type/speculationrules#referrer_policy", | ||
| "spec_url": "https://html.spec.whatwg.org/multipage/speculative-loading.html#valid-speculation-rule", | ||
| "tags": [ | ||
| "web-features:speculation-rules" | ||
| ], | ||
|
|
@@ -961,6 +965,7 @@ | |
| "__compat": { | ||
| "description": "`relative_to` key", | ||
| "mdn_url": "https://developer.mozilla.org/docs/Web/HTML/Reference/Elements/script/type/speculationrules#relative_to_2", | ||
| "spec_url": "https://html.spec.whatwg.org/multipage/speculative-loading.html#valid-speculation-rule", | ||
| "tags": [ | ||
| "web-features:speculation-rules" | ||
| ], | ||
|
|
@@ -996,6 +1001,7 @@ | |
| "__compat": { | ||
| "description": "`requires` key", | ||
| "mdn_url": "https://developer.mozilla.org/docs/Web/HTML/Reference/Elements/script/type/speculationrules#requires", | ||
| "spec_url": "https://html.spec.whatwg.org/multipage/speculative-loading.html#speculation-rule-requirement", | ||
| "tags": [ | ||
| "web-features:speculation-rules" | ||
| ], | ||
|
|
@@ -1032,6 +1038,7 @@ | |
| "__compat": { | ||
| "description": "`anonymous-client-ip-when-cross-origin` value", | ||
| "mdn_url": "https://developer.mozilla.org/docs/Web/HTML/Reference/Elements/script/type/speculationrules#anonymous-client-ip-when-cross-origin", | ||
| "spec_url": "https://html.spec.whatwg.org/multipage/speculative-loading.html#speculation-rule-requirement", | ||
| "tags": [ | ||
| "web-features:speculation-rules" | ||
| ], | ||
|
|
@@ -1078,6 +1085,7 @@ | |
| "__compat": { | ||
| "description": "`source` key is optional", | ||
| "mdn_url": "https://developer.mozilla.org/docs/Web/HTML/Reference/Elements/script/type/speculationrules#source", | ||
| "spec_url": "https://html.spec.whatwg.org/multipage/speculative-loading.html#valid-speculation-rule", | ||
| "tags": [ | ||
| "web-features:speculation-rules" | ||
| ], | ||
|
|
@@ -1113,6 +1121,7 @@ | |
| "__compat": { | ||
| "description": "`tag` key", | ||
| "mdn_url": "https://developer.mozilla.org/docs/Web/HTML/Reference/Elements/script/type/speculationrules#tag", | ||
| "spec_url": "https://html.spec.whatwg.org/multipage/speculative-loading.html#speculation-rule-tag", | ||
| "tags": [ | ||
| "web-features:speculation-rules" | ||
| ], | ||
|
|
@@ -1148,6 +1157,7 @@ | |
| "__compat": { | ||
| "description": "`target_hint` key", | ||
| "mdn_url": "https://developer.mozilla.org/docs/Web/HTML/Reference/Elements/script/type/speculationrules#target_hint", | ||
| "spec_url": "https://html.spec.whatwg.org/multipage/speculative-loading.html#valid-speculation-rule", | ||
| "tags": [ | ||
| "web-features:speculation-rules" | ||
| ], | ||
|
|
@@ -1184,6 +1194,8 @@ | |
| "urls": { | ||
| "__compat": { | ||
| "description": "`urls` key", | ||
| "mdn_url": "https://developer.mozilla.org/docs/Web/HTML/Reference/Elements/script/type/speculationrules#urls", | ||
| "spec_url": "https://html.spec.whatwg.org/multipage/speculative-loading.html#valid-speculation-rule", | ||
| "tags": [ | ||
| "web-features:speculation-rules" | ||
| ], | ||
|
|
@@ -1220,6 +1232,8 @@ | |
| "where": { | ||
| "__compat": { | ||
| "description": "`where` key", | ||
| "mdn_url": "https://developer.mozilla.org/docs/Web/HTML/Reference/Elements/script/type/speculationrules#where", | ||
| "spec_url": "https://html.spec.whatwg.org/multipage/speculative-loading.html#valid-document-rule-predicate", | ||
| "tags": [ | ||
| "web-features:speculation-rules" | ||
| ], | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.