Closed YUCLing closed 1 month ago
Fixes #4014
Changes proposed in this pull request: Replace all usage of aria-hidden=false with removing the attribute instead.
aria-hidden=false
Reviewers should focus on:
Screenshot
QA Check if aria-hidden=false is still used in DOM tree.
Necessity
Confirmed
composer test
Required changes:
seems like it can end up being false too
I just confirmed it, using false boolean value seems to remove the whole attribute in Mithril.
false
Thanks @YUCLing (and @SychO9)! 😄
Fixes #4014
Changes proposed in this pull request: Replace all usage of
aria-hidden=false
with removing the attribute instead.Reviewers should focus on:
Screenshot
QA Check if aria-hidden=false is still used in DOM tree.
Necessity
Confirmed
composer test
).Required changes: