chore: rename form accept-charset attribute

pull/16478/head
Hyunbin Seo 2 months ago
parent 68372460e9
commit 6e04f8f846

@ -0,0 +1,5 @@
---
'svelte': patch
---
chore: rename form accept-charset attribute

@ -996,7 +996,7 @@ export interface HTMLFieldsetAttributes extends HTMLAttributes<HTMLFieldSetEleme
} }
export interface HTMLFormAttributes extends HTMLAttributes<HTMLFormElement> { export interface HTMLFormAttributes extends HTMLAttributes<HTMLFormElement> {
acceptcharset?: string | undefined | null; 'accept-charset'?: 'UTF-8' | (string & {}) | undefined | null;
action?: string | undefined | null; action?: string | undefined | null;
autocomplete?: AutoFillBase | undefined | null; autocomplete?: AutoFillBase | undefined | null;
enctype?: enctype?:

Loading…
Cancel
Save