Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removed aria from remove element icon. #1071

Merged
merged 1 commit into from
Sep 25, 2019
Merged

removed aria from remove element icon. #1071

merged 1 commit into from
Sep 25, 2019

Conversation

valantonini
Copy link
Contributor

@valantonini valantonini commented Aug 22, 2019

The close icon on the multiselect has conflicting attributes: aria-hidden="true" and tabindex="1". this means that it is hidden from screen readers, but still focusable. https://act-rules.github.io/rules/6cfa84 see Failed Example 4: Focusable content through tabindex.

#708

Apologies, i could not get the tests to run on my machine.

The close icon on the multiselect has conflicting attributes: aria-hidden="true" and tabindex="1". this means that it is hidden from screen readers, but still focusable. https://act-rules.github.io/rules/6cfa84 see Failed Example 4: Focusable content through tabindex.

<p tabindex="0" aria-hidden="true">Some text</p>
@shentao shentao merged commit 52f9593 into shentao:master Sep 25, 2019
@shentao
Copy link
Owner

shentao commented Sep 25, 2019

Thank you!

@valantonini
Copy link
Contributor Author

No worries, thanks for the great component!

lucapircher pushed a commit to towa-digital/vue-multiselect that referenced this pull request Oct 2, 2019
The close icon on the multiselect has conflicting attributes: aria-hidden="true" and tabindex="1". this means that it is hidden from screen readers, but still focusable. https://act-rules.github.io/rules/6cfa84 see Failed Example 4: Focusable content through tabindex.

<p tabindex="0" aria-hidden="true">Some text</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants