Accessibility issue
-
We’re using an auditor program to scan websites and it’s showing issues:
Attribute aria-checked not allowed on element
<input type='checkbox' name='...' id='...' value='1' role='switch' aria-checked='false'>
e.g.
<input type="checkbox" name="onetap-box-vision-impaired-mode" id="onetap-box-vision-impaired-mode" value="1" role="switch" aria-checked="false">Relating to HTML5 and ARIA 1.2
This seems to be coming from the (hidden) options for the Accessibility Profiles (which is a Pro feature).
This is affecting every page on every website (obviously).
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
You must be logged in to reply to this topic.