@@ -250,7 +250,7 @@ lookupTables.role = {
250
250
'columnheader' : {
251
251
type : 'structure' ,
252
252
attributes : {
253
- allowed : [ 'aria-colindex' , 'aria-colspan' , 'aria-expanded' , 'aria-rowindex' , 'aria-rowspan' ,
253
+ allowed : [ 'aria-colindex' , 'aria-colspan' , 'aria-expanded' , 'aria-rowindex' , 'aria-rowspan' ,
254
254
'aria-required' , 'aria-readonly' , 'aria-selected' , 'aria-sort' ]
255
255
} ,
256
256
owned : null ,
@@ -341,7 +341,7 @@ lookupTables.role = {
341
341
attributes : {
342
342
allowed : [ 'aria-expanded' ]
343
343
} ,
344
- owned : {
344
+ owned : {
345
345
one : [ 'article' ]
346
346
} ,
347
347
nameFrom : [ 'author' ] ,
@@ -360,7 +360,8 @@ lookupTables.role = {
360
360
'grid' : {
361
361
type : 'composite' ,
362
362
attributes : {
363
- allowed : [ 'aria-level' , 'aria-multiselectable' , 'aria-readonly' , 'aria-activedescendant' , 'aria-expanded' ]
363
+ allowed : [ 'aria-activedescendant' , 'aria-expanded' , 'aria-colcount' , 'aria-level' ,
364
+ 'aria-multiselectable' , 'aria-readonly' , 'aria-rowcount' ]
364
365
} ,
365
366
owned : {
366
367
one : [ 'rowgroup' , 'row' ]
@@ -372,7 +373,7 @@ lookupTables.role = {
372
373
'gridcell' : {
373
374
type : 'widget' ,
374
375
attributes : {
375
- allowed : [ 'aria-colindex' , 'aria-colspan' , 'aria-expanded' , 'aria-rowindex' ,
376
+ allowed : [ 'aria-colindex' , 'aria-colspan' , 'aria-expanded' , 'aria-rowindex' ,
376
377
'aria-rowspan' , 'aria-selected' , 'aria-readonly' , 'aria-required' ]
377
378
} ,
378
379
owned : null ,
@@ -645,7 +646,8 @@ lookupTables.role = {
645
646
'row' : {
646
647
type : 'structure' ,
647
648
attributes : {
648
- allowed : [ 'aria-activedescendant' , 'aria-colcount' , 'aria-expanded' , 'aria-level' , 'aria-selected' , 'aria-rowcount' , 'aria-rowindex' ]
649
+ allowed : [ 'aria-activedescendant' , 'aria-colindex' , 'aria-expanded' ,
650
+ 'aria-level' , 'aria-selected' , 'aria-rowindex' ]
649
651
} ,
650
652
owned : {
651
653
one : [ 'cell' , 'columnheader' , 'rowheader' , 'gridcell' ]
@@ -669,7 +671,7 @@ lookupTables.role = {
669
671
'rowheader' : {
670
672
type : 'structure' ,
671
673
attributes : {
672
- allowed : [ 'aria-colindex' , 'aria-colspan' , 'aria-expanded' , 'aria-rowindex' , 'aria-rowspan' ,
674
+ allowed : [ 'aria-colindex' , 'aria-colspan' , 'aria-expanded' , 'aria-rowindex' , 'aria-rowspan' ,
673
675
'aria-required' , 'aria-readonly' , 'aria-selected' , 'aria-sort' ]
674
676
} ,
675
677
owned : null ,
0 commit comments