### 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 ```svelte <label role="tab"> tab <input type="checkbox" /> </label> ``` ### Logs _No response_ ### System Info ```shell none ``` ### Severity annoyance