Update checked-in dependencies
This commit is contained in:
parent
99c9f6a498
commit
e266801e21
242 changed files with 2638 additions and 9296 deletions
6
node_modules/aria-query/lib/ariaPropsMap.js
generated
vendored
6
node_modules/aria-query/lib/ariaPropsMap.js
generated
vendored
|
|
@ -20,6 +20,10 @@ var properties = [['aria-activedescendant', {
|
|||
}], ['aria-autocomplete', {
|
||||
'type': 'token',
|
||||
'values': ['inline', 'list', 'both', 'none']
|
||||
}], ['aria-braillelabel', {
|
||||
'type': 'string'
|
||||
}], ['aria-brailleroledescription', {
|
||||
'type': 'string'
|
||||
}], ['aria-busy', {
|
||||
'type': 'boolean'
|
||||
}], ['aria-checked', {
|
||||
|
|
@ -37,6 +41,8 @@ var properties = [['aria-activedescendant', {
|
|||
values: ['page', 'step', 'location', 'date', 'time', true, false]
|
||||
}], ['aria-describedby', {
|
||||
'type': 'idlist'
|
||||
}], ['aria-description', {
|
||||
'type': 'string'
|
||||
}], ['aria-details', {
|
||||
'type': 'id'
|
||||
}], ['aria-disabled', {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue