You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.InputColor.Name
Line:441 Col:10
This color input element does not have a name available to an accessibility API. Valid names are: element content.
--------------------
<input type="color" id="ic" name="ic" value="#000000">
ERROR WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.InputRange.Name
Line:445 Col:10
This range input element does not have a name available to an accessibility API. Valid names are: element content.
--------------------
<input type="range" id="ir" name="ir" value="10">
gives
Similar issues:
squizlabs/HTML_CodeSniffer#210
squizlabs/HTML_CodeSniffer#160
pa11y/pa11y#378
The text was updated successfully, but these errors were encountered: