Tools for Choosing Accessible Colors
At last night's Austin Drupal meetup, I promised to post the links to the tools I demonstrated for testing color schemes for sufficient contrast. I plan to share more about these in the Accessibility portion of Drupal documentation, but for now, here are the places to find the tools:
Read moreWeb Accessibility (W4A) Conference April 26-27, Raleigh, North Carolina
Anybody going?
Paper submissions - deadline today...
The Alliance for Technology Access & Drupal
Are any Drupal community members also members of The Alliance for Technology Access?
I'd like to contact people regarding disability issues,
web access, and activism for the disabled.
Thanks for your interest.
==============
The Alliance for Technology Access
http://ataccess.org/
Some notes after an accessibility review on a site
In random order, rough, wrote as making changes. Most interesting is the aria-required and adding the h2's to status messages, etc.
If using beauty tips, beware of using non-100% opacity due to those with visibility issues.
Add h2's around messages and role alert.
<ul>
<li role="alert"><h2>
<span class="status-message-box status-status"> </span> Your password and further instructions have been sent to your e-mail address.
</h2></li>
</ul>"Meta Accessibility" - How to Make Accessibility Features Known to the User
What if your site is perfectly accessible but no one knows about it?
This question came up while working on Accessibility improvements for vertical tabs , together with some first thoughts on this issue.
Read moreThe Accessible Content Module and the Accessible module
You all might remember an earlier post I made about the QUAIL accessibility library and its potential for checking content for accessibility. Well, now you can download the fruits of that labor!
There's a readme file in there that outlines how to download and setup the module. It comes packaged with the quail lib for now, but if it goes to drupal.org I'll remove it and require folks to download it from it's own site on code.google.com.
Read morejQuery Visualize Plugin: Accessible Charts & Graphs from Table Elements using HTML 5 Canvas
Visualize is a Views style plug-in for implementing the jQuery Visualize charting tool.
jQuery Visualize provides accessible charts providing textual information to non-visual users.
It uses a technique with JavaScript to scrape data from an HTML table and generate charts using the HTML 5 Canvas element.
Try out a demo: http://lakeandweb.com/visualize/
Find a Better Name for "skip-navigation" Class
We need to come up with a good name for a CSS class, but I don't want this discussion to clutter up the issue queue. (Let's reserve the queue for presenting and discussing patches that fix functional or programmatic problems.) So I'm posting this item to see if we can develop an idea that is better than the ones we've already come up with.
Read more#drupal-accessibility on IRC
In case we're interested in taking this into IRC, I registered #drupal-accessibility on freenode to chat around coding and accessibility issues and extensions in Drupal.
I'm going to set up logging on it this weekend.
Anybody out there who can help with JQuery to make Drupal 7 accessible?
Mike Gifford (mgifford) and Everett Zufelt are addressing a major accessibility issue for the administration interface of Drupal 7. If they had help from someone with JQuery skills, they could make significant progress. If you think you can help, check out http://drupal.org/node/467296.
Read more


