User tests: Successful: Unsuccessful:
The front end component for com_finder aka smart search has an incorrect attribute on the advanced search button. aria-hidden should not be here as it is making a focusable element invisible which is obviously not correct
Using the aria-hidden="true" attribute on an element removes the element and ALL of its child nodes from the accessibility API making it completely inaccessible to screen readers and other assistive technologies. Aria-hidden may be used with extreme caution to hide visibly rendered content from assistive technologies only if the act of hiding this content is intended to improve the experience for users of assistive technologies by removing redundant or extraneous content. If aria-hidden is used to hide visible content from screen readers, the identical or equivalent meaning and functionality must be exposed to assistive technologies.
testing by code review
Status | New | ⇒ | Pending |
Category | ⇒ | Front End com_finder |
I have tested this item
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-01-28 22:02:48 |
Closed_By | ⇒ | wilsonge | |
Labels |
Added:
?
|
Thanks!
awesome
I have tested this item✅ successfully on 71efcb5
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/27692.