https://bugzilla.wikimedia.org/show_bug.cgi?id=65473
--- Comment #14 from Alex Monk <[email protected]> --- <thedj > Krenair: you have trouble with aria-hidden ? <Krenair> thedj, yeah I didn't know which elements should get it <thedj > Krenair: easiest to imagine is this: You have a modal dialog (modal is key here) in a page. <thedj > now disable ALL styles. this is what a screenreader user 'sees'. <thedj > anything outside the modal-dialog, needs to get 'aria-hidden' true for the duration that the modal dialog is presented. <thedj > Krenair: in the context of mediawiki, that is actually a LOT, because we have a lot of messy children of '<body>' <Krenair> thedj, so every element directly under <body> except the modal dialog's ancestor needs to get aria-hidden? <thedj > Krenair: if it has content then yes. <thedj > i mean an empty div in theory would not NEED it, but it's probably easier to give it to that as well for simplicity. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
