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.
accept-charset
1 parent 8e2f4b5 commit c26365bCopy full SHA for c26365b
.changeset/healthy-carpets-deny.md
@@ -0,0 +1,5 @@
1
+---
2
+'svelte': patch
3
4
+
5
+fix: rename form accept-charset attribute
packages/svelte/elements.d.ts
@@ -996,7 +996,7 @@ export interface HTMLFieldsetAttributes extends HTMLAttributes<HTMLFieldSetEleme
996
}
997
998
export interface HTMLFormAttributes extends HTMLAttributes<HTMLFormElement> {
999
- acceptcharset?: string | undefined | null;
+ 'accept-charset'?: 'utf-8' | (string & {}) | undefined | null;
1000
action?: string | undefined | null;
1001
autocomplete?: AutoFillBase | undefined | null;
1002
enctype?:
0 commit comments