put the menuitem checkbox in the context of a menu
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Mon, 08 Jul 2013 11:59:22 -0500
changeset 308 1fe1e93924c5
parent 307 a1e513fe7880
child 309 2b2bdaeffeb9
put the menuitem checkbox in the context of a menu
ARIA/1.0/tests/test-files/roles-properties-required-inherited/roles-properties-required-inherited-menuitemcheckbox-aria-checked-undefined.html
--- a/ARIA/1.0/tests/test-files/roles-properties-required-inherited/roles-properties-required-inherited-menuitemcheckbox-aria-checked-undefined.html	Mon Jul 08 10:29:52 2013 -0500
+++ b/ARIA/1.0/tests/test-files/roles-properties-required-inherited/roles-properties-required-inherited-menuitemcheckbox-aria-checked-undefined.html	Mon Jul 08 11:59:22 2013 -0500
@@ -8,8 +8,10 @@
       </title>
    </head>
    <body>
-      <div id="test" role="menuitemcheckbox" aria-checked="undefined">Placeholder content</div>
+      <div role="menu">
+         <div id="test" role="menuitemcheckbox" aria-checked="undefined">Placeholder content</div>
+      </div>
       <div id="obj1">obj1</div>
       <div id="obj2">obj2</div>
    </body>
-</html>
\ No newline at end of file
+</html>