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 db3c6e7 commit 6b9fcacCopy full SHA for 6b9fcac
SlackA11yFixes.user.js
@@ -84,6 +84,10 @@ function onNodeAdded(target) {
84
elem.setAttribute("role", "heading");
85
elem.setAttribute("aria-level", "2");
86
}
87
+ // Kill some extraneous white space.
88
+ for (elem of target.querySelectorAll(".message_gutter, i.copy_only br")) {
89
+ elem.setAttribute("aria-hidden", "true");
90
+ }
91
92
93
function onClassModified(target) {
0 commit comments