[Bug 27024] New: [AAPI]: input (type attribute in the Checkbox state and parent is a menu) should have mac AX same as aria role menutiemcheckbox

https://www.w3.org/Bugs/Public/show_bug.cgi?id=27024

            Bug ID: 27024
           Summary: [AAPI]: input (type attribute in the Checkbox state
                    and parent is a menu) should have mac AX same as aria
                    role menutiemcheckbox
           Product: HTML WG
           Version: unspecified
          Hardware: Macintosh
                OS: MacOS X
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HTML a11y APIs (editor: Steve Faulkner, Cynthia
                    Shelly)
          Assignee: faulkner.steve@gmail.com
          Reporter: shreeram.k@samsung.com
        QA Contact: sideshowbarker+html-a11y-api@gmail.com
                CC: mike@w3.org, public-html-admin@w3.org,
                    public-html-bugzilla@w3.org,
                    public-html-wg-issue-tracking@w3.org

"?"

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>

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Sunday, 12 October 2014 10:47:09 UTC