You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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?
The text was updated successfully, but these errors were encountered: