<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>27027</bug_id>
          
          <creation_ts>2014-10-12 19:43:08 +0000</creation_ts>
          <short_desc>[AAPI]: input type attribute in radio button state and parent is a menu</short_desc>
          <delta_ts>2014-12-08 03:28:27 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>HTML WG</product>
          <component>HTML a11y APIs (editor: Steve Faulkner, Cynthia Shelly)</component>
          <version>unspecified</version>
          <rep_platform>Macintosh</rep_platform>
          <op_sys>MacOS X</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Shreeram Kushwaha">shreeram.k</reporter>
          <assigned_to name="Jason Kiss">jason</assigned_to>
          <cc>jason</cc>
    
    <cc>mike</cc>
    
    <cc>public-html-admin</cc>
    
    <cc>public-html-bugzilla</cc>
    
    <cc>public-html-wg-issue-tracking</cc>
          
          <qa_contact name="HTML a11y API spec bugbot">sideshowbarker+html-a11y-api</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>113004</commentid>
    <comment_count>0</comment_count>
    <who name="Shreeram Kushwaha">shreeram.k</who>
    <bug_when>2014-10-12 19:43:08 +0000</bug_when>
    <thetext>&quot;input (type attribute in the Radio Button state and parent is a menu)&quot;

AX is &apos;?&apos; 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.

&lt;menu type=&quot;popup&quot;&gt;
  &lt;input type=&quot;radio&quot;&gt;
&lt;/menu&gt;
&lt;div role=&quot;menu&quot;&gt;
  &lt;input type=&quot;radio&quot;&gt;
&lt;/div&gt;


Example of ARIA role menuitemradio.

&lt;div role=&quot;menu&quot;&gt;
  &lt;div role=&quot;menuitemradio&quot;&gt;&lt;/div&gt;
&lt;/div&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>115999</commentid>
    <comment_count>1</comment_count>
    <who name="Jason Kiss">jason</who>
    <bug_when>2014-12-08 03:28:27 +0000</bug_when>
    <thetext>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</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>