Update test 850 to match new testable statement
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Mon, 24 Jun 2013 19:11:34 -0500
changeset 254 23bbc59df68a
parent 253 9785403c4839
child 255 9f9e00203f0e
Update test 850 to match new testable statement
ARIA/1.0/tests/test-files/testcases-multiselectable/testcase-grid-multiselectable-B.html
--- a/ARIA/1.0/tests/test-files/testcases-multiselectable/testcase-grid-multiselectable-B.html	Mon Jun 24 15:46:08 2013 -0500
+++ b/ARIA/1.0/tests/test-files/testcases-multiselectable/testcase-grid-multiselectable-B.html	Mon Jun 24 19:11:34 2013 -0500
@@ -21,28 +21,6 @@
       </div>
     </div>
     
-    <h2>Description</h2>
-    <p>A DIV element with role role "grid" has an aria-multiselect attribute set to "true".
-       Two of the four child "div" elements with the role "gridcell" have the "aria-selected" attribute set 
-       to "true".</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 cell 2 and 3 and AXSelected:No on cell 1 and 4</p>
-    
     <script type="text/javascript">  
       
      function setFocus() {
@@ -56,4 +34,4 @@
   
 
 
-</body></html>
\ No newline at end of file
+</body></html>