knownasilya / ember-toggle

Checkbox based Toggle Switches for Ember
http://knownasilya.github.io/ember-toggle/
MIT License
112 stars 52 forks source link

aria-role #106

Closed Ritthjp closed 6 years ago

Ritthjp commented 6 years ago

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 commented 6 years ago

not invalid? Or is invalid?

Ritthjp commented 6 years ago

Updated comment to "not a valid"