-
Notifications
You must be signed in to change notification settings - Fork 6.8k
In VoiceOver, aria-label on mat-radio-button is read twice #16913
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
Labels
Accessibility
This issue is related to accessibility (a11y)
G
This is is related to a Google internal issue
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Comments
@calebegg add like which of these? <mat-radio-button [aria-label]="...">
<!-- or -->
<mat-radio-button [attr.aria-label]="..."> |
Just <mat-radio-button aria-label=“...”>
…On Fri, Aug 30, 2019 at 4:52 PM Jeremy Elbourn ***@***.***> wrote:
@calebegg <https://github.com/calebegg> add like which of these?
<mat-radio-button [aria-label]="...">
<!-- or -->
<mat-radio-button [attr.aria-label]="...">
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#16913?email_source=notifications&email_token=AAF7ESFU5O5LPAME6VDRZU3QHGCADA5CNFSM4ISFL2U2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5SYBLY#issuecomment-526745775>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAF7ESFOXWGFZBWWRCJLYATQHGCADANCNFSM4ISFL2UQ>
.
|
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Sep 1, 2019
If the `aria-*` attributes are set on the host node via static bindings, we can end up with both the host and the input having the same `aria-label` which might be read out by a screen reader. These changes clear the attributes from the host. Fixes angular#16913.
jelbourn
pushed a commit
that referenced
this issue
Sep 6, 2019
If the `aria-*` attributes are set on the host node via static bindings, we can end up with both the host and the input having the same `aria-label` which might be read out by a screen reader. These changes clear the attributes from the host. Fixes #16913.
jelbourn
pushed a commit
that referenced
this issue
Sep 9, 2019
If the `aria-*` attributes are set on the host node via static bindings, we can end up with both the host and the input having the same `aria-label` which might be read out by a screen reader. These changes clear the attributes from the host. Fixes #16913.
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Accessibility
This issue is related to accessibility (a11y)
G
This is is related to a Google internal issue
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
StackBlitz seems to be down, but it's easy to reproduce--just add an aria-label to any mat-radio-button. The label gets duplicated, and VO reads both.
The text was updated successfully, but these errors were encountered: