chore: utf-8 to lowercase

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

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

Loading…
Cancel
Save