Skip to content

Commit

Permalink
fix(aria): Treegrid should own rows, not treeitems
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 bb07c2d commit 645d1fa
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 @@ -885,7 +885,7 @@ lookupTables.role = {
'aria-readonly', 'aria-required', 'aria-rowcount', 'aria-orientation']
},
owned: {
all: ['treeitem']
one: ['rowgroup', 'row']
},
nameFrom: ['author'],
context: null
Expand All @@ -897,7 +897,7 @@ lookupTables.role = {
},
owned: null,
nameFrom: ['author', 'contents'],
context: ['treegrid', 'tree']
context: ['group', 'tree']
},
'widget': {
type: 'abstract'
Expand Down

0 comments on commit 645d1fa

Please sign in to comment.