chore: rename form `accept-charset` attribute (#16478)

* chore: rename form accept-charset attribute

* chore: utf-8 to lowercase

Co-authored-by: Rich Harris <hello@rich-harris.dev>

* Update .changeset/healthy-carpets-deny.md

---------

Co-authored-by: Rich Harris <hello@rich-harris.dev>
pull/16484/head
Hyunbin Seo 1 month ago committed by GitHub
parent 8e2f4b51c5
commit c26365bdda
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

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

Loading…
Cancel
Save