[BUG]: False positive for "The value "foo" of the 'for' attribute is not the 'id' of a valid <input> element" #2068
Labels
Bug
Something isn't working
engine
Issues in the accessibility-checker-engine component
false-positive
Rules incorrectly reporting a violation
T63
user-reported
Issues identified outside of the core team
Project
accessibility-checker-engine
Browser
Chrome, Safari, Firefox
Operating system
MacOS
Description
I guess related to PR #1944
When testing against a select eleemnt, a false positive is displayed for this rule.
But WCAG 2.2 H44 states that this is not just applied to
<input>
elements, but also<select>
and<textarea>
https://www.w3.org/WAI/WCAG22/Techniques/html/H44
Steps to reproduce
The text was updated successfully, but these errors were encountered: