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
I have tested the issue with the latest version of the product
Issue Description
Expectation
Describe what you expected the product to do.
Actual
Describe what the product actually does.
axe should find the label via label-for with the button role=combobox or role=checkbox associated via id
How to Reproduce
Provide a code sample or link to a webpage that reproduces the issue. Without this, your issue may be closed without investigation.
The best way to reproduce is to go to the shadcn page for their <Select>component and run the axe extension on the page. It will be the last violation under 'Buttons must have discernible text'.
It can also be seen via the shadcn page for their <Checkbox>component as the second violation under 'Buttons must have discernible text'.
Additional context
Any thing else we should know about the issue?
I also see the issue when running the axe Jest extension so I believe this is an issue in core.
The text was updated successfully, but these errors were encountered:
Thanks for the issue. I believe this is related to #3696 where button elements using label aren't supported in Dragon Naturally Speaking so we continue to flag them as issues. We've been meaning to add a "not well supported" message but just haven't gotten around to it.
Product
axe-core
Product Version
4.8.4
Latest Version
Issue Description
Expectation
Describe what you expected the product to do.
Actual
Describe what the product actually does.
axe should find the label via label-for with the button role=combobox or role=checkbox associated via
id
How to Reproduce
Provide a code sample or link to a webpage that reproduces the issue. Without this, your issue may be closed without investigation.
The best way to reproduce is to go to the shadcn page for their
<Select>
component and run the axe extension on the page. It will be the last violation under 'Buttons must have discernible text'.It can also be seen via the shadcn page for their
<Checkbox>
component as the second violation under 'Buttons must have discernible text'.Additional context
Any thing else we should know about the issue?
I also see the issue when running the axe Jest extension so I believe this is an issue in core.
The text was updated successfully, but these errors were encountered: