-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The <label> property is not working for va-link components when external=true #3606
The <label> property is not working for va-link components when external=true #3606
Comments
Tagging my team members @nkontrabecki @vetskrieg @iseabock for awareness. |
Hi @caw310 please advise on the status of this ticket. Thank you |
@nkontrabecki This issue is tentatively slated to be worked on in mid-January or early February. |
Provide your estimate of 1, 2, 3, 5, 8 or 13 |
The <a
href={href}
class={linkClass}
onClick={handleClick}
aria-label={this.label} <-----
part="anchor"
lang={lang}
hrefLang={lang}
> |
Thank you, @jamigibbs ! We'll share this with our developers and have them populate the |
@cora-goldston-bah This is an update that needs to happen within the web component. I should be able to start work on that today. Sorry for not being clear about that. Thanks for reporting it! |
@jamigibbs Oh, got it — thank you so much! |
Bug Report
What happened
For our product, we're using
va-links
that open in a new tab, so theexternal
property is set totrue
. For these external va-links, we've populated thelabel
field to differentiate similarly-worded links from each other for screen readers. However, thelabel
property doesn't appear to be working. When we test with screen readers, the screen reader doesn't announce the value of thelabel
property. We believe this issue is happening across all development environments.What I expected to happen
We expected that a screen reader would announce the value populated in the
label
property field.Reproducing
Steps to reproduce:
label
property field. This is not happening when we test itUrgency
How urgent is this request? Please select the appropriate option below and/or provide details
The text was updated successfully, but these errors were encountered: