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
Thank you for reporting this. I actually found this exact issue yesterday too and had it on my todo list to report. Axe seems to have a problem determining the implicit role of these elements. Looks like a fairly simple thing to fix.
Forgot to reply, but there are actually two problems here. Firstly that axe-core is failing to identify some input types as textbox elements. The second is that global ARIA attributes are failing on elements with no implicit role. Another example of that is:
Product:
axe Extension
Actual:
Using
aria-label
oninput
elements with different usedtype
attributes when nolabel
is provided reports following error message:Exemplary some input types:
Expectation:
No critical issue should be reported for all input types.
Motivation:
According to WAI-ARIA 1.1 and its practices this behaviour is wrong and should be corrected.
The text was updated successfully, but these errors were encountered: