|
@@ -188,7 +188,17 @@ interface AriaAttributes {
|
|
|
* Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.
|
|
* Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.
|
|
|
* @see aria-atomic.
|
|
* @see aria-atomic.
|
|
|
*/
|
|
*/
|
|
|
- 'aria-relevant'?: 'additions' | 'additions text' | 'all' | 'removals' | 'text'
|
|
|
|
|
|
|
+ 'aria-relevant'?:
|
|
|
|
|
+ | 'additions'
|
|
|
|
|
+ | 'additions removals'
|
|
|
|
|
+ | 'additions text'
|
|
|
|
|
+ | 'all'
|
|
|
|
|
+ | 'removals'
|
|
|
|
|
+ | 'removals additions'
|
|
|
|
|
+ | 'removals text'
|
|
|
|
|
+ | 'text'
|
|
|
|
|
+ | 'text additions'
|
|
|
|
|
+ | 'text removals'
|
|
|
/** Indicates that user input is required on the element before a form may be submitted. */
|
|
/** Indicates that user input is required on the element before a form may be submitted. */
|
|
|
'aria-required'?: Booleanish
|
|
'aria-required'?: Booleanish
|
|
|
/** Defines a human-readable, author-localized description for the role of an element. */
|
|
/** Defines a human-readable, author-localized description for the role of an element. */
|