We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
aria-roledescription
1 parent 985146a commit 1b73c3bCopy full SHA for 1b73c3b
src/components/a11y/a11y.js
@@ -19,7 +19,7 @@ const A11y = {
19
return $el;
20
},
21
addElRoleDescription($el, description) {
22
- $el.attr('aria-role-description', description);
+ $el.attr('aria-roledescription', description);
23
24
25
addElControls($el, controls) {
0 commit comments