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 27028 - [AAPI]:
Summary: [AAPI]:
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:48 UTC by Shreeram Kushwaha
Modified: 2014-12-08 03:38 UTC (History)
5 users (show)

See Also:


Attachments

Description Shreeram Kushwaha 2014-10-12 19:48:02 UTC
"AX	
AXRole: AXRadioButton
AXSubrole: (nil)
AXRoleDescription: "radio button""

Above AX is for menuitem(type attribute in radio state).

This should be the same as aria role menuitemradio.


Similar is the case of menuitem(type attribute in checkbox state). as well.
AX	
AXRole: AXCheckbox
AXSubrole: (nil)
AXRoleDescription: "check box"

The AX for menuitem type attribute in checkbox state should be same as aria role menuitemcheckbox.
Comment 1 Jason Kiss 2014-12-08 03:38:20 UTC
Thanks. Addressed in previous update to editor's draft of HTML-AAM. 

See http://rawgit.com/w3c/aria/master/html-aam/html-aam.html#el-menuitem-radio

See also http://rawgit.com/w3c/aria/master/html-aam/html-aam.html#el-menuitem-checkbox