@@ -261,7 +261,7 @@ lookupTables.role = {
261
261
'combobox' : {
262
262
type : 'composite' ,
263
263
attributes : {
264
- allowed : [ 'aria-expanded' , 'aria-autocomplete' , 'aria-required' , 'aria-activedescendant' ]
264
+ allowed : [ 'aria-expanded' , 'aria-autocomplete' , 'aria-required' , 'aria-activedescendant' , 'aria-orientation' ]
265
265
} ,
266
266
owned : {
267
267
all : [ 'listbox' , 'textbox' ]
@@ -443,7 +443,7 @@ lookupTables.role = {
443
443
'listbox' : {
444
444
type : 'composite' ,
445
445
attributes : {
446
- allowed : [ 'aria-activedescendant' , 'aria-multiselectable' , 'aria-required' , 'aria-expanded' ]
446
+ allowed : [ 'aria-activedescendant' , 'aria-multiselectable' , 'aria-required' , 'aria-expanded' , 'aria-orientation' ]
447
447
} ,
448
448
owned : {
449
449
all : [ 'option' ]
@@ -503,7 +503,7 @@ lookupTables.role = {
503
503
'menu' : {
504
504
type : 'composite' ,
505
505
attributes : {
506
- allowed : [ 'aria-activedescendant' , 'aria-expanded' ]
506
+ allowed : [ 'aria-activedescendant' , 'aria-expanded' , 'aria-orientation' ]
507
507
} ,
508
508
owned : {
509
509
one : [ 'menuitem' , 'menuitemradio' , 'menuitemcheckbox' ]
@@ -515,7 +515,7 @@ lookupTables.role = {
515
515
'menubar' : {
516
516
type : 'composite' ,
517
517
attributes : {
518
- allowed : [ 'aria-activedescendant' , 'aria-expanded' ]
518
+ allowed : [ 'aria-activedescendant' , 'aria-expanded' , 'aria-orientation' ]
519
519
} ,
520
520
owned : null ,
521
521
nameFrom : [ 'author' ] ,
@@ -794,7 +794,7 @@ lookupTables.role = {
794
794
'tablist' : {
795
795
type : 'composite' ,
796
796
attributes : {
797
- allowed : [ 'aria-activedescendant' , 'aria-expanded' , 'aria-level' , 'aria-multiselectable' ]
797
+ allowed : [ 'aria-activedescendant' , 'aria-expanded' , 'aria-level' , 'aria-multiselectable' , 'aria-orientation' ]
798
798
} ,
799
799
owned : {
800
800
all : [ 'tab' ]
@@ -870,7 +870,7 @@ lookupTables.role = {
870
870
'tree' : {
871
871
type : 'composite' ,
872
872
attributes : {
873
- allowed : [ 'aria-activedescendant' , 'aria-multiselectable' , 'aria-required' , 'aria-expanded' ]
873
+ allowed : [ 'aria-activedescendant' , 'aria-multiselectable' , 'aria-required' , 'aria-expanded' , 'aria-orientation' ]
874
874
} ,
875
875
owned : {
876
876
all : [ 'treeitem' ]
@@ -882,7 +882,7 @@ lookupTables.role = {
882
882
type : 'composite' ,
883
883
attributes : {
884
884
allowed : [ 'aria-activedescendant' , 'aria-colcount' , 'aria-expanded' , 'aria-level' , 'aria-multiselectable' ,
885
- 'aria-readonly' , 'aria-required' , 'aria-rowcount' ]
885
+ 'aria-readonly' , 'aria-required' , 'aria-rowcount' , 'aria-orientation' ]
886
886
} ,
887
887
owned : {
888
888
all : [ 'treeitem' ]
0 commit comments