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 27024 - [AAPI]: input (type attribute in the Checkbox state and parent is a menu) should have mac AX same as aria role menutiemcheckbox
Summary: [AAPI]: input (type attribute in the Checkbox state and parent is a menu) sho...
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 10:47 UTC by Shreeram Kushwaha
Modified: 2014-12-08 04:03 UTC (History)
6 users (show)

See Also:


Attachments

Description Shreeram Kushwaha 2014-10-12 10:47:07 UTC
"?"

For mac the AX for input type checkbox with menu as parent should be similar to what is defined for aria role menuitemcheckbox.


Reason
Checkbox with menu as parent is similar to aria role menuitemcheckbox.


menuitemcheckbox (role)

# A menuitem with a checkable state whose possible values are true, false, or mixed.


Example of checkbox with menu as parent.

<menu type="popup">
  <input type="checkbox">
</menu>
<div role="menu">
  <input type="checkbox">
</div>


Example of ARIA role menuitemcheckbox.

<div role="menu">
  <div role="menuitemcheckbox"></div>
</div>
Comment 1 Jason Kiss 2014-12-08 04:03:39 UTC
input type=checkbox with parent menu now mapped to relevant ARIA mapping in CORE-AAM.

Commit: https://github.com/w3c/aria/commit/ef3295bf17b1923a9382b95db112eb2503b54fbe