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.
Because of Angular.js Material Design's use of element directives, aria-disabled must be set alongside disabled to communicate a control's state to assistive technologies. disabled is only valid on a subset of HTML elements or their prototypes (using Web Components), including input, button, select, and more. More on disabled elements: http://www.w3.org/TR/html5/disabled-elements.html
This affects material-checkbox, material-button, material-radio, material-tabs, material-slider and any component that can be disabled.
The text was updated successfully, but these errors were encountered:
Because of Angular.js Material Design's use of element directives,
aria-disabled
must be set alongsidedisabled
to communicate a control's state to assistive technologies.disabled
is only valid on a subset of HTML elements or their prototypes (using Web Components), includinginput
,button
,select
, and more. More on disabled elements: http://www.w3.org/TR/html5/disabled-elements.htmlThis affects
material-checkbox
,material-button
,material-radio
,material-tabs
,material-slider
and any component that can be disabled.The text was updated successfully, but these errors were encountered: