Skip to content

Commit

Permalink
fix(aria-roles): add group to menuitemradio context (#2518)
Browse files Browse the repository at this point in the history
  • Loading branch information
ljosberinn authored Sep 15, 2020
1 parent 9066900 commit 52b89f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/standards/aria-roles.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ const ariaRoles = {
},
menuitemradio: {
type: 'widget',
requiredContext: ['menu', 'menubar'],
requiredContext: ['menu', 'menubar', 'group'],
allowedAttrs: [
'aria-checked',
'aria-posinset',
Expand Down

0 comments on commit 52b89f1

Please sign in to comment.