diff --git a/html/index.d.ts b/html/index.d.ts index 9fafa5943d..fc791b7f35 100644 --- a/html/index.d.ts +++ b/html/index.d.ts @@ -292,7 +292,7 @@ export interface AriaAttributes { * Indicates the entered value does not conform to the format expected by the application. * @see aria-errormessage. */ - 'aria-invalid'?: boolean | 'false' | 'true' | 'grammar' | 'spelling' | undefined | null; + 'aria-invalid'?: Booleanish | 'grammar' | 'spelling' | undefined | null; /** Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element. */ 'aria-keyshortcuts'?: string | undefined | null; /**