This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
"input (type attribute in the Radio Button state and parent is a menu)" AX is '?' for input type attribute in radio button state when its a descendant of menu. The AX for input type attribue in radio button state with menu as parent this should be equivalent to menuitemradio. Definition of menuitemradio:(http://www.w3.org/WAI/PF/aria/roles#menuitemradio) A checkable menuitem in a set of elements with role menuitemradio, only one of which can be checked at a time. Example of input type radio with menu as parent. <menu type="popup"> <input type="radio"> </menu> <div role="menu"> <input type="radio"> </div> Example of ARIA role menuitemradio. <div role="menu"> <div role="menuitemradio"></div> </div>
Thanks. Fixed. See commit [1]. Mapped directly to existing WAI-ARIA role semantics for menuitemradio [2]. [1] https://github.com/w3c/aria/commit/e06e8ae7584bbec6793aaea9f6996d44557e3a57 [2] http://rawgit.com/w3c/aria/master/html-aam/html-aam.html#el-input-radio-menuparent