Open
Description
Describe the bug
this is a false positive as
- label elements are interactive content https://html.spec.whatwg.org/multipage/dom.html#interactive-content
- it's the only way to do things progressively
Reproduction
<label role="tab">
tab <input type="checkbox" />
</label>
Logs
No response
System Info
none
Severity
annoyance