Skip to content

Commit

Permalink
fix(aria-allowed-role): updates the allowed roles for the wbr element…
Browse files Browse the repository at this point in the history
… to none and presentation (#3192)

related to issue #3177
  • Loading branch information
scottaohara authored and straker committed Oct 18, 2021
1 parent 5aa0441 commit 66db765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/standards/html-elms.js
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,7 @@ const htmlElms = {
},
wbr: {
contentTypes: ['phrasing', 'flow'],
allowedRoles: true
allowedRoles: ['presentation', 'none']
}
};

Expand Down

0 comments on commit 66db765

Please sign in to comment.