Skip to content

Commit

Permalink
feat: Add new ARIA 1.1 values for haspopup
Browse files Browse the repository at this point in the history
  • Loading branch information
WilcoFiers authored and Marcy Sutton committed Aug 9, 2017
1 parent 311661c commit 9f7da56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/commons/aria/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ lookupTables.attributes = {
values: ['true', 'false', 'undefined']
},
'aria-haspopup': {
type: 'boolean',
values: ['true', 'false']
type: 'nmtoken',
values: ['true', 'false', 'menu', 'listbox', 'tree', 'grid', 'dialog']
},
'aria-hidden': {
type: 'boolean',
Expand Down

0 comments on commit 9f7da56

Please sign in to comment.