Commit 967431c
chore(elements.d.ts): add "Accept-CH" as valid value for
* chore(elements.d.ts): add "Accept-CH" as valid value for `http-equiv`
It seems like this is a valid value and it has been working for me, however I did find conflicting information on whether it is supported or not.
Supporting Evidence:
- https://github.com/WICG/client-hints-infrastructure?tab=readme-ov-file#opt-in-mechanism
- https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/Client_hints#overview
- https://developer.chrome.com/docs/privacy-security/user-agent-client-hints#introducing_the_new_user-agent_client_hints
- httpwg/http-extensions#189
Conflicting Evidence:
- https://html.spec.whatwg.org/multipage/semantics.html#attr-meta-http-equiv
* changeset
---------
Co-authored-by: Rich Harris <[email protected]>http-equiv (#16671)1 parent 0348b4a commit 967431c
2 files changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1268 | 1268 | | |
1269 | 1269 | | |
1270 | 1270 | | |
| 1271 | + | |
1271 | 1272 | | |
1272 | 1273 | | |
1273 | 1274 | | |
| |||
0 commit comments