JEvents 3.4.50 with FlatPlus Layout 3.4.15 on Joomla! 3.9.10 triggers the following accessibility issue when the search field is displayed:
Example of this issue can be seen at:
https://www.cinemastudies.rutgers.edu/news-a-events/search.form/2017/07/29/-
Also see attached screen shot.
Form elements must have labels
issue1 of 1
Issue description
Ensures every form element has a label
Impact: critical
Learn more
Element location
input[type="text"]
Element source
<input type="text" name="keyword" size="30" maxlength="50" class="inputbox" value="">
To solve this violation, you need to:
Fix at least one (1) of these issues:
aria-label attribute does not exist or is empty
aria-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) <label>
Form element does not have an explicit <label>
Element has no title attribute or the title attribute is empty
Example of this issue can be seen at:
https://www.cinemastudies.rutgers.edu/news-a-events/search.form/2017/07/29/-
Also see attached screen shot.