StarCitizenTools / mediawiki-extensions-TabberNeue

A MediaWiki extension that allows wiki to create tabs.
https://www.mediawiki.org/wiki/Extension:TabberNeue
GNU General Public License v3.0
10 stars 15 forks source link

New function conflicts with a11y requirements #161

Closed ZoruaFox closed 2 months ago

ZoruaFox commented 2 months ago

Thanks for adding new features in 421c42b! However I found some errors from browser's console as below.

Console logs

Blocked aria-hidden on a <article> element because the element that just received focus must not be hidden from assistive technology users. Avoid using aria-hidden on a focused element or its ancestor. Consider using the inert attribute instead, which will also prevent focus. For more details, see the aria-hidden section of the WAI-ARIA specification at https://w3c.github.io/aria/#aria-hidden.