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
Issue detected on MatSelect under the Select with 2-way value binding section
What is the use-case or motivation for changing an existing behavior?
Accessibility
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Tested with Chrome Version 67.0.3396.99 (Official Build) (64-bit)
Is there anything else we should know?
The text was updated successfully, but these errors were encountered:
mikzat
changed the title
Some MatSelect elements refer to a missing aria-labelledby
Some MatSelect elements have an aria-labelledby referring to a non-existent ID
Jul 11, 2018
Bug, feature request, or proposal:
On some MatSelect elements, aXe plugin reports, with a suggestion like this:
And when inspecting the page, there really is no element with ID
mat-form-field-label-3
.What is the expected behavior?
aria-labelledby
on a<mat-select>
refers to an existing label element with the correct ID.aXe plugin should not show MatSelect issue
ARIA attributes must conform to valid values
.What is the current behavior?
aria-labelledby
on a<mat-select>
sometimes refers to a non-existent ID.aXe plugin reports issue
ARIA attributes must conform to valid values
.What are the steps to reproduce?
Select with 2-way value binding
sectionWhat is the use-case or motivation for changing an existing behavior?
Accessibility
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Tested with Chrome Version 67.0.3396.99 (Official Build) (64-bit)
Is there anything else we should know?
The text was updated successfully, but these errors were encountered: