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.
For accessibility purposes, mdIcon expects a label internally. In our mdButton demo, although mdIcon's parent element provides adequate labeling for assistive technologies, a warning is logged to the console. The correct behavior would be to only warn if there is no text available in the icon to copy to aria-label, nor a label on the parent button element.
The text was updated successfully, but these errors were encountered:
For accessibility purposes,
mdIcon
expects a label internally. In ourmdButton
demo, althoughmdIcon
's parent element provides adequate labeling for assistive technologies, a warning is logged to the console. The correct behavior would be to only warn if there is no text available in the icon to copy toaria-label
, nor a label on the parent button element.The text was updated successfully, but these errors were encountered: