diff --git a/src/jsx.d.ts b/src/jsx.d.ts index 78ec06b5d9..e70cb88592 100644 --- a/src/jsx.d.ts +++ b/src/jsx.d.ts @@ -733,6 +733,7 @@ export namespace JSXInternal { slot?: string; span?: number; spellcheck?: boolean; + spellCheck?: boolean; src?: string; srcset?: string; srcDoc?: string; @@ -753,6 +754,10 @@ export namespace JSXInternal { wmode?: string; wrap?: string; + // Non-standard Attributes + autocapitalize?: 'off' | 'none' | 'on' | 'sentences' | 'words' | 'characters'; + autoCapitalize?: 'off' | 'none' | 'on' | 'sentences' | 'words' | 'characters'; + // RDFa Attributes about?: string; datatype?: string;