Hi, I've noticed that the roles in the Roles Model document for menu and menubar don't actually state that referenced children are required to include role=menuitem, role=menuitemcheckbox, or role=menuitemradio. http://www.w3.org/TR/wai-aria/roles#menu http://www.w3.org/TR/wai-aria/roles#menubar As a result, I keep seeing developers doing the following: <ul role="menu"> <li> <a href="whatever1"> One </a> </li> <li> <a href="whatever2"> Two </a> </li> <li> <a href="whatever3"> Three </a> </li> </ul> Which doesn't work right. Can the spec be updated to indicate this requirement? All the best, BryanReceived on Tuesday, 7 October 2014 21:05:24 UTC
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 16:45:09 UTC