Metadata
- Source
- FLUID-527
- Type
- Improvement
- Priority
- Major
- Status
- Closed
- Resolution
- Fixed
- Assignee
- Colin Clark
- Reporter
- David Bolter
- Created
2008-04-23T23:29:56.000-0400 - Updated
2008-06-23T18:01:05.000-0400 - Versions
- N/A
- Fixed Versions
-
- 0.4
- Component
-
- Keyboard Accessibility
Description
Wasn't sure whether to create a task or an improvement. This is basically a place to throw patches that will hopefully help Colin and Eli's workshop demo.
Attachments
Comments
-
David Bolter commented
2008-04-23T23:31:21.000-0400 changes the arrow behaviour to perform a select, adds aria labelledby relations between tab and associated panel
-
David Bolter commented
2008-04-25T12:05:09.000-0400 This updated patch adds aria states:posinset, activedescendant, labelledby; auto-selection of tabs via arrow keys. Todo: move activedescendant to mouse/key common event point (but as is it is rather illustrative of the mouse-keyboard interaction topic)
FYI - I'm done with this issue at least for the near future. Feel free to ping me though.
-
David Bolter commented
2008-06-04T15:11:18.000-0400 changed "this" to "tab" (for readability etc) (paired:DB,CC)
-
David Bolter commented
2008-06-04T15:12:30.000-0400 using each param instead of "this" for readability etc (paired:DB,CC)
-
Colin Clark commented
2008-06-06T22:19:33.000-0400 Thanks so much for your patches, David! I've applied the patch and it works really nicely.