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.
Assuming that https://chrome.google.com/webstore/detail/accessibility-developer-t/fpkknkljclfencbdbgkenhalefipecmb?hl=en is installed...
Go to https://material.angularjs.org/0.11.1/#/demo/material.components.select, open dev tools, go to audit tab and run an audit on that page.
Notice that every instance of md-select throws:
[Severe] Elements with ARIA roles must ensure required owned elements are present (6)
Perhaps it's expecting the aria roles to look more like this:
http://www.w3.org/TR/wai-aria/roles#combobox
The text was updated successfully, but these errors were encountered: