Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Next Next commit
Add speculation-rules target_hint and clear-site-data support
  • Loading branch information
tunetheweb committed May 23, 2025
commit e2fc36921d12e74fda74ca7e90ce23277bf31593
43 changes: 43 additions & 0 deletions html/elements/script.json
Original file line number Diff line number Diff line change
Expand Up @@ -1249,6 +1249,49 @@
}
}
},
"target_hint": {
"__compat": {
"description": "`target_hint` key",
"mdn_url": "https://developer.mozilla.org/docs/Web/HTML/Reference/Elements/script/type/speculationrules#target_hint",
"spec_url": "https://wicg.github.io/nav-speculation/speculation-rules.html",
"tags": [
"web-features:speculation-rules"
],
"support": {
"chrome": {
"version_added": "138",
"partial_implementation": true,
"notes": "Only `"_blank"` and `"_self"` are supported."
},
"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": {
"version_added": false
},
"webview_ios": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
},
"urls": {
"__compat": {
"description": "`urls` key",
Expand Down
88 changes: 83 additions & 5 deletions http/headers/Clear-Site-Data.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"cache": {
"__compat": {
"description": "`"cache"`",
"mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Reference/Headers/Clear-Site-Data",
"mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Reference/Headers/Clear-Site-Data#cache",
"spec_url": "https://w3c.github.io/webappsec-clear-site-data/#grammardef-cache",
"tags": [
"web-features:clear-site-data"
Expand Down Expand Up @@ -138,7 +138,7 @@
"clientHints": {
"__compat": {
"description": "`"clientHints"`",
"mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Reference/Headers/Clear-Site-Data",
"mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Reference/Headers/Clear-Site-Data#clientHints",
"spec_url": "https://w3c.github.io/webappsec-clear-site-data/#grammardef-clienthints",
"tags": [
"web-features:clear-site-data"
Expand Down Expand Up @@ -177,7 +177,7 @@
"cookies": {
"__compat": {
"description": "`"cookies"`",
"mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Reference/Headers/Clear-Site-Data",
"mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Reference/Headers/Clear-Site-Data#cookies",
"spec_url": "https://w3c.github.io/webappsec-clear-site-data/#grammardef-cookies",
"tags": [
"web-features:clear-site-data"
Expand Down Expand Up @@ -218,7 +218,7 @@
"executionContexts": {
"__compat": {
"description": "`"executionContexts"`",
"mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Reference/Headers/Clear-Site-Data",
"mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Reference/Headers/Clear-Site-Data#executionContexts",
"spec_url": "https://w3c.github.io/webappsec-clear-site-data/#grammardef-executioncontexts",
"tags": [
"web-features:clear-site-data"
Expand Down Expand Up @@ -258,6 +258,84 @@
}
}
},
"prefetchCache": {
"__compat": {
"description": "`"prefetchCache"`",
"mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Reference/Headers/Clear-Site-Data#prefetchcache",
"spec_url": "https://wicg.github.io/nav-speculation/prefetch.html#clear-site-data-patches",
"tags": [
"web-features:clear-site-data"
],
"support": {
"chrome": {
"version_added": "138"
},
"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",
"webview_ios": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
},
"prerenderCache": {
"__compat": {
"description": "`"prerenderCache"`",
"mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Reference/Headers/Clear-Site-Data#prerendercache",
"spec_url": "https://wicg.github.io/nav-speculation/prefetch.html#clear-site-data-patches",
"tags": [
"web-features:clear-site-data"
],
"support": {
"chrome": {
"version_added": "138"
},
"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",
"webview_ios": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
},
"storage": {
"__compat": {
"description": "`"storage"`",
Expand Down Expand Up @@ -302,7 +380,7 @@
"wildcard": {
"__compat": {
"description": "`"*"` (wildcard)",
"mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Reference/Headers/Clear-Site-Data",
"mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Reference/Headers/Clear-Site-Data#sect",
"spec_url": "https://w3c.github.io/webappsec-clear-site-data/#grammardef-",
"tags": [
"web-features:clear-site-data"
Expand Down
Loading