1 Replies - 144 Views - Last Post: 05 February 2012 - 10:01 AM

Topic Sponsor:

#1 Amerowolf  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 9
  • Joined: 31-January 09

Coding for the disabled

Posted 05 February 2012 - 03:26 AM

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.

Is This A Good Question/Topic? 0
  • +

Replies To: Coding for the disabled

#2 Shane Hudson  Icon User is offline

  • D.I.C Technophile
  • member icon

Reputation: 326
  • View blog
  • Posts: 1,266
  • Joined: 06-December 09

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!).
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1