File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -188,7 +188,17 @@ interface AriaAttributes {
188
188
* Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.
189
189
* @see aria-atomic.
190
190
*/
191
- 'aria-relevant' ?: 'additions' | 'additions text' | 'all' | 'removals' | 'text'
191
+ 'aria-relevant' ?:
192
+ | 'additions'
193
+ | 'additions removals'
194
+ | 'additions text'
195
+ | 'all'
196
+ | 'removals'
197
+ | 'removals additions'
198
+ | 'removals text'
199
+ | 'text'
200
+ | 'text additions'
201
+ | 'text removals'
192
202
/** Indicates that user input is required on the element before a form may be submitted. */
193
203
'aria-required' ?: Booleanish
194
204
/** Defines a human-readable, author-localized description for the role of an element. */
You can’t perform that action at this time.
0 commit comments