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 committed Oct 8, 2021
1 parent e930a70 commit 2f439b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/standards/html-elms.js
Expand Up @@ -936,7 +936,7 @@ const htmlElms = {
},
wbr: {
contentTypes: ['phrasing', 'flow'],
allowedRoles: true
allowedRoles: ['presentation', 'none']
}
};

Expand Down

0 comments on commit 2f439b3

Please sign in to comment.