We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9774b32 commit 5a8ac5eCopy full SHA for 5a8ac5e
PandoraA11yFixes.user.js
@@ -113,8 +113,10 @@ function init() {
113
node.setAttribute("aria-label", "Buy");
114
}
115
if (node = document.getElementsByClassName("cd_activator")[0]) {
116
- node.firstChild.setAttribute("role", "button");
117
- node.firstChild.setAttribute("aria-label", "Track options");
+ node = node.firstChild;
+ node.setAttribute("role", "button");
118
+ node.setAttribute("aria-haspopup", "true");
119
+ node.setAttribute("aria-label", "Track options");
120
121
122
0 commit comments