make the menu item focusable
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Tue, 16 Jul 2013 14:33:30 -0500
changeset 322 aed00aae0404
parent 321 506b084154b5
child 323 a6cbffff52c9
make the menu item focusable
ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-menuitemradio-aria-checked-mixed.html
--- a/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-menuitemradio-aria-checked-mixed.html	Tue Jul 16 14:21:15 2013 -0500
+++ b/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-menuitemradio-aria-checked-mixed.html	Tue Jul 16 14:33:30 2013 -0500
@@ -9,9 +9,9 @@
    </head>
    <body>
      <div role="menu">
-       <div id="test" role="menuitemradio" aria-checked="mixed">Placeholder content</div>
+       <div id="test" tabindex="0" role="menuitemradio" aria-checked="mixed">Placeholder content</div>
       	<div id="obj1" role="menuitemradio" aria-checked="false">obj1</div>
         <div id="obj2" role="menuitemradio" aria-checked="false">obj2</div>
      </div>
    </body>
-</html>
\ No newline at end of file
+</html>