1) The document discusses making accessibility design sexy by focusing on users' needs and abilities rather than disabilities. It argues accessibility can be integrated beautifully without compromising design.
2) Examples are given of accessible design elements that are also aesthetically pleasing, such as braille labels, wheelchair ramps, and accessible shopping buttons.
3) Guidelines are provided for accessible design practices like using sufficient color contrast, logical page structure, and clear alternative text for non-decorative images. The goal is accessibility without sacrificing creativity or the user experience.
2. I know Jeremy had his tongue 鍖rmly in his cheek when he showed this slide, but I saw more than a few heads nod in agreement when it went up on the screen.
6. quot;Although the world is
full of suffering, it is
also full of
overcoming it.quot;
Helen Keller
Unfortunately, what often happens when people think about the needs of people with disabilities, they begin to think about how different their lives would be if they had that disability, and
become bogged down in fear of how that might change their lives. I'd like to see more people get past that feeling and focus on the needs of users who have come to terms with their
disabilities and just want to get on with the rest of their lives.
7. http://www.missability.com/knittingcompetition1.html
Just because you've got ugly boring crutches doesn't mean you can't do something to make it funky and suit your style or personality.
At http://scriptingenabled.org/ I met Denise, who runs http://enabledbydesign.org/ a site designed to share information about more attractive disability aids. Just because you've got a
disability, doesn't mean you want to have a house that looks like a run-down hospital orthopedic ward.
13. ... it was only after seeing the previous photo that I realised I'd been walking past the same thing which had been implemented at a nearby shopping centre for several months without even
realising. A shining example of beautifully integrated accessibility.
15. quot;The OXO GOOD GRIPS Swivel Peeler is
simply the best peeler you will ever try! The
sharp, stainless steel blade glides through
even the toughest fruit and vegetable skins
with ease. The soft, comfortable handle
cushions your hand as you peel, and is
non-slip, even when your hands are wet. quot;
OXO Good Grips Swivel Peeler
... but if you read the product description, disability doesn't get a mention. It's presented as something which is good for everyone, and has sold very well, and is available in mainstream
shops. This is how more aids and products should be designed and marketed.
17. quot;Limitations are the
soil from which
creativity grows.quot;
Jeffrey Zeldman, A List Apart, May 12 2000
http://www.alistapart.com/articles/5k
Many designers feel that accessibility puts too much of a constraint on their ability to create beautiful websites - I believe that this quote holds true, even though it was made eight years ago.
25. 2. Focus on standard
interaction before
adding complex
interaction
26. http://www.news.bbc.co.uk non-javascript version
I wish just a little more thought had gone into this, so that the extra tabs weren't visible. As it is, users who see this could get the impression that they're getting a lesser experience. If you
concentrate on the simple interaction 鍖rst, and then add the bells and whistles, everyone gets a great experience.
28. 3. Big is
beautiful
http://icant.co.uk/easy-youtube/
Lots of feedback that the bigger buttons and clearer icons are easier to use for those who are older, or those who have cognitive impairments.
29. text size no less than 75%
Some users (such as those with tunnel vision) need to downsize the text, and if it is set below 75%, it may become too small to be readable.
30. line-height of 1.2 - 1.6 x
http://24ways.org/examples/css-for-
accessibility/lineheight.html
32. focus
http://24ways.org/code/css-for-accessibility/
5.txt
Making the focus, hover and active states the same means that users can get the same look and feel when the keyboard focus hits a link as they would if they moused over it. Active is
required to be the same as focus and hover, because IE doesn't recognise focus, and uses active instead.
33. icons and buttons
It's not just about disability - I got an iPhone recently and have found that if the icons and buttons are too small, it can be very dif鍖cult to click on them.
35. white space
(but not too much)
Too much whitespace makes it dif鍖cult for those using screen magni鍖cation to track where they're going in the page. The same is also true on the iPhone.
41. decorative images only
background-image: url (/slideshow/making-web-accessibility-sexy-presentation/697534/image_ location);
or
alt=quot;quot;
Use of alt=quot;*quot; is no longer recommended as screen readers can now cope with images with null or empty (altquot; quot;) alt text.
42. styled text
vs
images of text
vs
image replacement
CSS styled text is best. Images of text and image replacement have the same issues (i.e., that they can't be resized), so keep the use of these to a minimum.
43. ALL CAPS or no caps
vs
text-transform: uppercase;
text-transform: lowercase;
Text in ALLCAPS is most often spelled out and that can make content dif鍖cult to understand. Use standard case and text-transform it to look the required way.
45. http://www.paciellogroup.com/resources/contrast-analyser.html
One of my all-time favourite tools. Test all your colour schemes using this, and the luminosity algorithm. If the colours you've been given aren't quite right, then use the sliders to tweak them.
Often, you can stay within the margin of quot;it's just your monitorquot; keeping the brand people and the users happy.