Skip to content

Commit

Permalink
add radiogroup role to RadioButtonGroup, see #361
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed May 17, 2018
1 parent d0005ca commit 9ebf1a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/buttons/RadioButtonGroup.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ define( function( require ) {
// a11y
tagName: 'ul',
labelTagName: 'h3',
ariaRole: 'radiogroup',
groupFocusHighlight: true
}, options );

Expand Down

0 comments on commit 9ebf1a6

Please sign in to comment.