Update html/index.d.ts

Co-authored-by: Lyu, Wei-Da <36730922+jasonlyu123@users.noreply.github.com>
pull/7649/head
Simon H 4 years ago committed by GitHub
parent c29e368237
commit 3c9bb39218
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
html/index.d.ts vendored

@ -292,7 +292,7 @@ export interface AriaAttributes {
* Indicates the entered value does not conform to the format expected by the application. * Indicates the entered value does not conform to the format expected by the application.
* @see aria-errormessage. * @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. */ /** Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element. */
'aria-keyshortcuts'?: string | undefined | null; 'aria-keyshortcuts'?: string | undefined | null;
/** /**

Loading…
Cancel
Save