We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
http-equiv
1 parent 0348b4a commit 967431cCopy full SHA for 967431c
.changeset/thick-books-fail.md
@@ -0,0 +1,5 @@
1
+---
2
+"svelte": patch
3
4
+
5
+fix: add "Accept-CH" as valid value for `http-equiv`
packages/svelte/elements.d.ts
@@ -1268,6 +1268,7 @@ export interface HTMLMetaAttributes extends HTMLAttributes<HTMLMetaElement> {
1268
charset?: string | undefined | null;
1269
content?: string | undefined | null;
1270
'http-equiv'?:
1271
+ | 'accept-ch'
1272
| 'content-security-policy'
1273
| 'content-type'
1274
| 'default-style'
0 commit comments