We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26f08ba commit 89488d3Copy full SHA for 89488d3
SchedA11yFixes.user.js
@@ -3,9 +3,9 @@
3
// @namespace http://axSgrease.nvaccess.org/
4
// @description Improves the accessibility of Sched.
5
// @author James Teh <jteh@mozilla.com>
6
-// @copyright 2019 Mozilla Corporation, Derek Riemer
+// @copyright 2019-2022 Mozilla Corporation, Derek Riemer
7
// @license Mozilla Public License version 2.0
8
-// @version 2019.1
+// @version 2022.1
9
// @include https://*.sched.com/*
10
// ==/UserScript==
11
@@ -157,6 +157,8 @@ const LOAD_TWEAKS = [
157
el.setAttribute("aria-label", label);
158
}
159
}},
160
+ {selector: '.pinned',
161
+ tweak: el => el.setAttribute("aria-description", "pinned")},
162
]
163
164
// Attributes that should be watched for changes and cause dynamic tweaks to be
0 commit comments