cleanup test case 851
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Mon, 24 Jun 2013 19:19:46 -0500
changeset 255 9f9e00203f0e
parent 254 23bbc59df68a
child 256 da2a77836263
cleanup test case 851
ARIA/1.0/tests/test-files/testcases-multiselectable/testcase-tree-multiselectable-C.html
--- a/ARIA/1.0/tests/test-files/testcases-multiselectable/testcase-tree-multiselectable-C.html	Mon Jun 24 19:11:34 2013 -0500
+++ b/ARIA/1.0/tests/test-files/testcases-multiselectable/testcase-tree-multiselectable-C.html	Mon Jun 24 19:19:46 2013 -0500
@@ -30,28 +30,6 @@
       </div>
     </div>
     
-    <h2>Description</h2>
-    <p>A DIV element with role role "tree" has an aria-multiselect attribute set to "true".
-       Three of the nine descendant "div" elements with the role "treeitem" have the "aria-selected" attribute set 
-       to "true" and two div elements have "aria-selected" attribute set to "false" .</p>
-    
-    <h2>Accessibility API Mappings</h2>
-    
-    <h3>MSAA + UIA Express</h3>
-    <p>Expose <code>STATE_SYSTEM_SELECTED</code>; Expose <code>STATE_SYSTEM_SELECTABLE</code></p>
-      
-    <h3>MSAA + IAccessible2</h3>
-    <p>Expose STATE_SYSTEM_SELECTED and STATE_SYSTEM_SELECTABLE for each of the elements with role option</p>
-          
-    <h3>UIA</h3>
-    <p>Expose IsSelected property in SelectionItem Control Pattern. The availability of the SelectionItem Control Pattern indicates the item is selectable.</p>
-      
-    <h3>ATK/AT-SPI</h3>
-    <p>Expose STATE_SELECTED on each of the elements with role option.</p>
-      
-    <h3>AXAPI</h3>
-    <p>AXSelected:Yes on leaf 1A, 2 and 3B; and AXSelected:No on all other div elements with role=treeitem</p>
-    
     <script type="text/javascript">  
       
      function setFocus() {
@@ -65,4 +43,4 @@
   
 
 
-</body></html>
\ No newline at end of file
+</body></html>