Skip to content

Commit

Permalink
fix(aria-allowed-role): Add fieldset to allowed elements for radiogro…
Browse files Browse the repository at this point in the history
…up (#2326)
  • Loading branch information
Andarist authored Jun 25, 2020
1 parent 5e1f922 commit a5409d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commons/aria/lookup-table.js
Original file line number Diff line number Diff line change
Expand Up @@ -1599,7 +1599,7 @@ lookupTable.role = {
context: null,
unsupported: false,
allowedElements: {
nodeName: ['ol', 'ul']
nodeName: ['ol', 'ul', 'fieldset']
}
},
range: {
Expand Down

0 comments on commit a5409d4

Please sign in to comment.