Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6711387
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T08:08:02+00:00 2026-05-26T08:08:02+00:00

How can I ensure (or try to make) web access available for all –

  • 0

How can I ensure (or try to make) web access available for all – who may have a variety of disabiltes?

Any advice for any standards or web sites that could give me some pragmatic advice for the design of a site?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T08:08:02+00:00Added an answer on May 26, 2026 at 8:08 am

    There are a number of considerations you need to address here, if your website isn’t catering for a specific disability then you have to work on a broad range of features. In this situation the first thing you need to remember is that you sadly can’t cater to everyone. Look at the list below and identify which of these disabilities you can sensibly cater for

    Visual: Visual impairments including blindness, various common types
    of low vision and poor eyesight, various types of color blindness;

    Motor/Mobility: e.g. difficulty or inability to use the hands,
    including tremors, muscle slowness, loss of fine muscle control, etc.,
    due to conditions such as Parkinson’s Disease, muscular dystrophy,
    cerebral palsy, stroke;

    Auditory: Deafness or hearing impairments,
    including individuals who are hard of hearing;

    Seizures: Photoepileptic seizures caused by visual strobe or flashing effects.

    Cognitive/Intellectual: Developmental disabilities, learning
    disabilities (dyslexia, dyscalculia, etc.), and cognitive disabilities
    of various origins, affecting memory, attention, developmental
    "maturity," problem-solving and logic skills, etc.

    The easiest here is the Seizures, eliminate flashing / strobing content from your site, or more importantly if you cant put up a warning before displaying this type of content.

    Users with Motor / Mobility issues may have problems interacting with content on your site that requires a high amount of precision, this can be helped by increasing the size of your UI elements, or allowing the user to resize these elements if needed.

    Generally make anything clickable as large as is feasible and if you have elements that have features such as drag drop, make the drag handles large so the user doesn’t have to click a tiny area.

    Auditory is also a fairly easy consideration to make, at the least simply provide text alternatives to any media content your site may have, for larger sites using video then considerations such as sign language may be an option.

    Visual is probably the most common consideration web developers need to make. Firstly partially sighted users may want to increase the text size to your page, so make sure that your UI can cope with this. Use clear and readable fonts and make sure there is contrast between the background color and the font color.

    Color blind users may wish to change your site color scheme to meet their needs, you can find information easily on the types of color blindness and develop a couple of alternative CSS styles to meet these needs. Also a high contrast option for everything on your site may benefit partially sighted users.

    Cognitive / Intellectual is one of the harder considerations to meet, so look at the individual disabilities. ADD for instance makes it hard for a person to focus and makes them easily distracted, considering this think about advertisements, they are designed to distract us and draw our attention, thus by limiting advertisements on your site you can get rid of the ones that flash and scream Click ME!.

    Dyslexic users may struggle with reading huge chunks of text which also fits in with considerations for partially sighted people, here you could have an audio option so the text is read aloud to the user.

    One more consideration here is the use of color in your website. It has been proven that certain colors can stimulate emotions, for someone with emotional or developmental issues using colors that are considered calming vs ones that excite (reds for example) may improve their experience of your website.

    All of the above are design considerations, looking at the development (Code) next there isn’t too much you can do, most of the considerations about your code are because of third party applications interacting with your site.

    Generally make sure your code is well formed, correct tags / closing tags etc. Make sure it is valid HTML / XHTML / CSS etc if you can validate to the strict standards it wont hurt your cause. Tags such as links / images should have appropriate Alt text to describe what the element is, for instance alt="image1" is fairly useless to a screen reader but alt="Image showing …… clicking this will take you to….." is useful.

    If you can find some trial software grab yourself a screen reader, load up your website, close your eyes and try interact with it, its going to be hard but at least you can see how your user will interact with your site and more importantly you can use the screen reader to check your site actually gets read the way it should.

    There are plenty of 3rd party plugins you can integrate with your site to aid your users too, so look into those, things like the option to magnify text or read aloud with just a click will be well received as long as they are not too intrusive to your non disabled users.

    Helpful links

    http://www.w3.org/TR/WCAG10/ The W3C Disability guidelines are a good place to start
    http://en.wikipedia.org/wiki/Web_accessibility Wikipedia web accessability
    http://www.etre.com/tools/colourblindsimulator/ Allows you to see how images will appear to colourblind users
    http://colorfilter.wickline.org/
    http://www.w3.org/WAI/ W3C Web Accessability Initiative Guidelines

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Using String.Format how can i ensure all numbers have commas after every 3 digits
I want to ensure I have done all I can to configure a system's
How can I ensure that all data that I've erase from the db tables,
I have a background thread running that fires events, but how can I ensure
How can I ensure that this does NOT open in a new window?? onclick=ob=this.form.table;window.open(ob.options[ob.selectedIndex].value)/>
In most modern IDEs there is a parameter that you can set to ensure
SSL can be used to ensure the server identity (using server certificates) and, optionally,
To ensure a script has at least version X of perl, you can do
How do you ensure, that you can checkout the code into Eclipse or NetBeans
In SQLServer, you can use syntax (nolock) to ensure the query doesn't lock the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.