Skip to content

Commit

Permalink
fix(commons/aria): allow aria-required on checkbox role
Browse files Browse the repository at this point in the history
  • Loading branch information
KittyGiraudel committed Dec 1, 2017
1 parent 58b76a6 commit 3e21c6e
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 @@ -249,7 +249,7 @@ lookupTables.role = {
'checkbox': {
type: 'widget',
attributes: {
allowed: ['aria-checked']
allowed: ['aria-checked', 'aria-required']
},
owned: null,
nameFrom: ['author', 'contents'],
Expand Down

0 comments on commit 3e21c6e

Please sign in to comment.