Open
Description
Product
axe-core
Product Version
4.9.0
Latest Version
- I have tested the issue with the latest version of the product
Issue Description
Same as 2090, but here the label is added using aria-describedby
attribute
Per WCAG 1.4.3 the text that is part of an inactive user interface component do not have contrast requirement.
Incidental: Text or images of text that are part of an inactive user interface component, that are pure decoration, that are not visible to anyone, or that are part of a picture that contains significant other visual content, have no contrast requirement.
Expectation
'color-contrast' would not fail for labels related to disabled controls
Actual
'color-contrast' rule fails for a label( added using aria-describedby
attribute) of a disabled control