ginader / easychirp

easychirp.com - Web accessibility for the Twitter website application
11 stars 1 forks source link

Change dropdown menu behavior #130

Closed weboverhauls closed 10 years ago

weboverhauls commented 10 years ago

Currently is pure CSS dropdown. Doesn't work with keyboard. Need to change to JS solution with ARIA.

Enter/space opens dropdown. Up/down arrows navigate dropdown. Escape close dropdown. Tab goes to next main menu item; closes dropdown if open.

Ref: http://staff.washington.edu/tft/tests/menus/html5/index.html

weboverhauls commented 10 years ago

Prep work: [8b2a894]