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
We've overlooked something in #517. In addition to defining aria-errormessage, we should have specified what elements its allowed on. That's a pretty silly oversight, but not too difficult to fix. Your first example would still fail. Because aria-errormessage isn't well supported, we added a check that required that if you use it, there should also be a fallback.
@WilcoFiers I mentioned the wrong rule name, this bug is about 'aria-allowed-attr' failures. I made the rule name changes in this thread.
iamrafan
changed the title
False positive: 'aria-valid-attr' fails when using 'aria-errormessage' attribute
False positive: 'aria-allowed-attr' fails when using 'aria-errormessage' attribute
Aug 7, 2018
'aria-allowed-attr' should not fail for any of the 3 cases in the below example
The text was updated successfully, but these errors were encountered: