- From: <bugzilla@jessica.w3.org>
- Date: Sun, 12 Oct 2014 19:43:08 +0000
- To: public-html-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=27027
Bug ID: 27027
Summary: [AAPI]: input type attribute in radio button state and
parent is a menu
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
"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>
--
You are receiving this mail because:
You are on the CC list for the bug.
Received on Sunday, 12 October 2014 19:43:10 UTC