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

aria-role #106

Closed
Ritthjp opened this issue Jan 30, 2018 · 2 comments
Closed

aria-role #106

Ritthjp opened this issue Jan 30, 2018 · 2 comments

Comments

@Ritthjp
Copy link

Ritthjp commented Jan 30, 2018

aria-role="checkbox" is not a valid ARIA attribute.

Suggest using:
role="checkbox"
aria-checked="false"

<div aria-owns="ember470-x-toggle" aria-role="checkbox" data-tg-on="Active Only" data-tg-off="All" id="x-toggle-visual-ember470-x-toggle" class="x-toggle-btn x-toggle-ios medium"> </div>

@knownasilya
Copy link
Owner

not invalid? Or is invalid?

@Ritthjp
Copy link
Author

Ritthjp commented Jan 31, 2018

Updated comment to "not a valid"

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

No branches or pull requests

2 participants