joomla-projects / j4adminui

Joomla!4 alternative backend template
GNU General Public License v2.0
24 stars 18 forks source link

WCAG 1.3.1,WCAG 3.3.2: Form elements must have labels (#j-search-cpanel-module) #128

Closed brianteeman closed 4 years ago

brianteeman commented 4 years ago

Issue

Form elements must have labels (label)

Target application

Modules (Administrator) - 109 - Administration

Element path

j-search-cpanel-module

Snippet

<input type="text" class="form-control" id="j-search-cpanel-module" autocomplete="off" placeholder="Search for modules">

How to fix

Fix any of the following:
  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