Skip to content

Commit

Permalink
fix(commons/aria): allow aria-required on radio role
Browse files Browse the repository at this point in the history
  • Loading branch information
KittyGiraudel committed Dec 1, 2017
1 parent 740973d commit 58b76a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commons/aria/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ lookupTables.role = {
'radio': {
type: 'widget',
attributes: {
allowed: ['aria-checked', 'aria-selected', 'aria-posinset', 'aria-setsize'],
allowed: ['aria-checked', 'aria-selected', 'aria-posinset', 'aria-setsize', 'aria-required'],
},
owned: null,
nameFrom: ['author', 'contents'],
Expand Down

0 comments on commit 58b76a6

Please sign in to comment.