New theme for accessibility
Hi All,
I have recently uploaded a new Drupal theme, called Flexible. One of the goals was to build accessibility features into the system. These include:
- "hidden" links for speech readers at the start of the page so users can "skip to content" or "skip to navigation" etc.
- built-in alternative style sheets for high contrast, large fonts etc
- ability to "linearise" the content
- support for standard accessibility keys
- the ability for users to store the above preferences so they are loaded automatically next time
(It would be nice if core Drupal supported some of these features directly, but that's another topic.)
I would appreciate any feedback you would like to give about my approach and would be happy to consider further developments. You can download the theme from Flexible or you can see it working at http://equilibrium-business.com.
Steve.


works very well.
Hi Steve,
Thanks for sharing that.
I think it's the first Drupal theme I have come across with access keys..(i.e. pressing ALT + SHIFT + 1, using firefox, is the same as clicking on HOME) and fine tuned for accessibility.
edited: quick question. Do you know how to add access keys to the flash audio players that come with the audio.module or if it's possible?
cheers
dub
Erm...
Not to purposely be a wet blanket or anything, but... anything that is built "with accessibility in mind"... um...
The whole thing is built using tables... why would you do that? That's the first thing NOT to do when building accessible websites.
After having a look at the
After having a look at the Equilibrium site, here are some thoughts:
hmmm
I agree with the guys above I'm afraid, I think you have missed some fundermental things in this theme, looking at your site your logo has a null alt text while the bullet point things have an alt text of signpost (??), things get worse from there :-(
On the whole access key thing the following link shows a lookup table of reserved keystroke combos which should clearly highlight for you the evil that are access keys :-) http://www.wats.ca/show.php?contentid=43
I do like your styleswitcher and was happy not to see purley a font resize feature, the high contrast option is a good addition.
Nice idea, but lets start by addressing the points raised above as this is not what I would describe as accessibile by any stretch of the imagination, sorry if that sounds harsh.
interesting feedback..
Hi again Steve,
some great, constructive feedback there to consider.
I'm not an expert in the tables V div debate, so I'll bow to the experts on that one, but, the great thing about Drupal is that it allows people to not only give some constructive feedback, it allows them to submit patchesand improvements.
hopefully some of the suggestions made will follow through as patches to the theme.
Drupal needs more themes, so thanks again for taking the time to share it on Drupal.org and I'm looking forward to seeing how this develops.
Dub
Thanks for the comments guys
I will be looking at these and responding in more detail in a while. I'm not completely surprised by most of the comments apart from the access keys one (I used a UK government recommendation). So it's surprising to find out that they are evil (is this part of President Bush's "Access of Evil"?) - I will certainly look into that one.
Steve
access keys
Hi Steve,
Access keys are currently recommended by the W3C Web Content Accessibility Guidelines 1.0 (from 1999), and hence by government organisations etc., however their recommendation has since been reviewed. As a result, access keys are being dropped as a requirement from the Web Content Accessibility Guidelines v2.0 (which may soon be released).
You could always try something like this: http://www.accessify.com/preferences/accesskeys/
Cheers,
Ross.