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
Is your feature request related to a problem? Please describe.
Autolinked URLs that lead to the full tweet on the originating Twitter profile lack meaningful context for screen readers to easily determine what the link is, given the link value itself is a https://t.co path.
Example:
This an example tweet with some context that will be then truncated…
<a class="url" href="https://t.co/xxxxxxxxxx" rel="external nofollow" target="_blank">https://t.co/xxxxxxxxxx</a>
Describe the solution you'd like
The addition of aria-label to better describe the URL and it's purpose when it appears in autolinked tweet data, thus for screen readers clearly indicating what its purpose is.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Autolinked URLs that lead to the full tweet on the originating Twitter profile lack meaningful context for screen readers to easily determine what the link is, given the link value itself is a https://t.co path.
Example:
Describe the solution you'd like
The addition of
aria-label
to better describe the URL and it's purpose when it appears in autolinked tweet data, thus for screen readers clearly indicating what its purpose is.The text was updated successfully, but these errors were encountered: