Accessibility/ARIA1.0TestSuiteFailures: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 207: Line 207:
     <div role="textbox"></div>
     <div role="textbox"></div>
     <ul role="listbox">
     <ul role="listbox">
       <li role="lisitem" aria-selected="true">1</li>
       <li role="option" aria-selected="true">1</li>
       <li role="listitem">2</li>
       <li role="option">2</li>
       <li role="listitem">3</li>
       <li role="option">3</li>
     </ul>
     </ul>
   </div>
   </div>
Line 225: Line 225:
</td>
</td>
<td>
<td>
In Firefox 20 ARIA comboboxes exposes accessible value (refer to [https://bugzilla.mozilla.org/show_bug.cgi?id=819273 bug 819273]) computed from selected item. If incorrect role="listitem" is replaced on role="option" then combobox has "* 2" value including a bullet from list item which is used as accessible name for input. So input's name in this case should be "Flash the screen * 1 times".<br>
Input's name in this case should be "Flash the screen * 1 times" including a bullet from HTML list item.<br>
Related Firefox bugs: <s>[https://bugzilla.mozilla.org/show_bug.cgi?id=819273 bug 819273]</s> - ARIA combobox should expose accessible value (fixed in Firefox 20), [https://bugzilla.mozilla.org/show_bug.cgi?id=835666 bug 835666] - ARIA combobox value is not a part of name computation. <br>
Status: <span style="background-color: LightCoral; padding: 1px 6px;">red</span>
Status: <span style="background-color: LightCoral; padding: 1px 6px;">red</span>
</td>
</td>
Confirmed users
1,396

edits

Navigation menu