Product
axe-core
Product Version
4.10.3
Latest Version
Issue Description
Expectation
Get ariaLabelledByElements value if possible for label value as well.
Actual
Only get aria-labelledby attribute, and don't parse ariaLabelledByElements value.
How to Reproduce
<p>Test label</p>
<input type="text" />
document.querySelector('input').ariaLabelledByElements = [document.querySelector('p')];
Additional context
When using custom element with shadow dom, it's the only way to refer to outer element.
Product
axe-core
Product Version
4.10.3
Latest Version
Issue Description
Expectation
Get
ariaLabelledByElementsvalue if possible for label value as well.Actual
Only get
aria-labelledbyattribute, and don't parseariaLabelledByElementsvalue.How to Reproduce
Additional context
When using custom element with shadow dom, it's the only way to refer to outer element.