You cannot post messages because only members can post, and you are not currently a member.
Description:
Focusing on accessibility within the jQuery and jQuery UI libraries.
|
|
|
jQuery is Moving to a Forum
|
| |
Hello All - After much deliberation the jQuery team has decided to close down the Google Groups that we've been using for project discussion and move to a unified forum instead. The new forum can be found here: [link] More information about our decision to move can be found here: [link]... more »
|
|
The Open Source Accessibility Network
|
| |
Hello, Just wanted to let folks know that I set-up a LinkedIn group for members of the open source community involved or interested in accessibility efforts [link]. I look forward to seeing members of the jQuery a11y community participate in the discussions.... more »
|
|
accessibility events in Boston, London UK, & Toronto in September
|
| |
(*Apologies as I know this is off-topic, but I thought these events might be of interest to group members. Certainly members of the jQuery accessibility community are more than welcomed to participate.) Registration for the 2nd Boston Accessibility Unconference is now open. It will be held at the Microsoft New England Research and... more »
|
|
aria-orientation + menu
|
| |
Hans, Jörn and I were discussing the menu and menubar implementations and we got stuck on the handling for arrow keys. Since nested menus require movement in both directions (horizontal and vertical), the left/right arrow keys can't be treated the same as the up/down arrow keys like they are in many other widgets. We were thinking that we could pick the appropriate keys... more »
|
|
jQuery UI accordion and aria-expanded in JAWS
|
| |
Hi everyone, Scott asked me to take a look at this accordion bug report and share some advice: [link] In JAWS 11, the value of the aria-expanded attribute is not being read correctly. I tested the latest accordion collapsible demo code with a few different screen readers. Here's what I found:... more »
|
|
Autocomplete - updated demo
|
| |
[link] Description This is my attempt at defining what I consider to be reasonable behavior for Autocomplete for multiple items. This is based on the demo on the jQuery-ui site. This may not be the best way of implementing this behavior, but does work with... more »
|
|
jQuery UI autocomplete plugin
|
| |
Good evening, I tested the jQuery UI autocomplete plugin today at [link] . We are considering adopting this plugin in Drupal Core, and I tested quickly to see if it was accessible to screen-reader users (not that this is our only group to be concerned about, it was just quick). I noticed thatit does not appear to work for screen-reader users, testing with JAWS 11.0.1467 / FF 3.6.... more »
|
|
Datepicker and screen readers
|
| |
Testing this for a client... Datepicker has the same problem as do the dialogs generated by jquery-ui: 1. the widgit adds content to the end of the dom 2. the new content is never focused automatically 3. no live regions are used to alert the user that new content has appeared Unlike accordion or tabs, the events provided do not get control early... more »
|
|
Dialogs and Screen Readers
|
| |
[link] I've seen jQuery-ui use increasing drammatically in the web apps I'm testing for accessibility. This is excellent, since much of the hard work with respect to accessibility has been done, and done well! One of the sticking points, however, has been the dialog widget. Tagging... more »
|
|
|