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

ngAria : aria-checked attribute for components with role=checkbox #11317

Closed
RaphStein opened this issue Mar 13, 2015 · 2 comments
Closed

ngAria : aria-checked attribute for components with role=checkbox #11317

RaphStein opened this issue Mar 13, 2015 · 2 comments

Comments

@RaphStein
Copy link
Contributor

Hello,
It seem's that the last version of ngAria (1.3.14 and 1.4.0beta5 ) has a regression for components with role=checkbox.
Even if the component is not checked the value of aria-check is always set to true.
I used the plunker from the Angular Accessibility Developper guide to test it.
In the plunker when I set the version of ngAria to 1.4.0beta4 it works.

@Narretz
Copy link
Contributor

Narretz commented Mar 13, 2015

Okay, I'm pretty sure I broke this when I fixed some edge cases for normal checkboxes and radios.

@RaphStein
Copy link
Contributor Author

Hi, component with role=menuitemcheckbox has also the same regression (Even if the component is not checked the value of aria-check is always set to true).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants