add tabindex to group role element in test case 190
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Tue, 12 Feb 2013 17:09:26 -0600
changeset 103 1ebd78875aeb
parent 102 2c8211322362
child 104 bc2170bc8cc1
add tabindex to group role element in test case 190
ARIA/1.0/tests/test-files/roles-properties-supported/roles-properties-supported-group-aria-activedescendant-obj1.html
--- a/ARIA/1.0/tests/test-files/roles-properties-supported/roles-properties-supported-group-aria-activedescendant-obj1.html	Tue Feb 12 17:06:33 2013 -0600
+++ b/ARIA/1.0/tests/test-files/roles-properties-supported/roles-properties-supported-group-aria-activedescendant-obj1.html	Tue Feb 12 17:09:26 2013 -0600
@@ -8,7 +8,7 @@
       </title>
    </head>
    <body>
-      <div id="test" role="group" aria-activedescendant="obj1">
+      <div id="test" tabindex="0" role="group" aria-activedescendant="obj1">
          <div id="obj1">obj1</div>
          <div id="obj2">obj2</div>
       </div>