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

html-aam: name calculation doesn't seem to cover embedded controls #369

Closed
cyns opened this issue May 9, 2016 · 2 comments
Closed

html-aam: name calculation doesn't seem to cover embedded controls #369

cyns opened this issue May 9, 2016 · 2 comments
Assignees

Comments

@cyns
Copy link
Contributor

cyns commented May 9, 2016

This markup
<label>Wait <input type=number value=5> minutes before rebooting</label>
should result in an accessible name of "Wait 5 minutes before rebooting" for the number input. The recursive algorithm in accname-aam will result in that string, but it is not clear reading html-aam that this is covered. Is it the expectation that the accname-aam algorithm will be run for all elements, or only for form elements that contain aria-label, aria-labelledby, or aria-describedby?

@cyns cyns self-assigned this May 9, 2016
@cyns cyns added the AAM label May 9, 2016
@cyns
Copy link
Contributor Author

cyns commented May 9, 2016

@stevefaulkner @jasonkiss @AmeliaBR thoughts?

@jasonkiss
Copy link
Contributor

This issue was moved to w3c/html-aam#50

pkra pushed a commit that referenced this issue May 20, 2024
closes #363

* revise  allowances for dpub roles on li element
- add authors SHOULD NOT use these roles
- add note to explain
* add link to dpub aria 1.1
* update changelog
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