Hi, with my fellow worker @vinespie we found a mistake are generate by html5fallback.js
example :
For the mod_login, when you go out of a field like username "html5fallback.js" generate a aria-invalid="false" in the label.
aria-invalid is not used for label.
Labels |
Added:
?
|
Category | ⇒ | JavaScript |
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-04-01 16:08:57 |
According to accessibility standards attribute "aria-invalid" should be only placed on the attribute "input" not on the label coresponding.
https://www.w3.org/WAI/GL/wiki/Using_Aria-Invalid_to_Indicate_An_Error_Field
Closing as we have a PR: #6631 Thanks