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.
1 parent 6e04f8f commit 0ab96faCopy full SHA for 0ab96fa
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
- 'accept-charset'?: 'UTF-8' | (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