Confirmed users
1,396
edits
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=" | <li role="option" aria-selected="true">1</li> | ||
<li role=" | <li role="option">2</li> | ||
<li role=" | <li role="option">3</li> | ||
</ul> | </ul> | ||
</div> | </div> | ||
| Line 225: | Line 225: | ||
</td> | </td> | ||
<td> | <td> | ||
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> | ||