Jump to content

Recommended Posts

Posted

I am interested in creating a website completely accessible for people with disabilities regarding visionly impaired etc. I need to know exactly how to set up the pages and to navigate around the site.

 

Michéal

Posted

thanks must get reading and learning all the info.

 

One question, what is the best way of navigation around a site, say with different areas and different categories keeping disability in mind. would it be by javascripts or are they others, like with drop down boxes but I dont think there are accessible.

 

Once again thanks

Posted

If you are worried about accessibility avoid javascript and use lots of plain text links, much better especially if someone is using a screen reader etc. You don't say what disabilities you're targetting so in general try to keep it simple.

Posted

Lisa, it is mainly all people with disabilities, especially the visionally impaired who the need the screen readers.

 

Just after reading some of the information, avoid tables if possible, what about style sheet layouts, are they okay.

 

 

 

Jikrantz just checked out "this site" it uses tables and javascript does'nt that defeat the purpose of what is trying to do.

 

 

Again thank you all for your help

Posted

JavaScript is not evil; it depends on the usage. If you utilize JavaScript to deliver content or for any important functionality (navigation), provide a textual equivalent. Like Lisa said, text links are ideal. Avoid Java applet navigation and links.

 

One of the most important steps you can take for blind/vision-impaired visitors is to provide a meaningful textual equivalent (alt attribute) for ALL your images. This is not necessarily a description of the image. In many instances, you'll want to express the image's function or the information it conveys. Use null alternative text (alt="") for purely decorative or spacer images.

 

Document structure is very important. Many screen readers can extract heading information (h1-h6), allowing users to skim a page without reading every word.

 

Joe Clark's excellent (and free :) ) book on Web accessibility can be found here:

ht*p://www.joeclark.org/book/

 

HTH,

Carol

Posted
Jikrantz just checked out "this site" it uses tables and javascript does'nt that defeat the purpose of what is trying to do.
I didnt say that the site was built in a specially good way. I was just saying that it looks to have good info, like this one:
8. Are alternatives offered for JavaScript, applets, Flash or plug-ins?

If you are writing pages in anything other than HTML, you may be excluding some people from your site.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...