Skip to content

Commit

Permalink
updates the allowed roles for the wbr element
Browse files Browse the repository at this point in the history
related to issue dequelabs#3177
  • Loading branch information
scottaohara authored Oct 6, 2021
1 parent 6e714f4 commit 2698f4c
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 2698f4c

Please sign in to comment.