Modified test file so that the aria-setsize and aria-posinset
authorJoseph Scheuhammer <clown@alum.mit.edu>
Fri, 19 Oct 2012 15:59:18 -0400
changeset 16 5e5f01c64ed5
parent 15 18252a0b9006
child 17 57cc24be3499
Modified test file so that the aria-setsize and aria-posinset
values are reversed for the 'test' list item. That is, the
author has erroneously declared the size to be 1, and the
current index to be 5.
ARIA/1.0/tests/test-files/author-requirements/584.html
--- a/ARIA/1.0/tests/test-files/author-requirements/584.html	Thu Oct 18 11:48:27 2012 -0400
+++ b/ARIA/1.0/tests/test-files/author-requirements/584.html	Fri Oct 19 15:59:18 2012 -0400
@@ -8,7 +8,7 @@
   <body>
     <h2 id="label_fruit"> Available Fruit </h2>
     <ul role="listbox" aria-labelledby="label_fruit">
-      <li role="option" aria-setsize="5" aria-posinset="1" id="test"> apples </li>
+      <li role="option" aria-setsize="1" aria-posinset="5" id="test"> apples </li>
       <li role="option" aria-setsize="5" aria-posinset="2"> bananas </li>
       <li role="option" aria-setsize="5" aria-posinset="3"> cantaloupes </li>
       <li role="option" aria-setsize="5" aria-posinset="4"> dates </li>