Test file for test case 569: Using Rich's markup to remove all the option descendants and add aria-busy='true' to listbox test element, in order to match testable statment. Also, clarified testable statement.
authorJoseph Scheuhammer <clown@alum.mit.edu>
Mon, 05 Nov 2012 11:11:08 -0500
changeset 38 c9aa483b06ca
parent 37 7474e9334cd6
child 39 855dc8878e8f
Test file for test case 569: Using Rich's markup to remove all the option descendants and add aria-busy='true' to listbox test element, in order to match testable statment. Also, clarified testable statement.
ARIA/1.0/tests/test-files/author-requirements/569.html
--- a/ARIA/1.0/tests/test-files/author-requirements/569.html	Wed Oct 31 09:35:41 2012 -0400
+++ b/ARIA/1.0/tests/test-files/author-requirements/569.html	Mon Nov 05 11:11:08 2012 -0500
@@ -3,14 +3,10 @@
 <html>
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-    <title>A &lt;div&gt; with role role="listbox" but no "option" children with aria-busy="true"</title>
+    <title>A &lt;div&gt; with role role="listbox" aria-busy="true", but no "option" descendants.</title>
   </head>
   <body>
-    <div id="test" role="listbox">
-      <span role="option" id="option1">List box option one</span><br>
-      <span role="option" id="option2">List box option two</span><br>
-      <span role="option" id="option3">List box option three</span><br>
-      <span role="option" id="option4">List box option four</span><br>
+    <div id="test" role="listbox" aria-busy="true">
     </div>
   </body>
 </html>
\ No newline at end of file