We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b9fcac commit 0d40580Copy full SHA for 0d40580
GitHubA11yFixes.user.js
@@ -103,7 +103,7 @@ function onNodeAdded(target) {
103
// Site-wide stuff.
104
// Checkable menu items; e.g. in watch and labels pop-ups.
105
for (elem of target.querySelectorAll(".select-menu-item")) {
106
- elem.setAttribute("role", "menuitem");
+ elem.setAttribute("role", "menuitemcheckbox");
107
onSelectMenuItemChanged(elem);
108
}
109
// Table lists; e.g. in issue and commit listings.
0 commit comments