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
Thank you for writing this library! I may have found an issue, though, with shadow DOM support.
For an element containing a shadow root, e.g.:
<button><x-component>
#shadow-root
hello world
</x-component></button>
In this example, the accessible name contains "hello world". But accname does not recognize this text, instead returning an empty string. Here is a minimal repro.
The text was updated successfully, but these errors were encountered:
Thank you for writing this library! I may have found an issue, though, with shadow DOM support.
For an element containing a shadow root, e.g.:
In this example, the accessible name contains "hello world". But
accname
does not recognize this text, instead returning an empty string. Here is a minimal repro.The text was updated successfully, but these errors were encountered: