Closed Ritthjp closed 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>
not invalid? Or is invalid?
Updated comment to "not a valid"
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>