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
Lighthouse (in Chrome and separate extension) returns notification of a missing label for the input field. Axe does not return this notification.
This does not happen if i test the snippet above separately so it's a combination of content on the page that's causing lighthouse to fail. So far i haven't figured out why specifically.
What is the expected behavior?
The input field has a label provided with the for attribute set to the correct id of the input field.
Provide the steps to reproduce
What is the current behavior?
Lighthouse (in Chrome and separate extension) returns notification of a missing label for the input field. Axe does not return this notification.
This does not happen if i test the snippet above separately so it's a combination of content on the page that's causing lighthouse to fail. So far i haven't figured out why specifically.
What is the expected behavior?
The input field has a label provided with the for attribute set to the correct id of the input field.
Environment Information
Related issues
The text was updated successfully, but these errors were encountered: