78690b2a3686cd3e5b22ebbc416b1c3aee1c9a27 |
|
29-Aug-2011 |
Ryan Grove <ryan@wonko.com> |
Un-remove AutoComplete's ARIA live region. |
3b176d01148442acf4e41c28739a6d8acbf6d32b |
|
24-Aug-2011 |
Ryan Grove <ryan@wonko.com> |
AutoComplete accessibility improvements.
Made the following changes based on advice from the Y! Accessibility
team:
- Removed role="combobox" from the input node. It's not appropriate
for all AutoComplete use cases, and is usually not necessary.
- Removes the live region that announces suggestions. It's redundant
in assistive tools that properly support the other ARIA
functionality that AutoComplete implements. |
c6ab780ed34026fab30cd3fcdb53e39d6c2a7409 |
|
16-Mar-2011 |
Ryan Grove <ryan@wonko.com> |
Switch to shim-plugin instead of widget-stack, and add a default z-index
in the core autocomplete-list CSS.
This fixes a shim bug in IE6 in which the shim wasn't sized correctly
the first time the list was shown, and also resolves default z-index
issues in all browsers that required implementers to manually set the
z-index in JS in order for it to take effect. |
fd0330bab0db3c04cc65775e8a654cb84bcc1a80 |
|
30-Nov-2010 |
Ryan Grove <ryan@wonko.com> |
Set list-style to none on both the list and the items. |
05770e14a1ae7c6312570cab84d9a569e8997b38 |
|
19-Oct-2010 |
Ryan Grove <ryan@wonko.com> |
Forgot to remove list styling. Oops. |
015f8ae22621bccbcceb99112313cfd432428a43 |
|
07-Oct-2010 |
Ryan Grove <ryan@wonko.com> |
ARIA improvements. |
63488639b5e6b1edc095f1ac6c666be32483144f |
|
22-Sep-2010 |
Ryan Grove <ryan@wonko.com> |
Create a new list node as a descendant of the content box.
Previously, the content box itself was used as the list node, but this
turns out to be inflexible since it prevents subclasses and implementers
from adding additional display elements beyond the result list itself. |
6310fb38dcb7e288c966f8c9e43200c03c87d942 |
|
15-Sep-2010 |
Ryan Grove <ryan@wonko.com> |
Add keyboard and mouse item selection and focus management. |
f5738feb0b3d461c1398fc1cd8fc01b0de21d592 |
|
15-Sep-2010 |
Ryan Grove <ryan@wonko.com> |
Move autocomplete-list back under the autocomplete module. Make Y.AutoComplete an alias for Y.AutoCompleteList. |