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
{{ message }}
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
Since v0.5, I am getting a lot of warnings in the console about aria-label:
ARIA: Attribute "aria-label", required for accessibility, is missing on "md-button.md-raised.md-primary.md-default-theme"
ARIA: Attribute "aria-label", required for accessibility, is missing on "md-checkbox.ng-pristine.ng-untouched.ng-valid" .
The docs at material.angularjs.org say this attribute is optional, and will use a button's or checkbox's text as a default.
The text was updated successfully, but these errors were encountered:
Since v0.5, I am getting a lot of warnings in the console about aria-label:
ARIA: Attribute "aria-label", required for accessibility, is missing on "md-button.md-raised.md-primary.md-default-theme"
ARIA: Attribute "aria-label", required for accessibility, is missing on "md-checkbox.ng-pristine.ng-untouched.ng-valid" .
The docs at material.angularjs.org say this attribute is optional, and will use a button's or checkbox's text as a default.
The text was updated successfully, but these errors were encountered: