Skip to content

Commit

Permalink
fix(aria-allowed-attr): Add aria-orientation to radiogroup role (#2322)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist authored Jun 24, 2020
1 parent 5d98a04 commit 5e1f922
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/commons/aria/lookup-table.js
Original file line number Diff line number Diff line change
Expand Up @@ -1588,7 +1588,8 @@ lookupTable.role = {
'aria-required',
'aria-expanded',
'aria-readonly',
'aria-errormessage'
'aria-errormessage',
'aria-orientation'
]
},
owned: {
Expand Down

0 comments on commit 5e1f922

Please sign in to comment.