Information Resources & Technology (IRT)

Web Accessibility Guidelines

The latest Stanford Medicine format makes use of several accessibility best practices built into the structure of every document. Web Authors also have an important role and responsibility regarding the accessibility of their sites.

The easy stuff - Just do it

  1. Images

  1. Color: Don't ever depend on color alone to convey information; colorblindness is a common disability

  2. Links: Preserve link context: Avoid "Click Here." It's much easier for people who use non-graphical browsers to use links where the link text makes clear what is linked to. Example:
    Bad: "We published a report on our research. Click here to see it."
    Good: "You can read the published research report."
    Also good: "Research Report - A publication about our research

  3. <H1> Headline

    <H2> Headline

    <H3> Headline

    <H4> Headline

    <P> Paragraph

    Text:
  1. Scripts (JavaScript), applets and plug-ins: Not everyone has or can use them. If the scripts or embedded objects conatain important information or navigation, try to provide NOSCRIPT, NOEMBED alternate content.

    Wherever a <script></script> tag set is used (usually JavaScript) you can include HTML content between <noscript></noscript> tags. Wherever an <embed></embed> tag set is used (Flash or video objects for example), you can include HTML content between <noembed></nobembed> tags. If the browser has JavaScript and plug-ins for the embedded objects turned on, the browser ignores what's between the NOSCRIPT or NOEMBED tags. If they are disabled, the HTML is displayed. It's a good idea to test the function of your pages by using the "Preferences" or "Internet Options" commands for your browser to temporarily turn off scripts and plug-ins before loading the page.

  2. Flashing content: Avoid BLINK text and graphic animation resulting in flashing or blinking effects

  3. Redirects and pop-ups: Use them with caution; be careful about assuming how long it will take someone to read a page; pop-ups and links in new windows can cause confusion, so default to linking within the same window, or warn users that links are pop-ups

  4. Validate your pages using any number of online tools (a few are included below)

More challenging

  1. Tables:
  1. Multimedia: Provide synchronized captioning of audio if possible, transcripts if not, descriptions of video.

Further Reading

 » CNet/Builder.com - An excellent introduction to the topic

 » Web Accessibility Initiative - World Wide Web Consortium (W3C); the main source, in excruciating detail

 » Section 508 - Gov. site regarding standards

 » makoa.org - More Links & Resources

 » Web-Creators - Notes & slides from Web-Creators lecture

Validation

WAC3:

Try the WAC3 validator:

                                               
Options:
 

There are many other browser options on the WAC3 Alternative Web Browsing page.

Text-only browsers: You can see a simulated Lynx version of any public URL using Lynx-me

Try Bobby, a general validator

Stanford Medicine Resources:

Footer Links: