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

md-select fails chrome accessibility dev tools audit #4914

Closed
ghost opened this issue Sep 29, 2015 · 2 comments
Closed

md-select fails chrome accessibility dev tools audit #4914

ghost opened this issue Sep 29, 2015 · 2 comments
Assignees
Labels
a11y This issue is related to accessibility
Milestone

Comments

@ghost
Copy link

ghost commented Sep 29, 2015

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

@marcysutton
Copy link
Contributor

This could be fixed along with #3859. There are also failures for duplicate IDs in SVG icons, specifically the menu icon.

@calebegg
Copy link
Member

calebegg commented Oct 5, 2015

Note that the duplicate ID check triggering on SVGs should be fixed:

GoogleChrome/accessibility-developer-tools#141

But it's possible that the Chrome store version of the extension hasn't been updated.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
a11y This issue is related to accessibility
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants