The page should not return any accessibility errors
The page returns these accessibility errors:
Issue description
Ensures every form element has a labelImpact: critical
Learn more
Element location
input[autocomplete="off"]
Element source
To solve this violation, you need to:
Fix at least one (1) of these issues:
aria-label attribute does not exist or is emptyaria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
Form element does not have an implicit (wrapped)
Form element does not have an explicit
Element has no title attribute or the title attribute is empty
This violation appears twice: once for the search icon and once for the "X" icon.
Issue description
Ensures buttons have discernible textImpact: serious
Learn more
Element location
button[type="button"]
Element source
To solve this violation, you need to:
Fix the following:
Element is in tab order and does not have accessible text
PHP Built On | Linux www3 4.4.162-94.72-default #1 SMP Mon Nov 12 18:57:45 UTC 2018 (9de753f) x86_64
Database Type | mysql
Database Version | 5.5.39
Database Collation | utf8mb4_general_ci
Database Connection Collation | utf8mb4_general_ci
PHP Version | 7.0.7
Web Server | Apache
WebServer to PHP Interface | apache2handler
Joomla! Version | Joomla! 3.9.4 Stable [ Amani ] 12-March-2019 15:00 GMT
Joomla! Platform Version | Joomla Platform 13.1.0 Stable [ Curiosity ] 24-Apr-2013 00:00 GMT
User Agent | Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0 SeaMonkey/2.49.4
Labels |
Added:
?
|
Category | ⇒ | Accessibility com_menus com_tags |
Status | New | ⇒ | Information Required |
I confirm. The error is caused by the lack of label for the input field generated by javascript:
<div class="chzn-search"><input type="text" autocomplete="off" readonly=""></div>
This code is generated by media/jui/js/ajax-chosen.js script.
In addition: the screen reader does not read values selected from the list by the user.
Note 1: The same error occurs on the search results list page.
Note 2: In Joomla 4 there is no such error.
Note 3: The item number selector is also used, for example, on the pages of the item list in a category, but in this case there is no error. However, In this case this code js is not called.
Title |
|
||||||
Status | Information Required | ⇒ | Discussion |
This is a problem from the chzn script that can't be fixed in joomla 3
This is a problem from the chzn script...
Exactly... :)
Unfortunately it cannot be fixed in j3 so should be closed
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-04-04 10:37:25 |
Closed_By | ⇒ | franz-wohlkoenig |
Closed for the Reason stated above.
Closed for the Reason stated above.
@zwiastunsw can you please comment?