skip navigation | home | help | about this site | contact us | news | search | HiSoftware
HiSoftware Logo and Link to main page of Web SiteWelcome to the HiSoftware® Cynthia Says™ Portal
The HiSoftware CynthiaSays portal is a joint Education and Outreach project of HiSoftware, ICDRI, and the Internet Society Disability and Special Needs Chapter. 

Read Understanding Accessibility today!  Download Now
 Section 508 (j) W3C Guidelines 7.1

This guide is derived from the book Understanding Accessibility, Published by HiSoftware Publishing... The Entire book can be viewed online in accessible HTML Help format.

Documents are required not to contain the BLINK element
Documents are required not to contain the MARQUEE element

1. Do not use the BLINK Element

Example one demonstrates alternatives to the BLINK element.

Current HTML – EXAMPLE 1

The current HTML uses the BLINK element to allow the user agent to blink (flash the Message) repeatedly signifying the importance of the text to the user.

<blink>Pay attention to this</blink>

Corrected HTML – EXAMPLE 1

The corrected HTML does not use the BLINK element instead it implements other formatting to show the importance of the text.

<strong><u>Pay Attention to

This</u></strong>

2. Do not use the MARQUEE element

Example two demonstrates alternatives for the MARQUEE element.

Current HTML – EXAMPLE 2

The current HTML uses the MARQUEE element to scroll a message across the screen; this is intended to catch the users attention.

<marquee align="bottom" bgcolor="#C0C0C0" direction="right" scrolldelay="91" width="100%" height="16">

use of Marquee can cause you to fail Accessibility testing </marquee>

Corrected HTML – EXAMPLE 2

The corrected HTML uses alternative methods of making the text grab the users attention.

<em><strong><u>

use of Marquee can cause you to fail Accessibility Testing

</u></strong></em>

top
 

Printer Printer Friendly Version...


(c) Copyright 2003-2009 HiSoftware Inc. HiSoftware and CynthiaSays are trademarks of HiSoftware Inc. All other individual names and trademarks are the property of their respective owners. Privacy Statement: HiSoftware's CynthiaSays.Com is currently running on the HiSoftware family of Web Servers and conforms to its privacy policy, for more information click on the privacy policy link at the bottom of this page.

The HiSoftware Cynthia Says Portal complies with WCAG 1.0 Priority 1 Guidelines and Section 508 Standards, view our site accessibility statement 

HiSoftware CYNTHIASAYS.COM SERVICE TERMS OF USE | PRIVACY POLICY... | SITE HELP | SITE MAP | ADD Cynthia TO YOUR SITE

Cynthia Tested! Valid CSS!