Skip to content

Commit

Permalink
fix(aria-allowed-attr): allow 'aria-readonly' on listbox (#1825)
Browse files Browse the repository at this point in the history
  • Loading branch information
straker committed Sep 30, 2019
1 parent b319ea2 commit 15f5d2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/commons/aria/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1165,6 +1165,7 @@ lookupTable.role = {
allowed: [
'aria-activedescendant',
'aria-multiselectable',
'aria-readonly',
'aria-required',
'aria-expanded',
'aria-orientation',
Expand Down
1 change: 1 addition & 0 deletions test/integration/rules/aria-allowed-attr/passes.html
Original file line number Diff line number Diff line change
Expand Up @@ -659,6 +659,7 @@
aria-live="value"
aria-owns="value"
aria-relevant="value"
aria-readonly="value"
>
ok
</div>
Expand Down

0 comments on commit 15f5d2d

Please sign in to comment.