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
fix(label-content-name-mismatch): match visible text with aria-label and exclude invisible text (#5096)
Using `visibleVirtual` instead of `subtreeText`, I resolved issue.
Because if I simple replace it and use `isIconLigature` existing two
tests failed (`'returns true when visible text excluding ligature icon
is part of accessible name'` and `'returns true when text contains
<br/>'`), I changed `visible-virtual.js`, but I'm not sure this is
proper changes (this is the first PR for me to axe-core).
Closes: #5063
---------
Co-authored-by: Wilco Fiers <[email protected]>
0 commit comments