Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

list: checkbox secondary action gives aria-label warning  #6152

@jamalx31

Description

@jamalx31

I get the warning:
ARIA: Attribute " aria-label ", required for accessibility, is missing on node

My element is:
<md-checkbox aria-label="Follow" class="md-secondary" ng-init="..." ng-model=".." ng-click="..."></md-checkbox>

inside md-list-item
When I check the html code of the page I see that the parent of the checkbox is a <bottom> with the aria-label

Metadata

Metadata

Assignees

Labels

P2: requiredIssues that must be fixed.a11yThis issue is related to accessibilityhas: Pull RequestA PR has been created to address this issuetype: bug

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions