This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 27027 - [AAPI]: input type attribute in radio button state and parent is a menu
Summary: [AAPI]: input type attribute in radio button state and parent is a menu
Status: RESOLVED FIXED
Alias: None
Product: HTML WG
Classification: Unclassified
Component: HTML a11y APIs (editor: Steve Faulkner, Cynthia Shelly) (show other bugs)
Version: unspecified
Hardware: Macintosh MacOS X
: P2 normal
Target Milestone: ---
Assignee: Jason Kiss
QA Contact: HTML a11y API spec bugbot
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-12 19:43 UTC by Shreeram Kushwaha
Modified: 2014-12-08 03:28 UTC (History)
5 users (show)

See Also:


Attachments

Description Shreeram Kushwaha 2014-10-12 19:43:08 UTC
"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>
Comment 1 Jason Kiss 2014-12-08 03:28:27 UTC
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