We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 196c661 commit 02258e4Copy full SHA for 02258e4
AppleMusicA11yFixes.user.js
@@ -145,6 +145,10 @@ const DYNAMIC_TWEAK_ATTRIBS = [];
145
146
// Tweaks that must be applied whenever a node is added/changed.
147
const DYNAMIC_TWEAKS = [
148
+ // Get rid of the svg inside the search combobox which prevents detection of
149
+ // the inner textbox with NVDA browse mode.
150
+ {selector: '.dt-search-box__icon',
151
+ tweak: makePresentational},
152
// Make "Library" and "Playlists" headings.
153
{selector: '.web-navigation__header-text',
154
tweak: [makeHeading, 2]},
0 commit comments