add tabindex
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Thu, 11 Jul 2013 09:21:38 -0500
changeset 312 5becd2e21a01
parent 311 42183976f757
child 313 78dc6f43415c
add tabindex
ARIA/1.0/tests/test-files/roles-properties-required/roles-properties-required-checkbox-aria-checked-undefined.html
--- a/ARIA/1.0/tests/test-files/roles-properties-required/roles-properties-required-checkbox-aria-checked-undefined.html	Wed Jul 10 14:47:01 2013 -0400
+++ b/ARIA/1.0/tests/test-files/roles-properties-required/roles-properties-required-checkbox-aria-checked-undefined.html	Thu Jul 11 09:21:38 2013 -0500
@@ -6,8 +6,8 @@
       <title>&lt;div&gt; with role checkbox; required state or property "aria-checked" value of "undefined"</title>
    </head>
    <body>
-      <div id="test" role="checkbox" aria-checked="undefined">Placeholder content</div>
+      <div id="test" tabindex="0" role="checkbox" aria-checked="undefined">Placeholder content</div>
       <div id="obj1">obj1</div>
       <div id="obj2">obj2</div>
    </body>
-</html>
\ No newline at end of file
+</html>