computeAccessibleName
doesn't extract repeated text content from aria-labelledby
#815
Labels
computeAccessibleName
doesn't extract repeated text content from aria-labelledby
#815
problem
given the following HTML:
I would expect the computed name of the
button
element to be "hello world world", butcomputeAccessibleName(button)
returns "hello world".🔗 example test (click "Tests" tab in right panel)
The text was updated successfully, but these errors were encountered: