I've found myself helping a friend design a website which is essentially a mix of social networking/craigslist for people with disabilities. I've admittedly not been the most thoughtful in accommodating my code for the disabled in the past. My particular worry is making a website that will permit ease of use for the blind using screen readers, as I don't want it to be biased on what disability they have.
If you have any tips, I would be very appreciative.
Coding for the disabled
Page 1 of 11 Replies - 144 Views - Last Post: 05 February 2012 - 10:01 AM
Topic Sponsor:
Replies To: Coding for the disabled
#2
Re: Coding for the disabled
Posted 05 February 2012 - 10:01 AM
One of the easiest things that nobody things of is that a lot of users use tab on their keyboard rather than using the mouse. So as well as including a :hover in CSS, include :focus (can use the same style).
You will want to think about colours as many people are colour blind. Also, think about what content screenreaders will read out, they are very hard to use because so many of us do not think of them when we create websites (I often forget, and I made a site for a company that gave equipment to disabled people!).
You will want to think about colours as many people are colour blind. Also, think about what content screenreaders will read out, they are very hard to use because so many of us do not think of them when we create websites (I often forget, and I made a site for a company that gave equipment to disabled people!).
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote



|