- From: Gunderson, Jon R <jongund@illinois.edu>
- Date: Sun, 13 Jan 2019 22:40:48 +0000
- To: ARIA Group <public-aria@w3.org>
Received on Sunday, 13 January 2019 22:41:13 UTC
For the following example of an element with role=”label” encapsulating a checkbox widget. Would a proposed label role assign the accessible name “foo” to the checkbox in this case? <div role=”label”> <div role=”checkbox” aria-checked=”false”></div> foo </div> If so, we would need to updated the accessible name calculation to include the effects of the label role. Jon
Received on Sunday, 13 January 2019 22:41:13 UTC