Skip to content

Commit d6b032d

Browse files
committed
autocapitalize
1 parent f64773f commit d6b032d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/elements.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,7 @@ export interface HTMLAttributes<T extends EventTarget> extends AriaAttributes, D
770770
vocab?: string | undefined | null;
771771

772772
// Non-standard Attributes
773-
autocapitalize?: string | undefined | null;
773+
autocapitalize?: 'characters' | 'off' | 'on' | 'none' | 'sentences' | 'words' | undefined | null;
774774
autocorrect?: string | undefined | null;
775775
autosave?: string | undefined | null;
776776
color?: string | undefined | null;

0 commit comments

Comments
 (0)