Example for Checkpoint
13.10 - Provide a means to skip over multi-line ASCII art.

Example
Slide 112 of 120
Previous slide. Next slide.

Priority 3

As we pointed out way back in Checkpoint 1.1f, ASCII art can be very annoying to some users when they encounter it with screen readers. It is a very nice gesture to include a link that will allow those users to jump over your ASCII art masterpiece.

The following is an ASCII art picture of a bearded person wearing a hat.
(Skip over ASCII art.)

          MMMMMMMM
      WWWWW      WWWWW
     ******************
        | \O/ \O/ |
        |    |    |
        \         /
         \  ---  /
           VVVVV
            VVV

The following code shows you one way to do this:

<P>
<a href="#post-art">skip over ASCII art picture</a> of a bearded person wearing a hat.
<!-- ASCII art goes here -->
<a name="post-art">First text of following main body...</a>


Up one level To Checkpoints for Guideline 13.
Next slide: Example for Checkpoint 14.1

Introduction: Overview Guidelines: Overview Checkpoints: Overview Examples: Overview

Previous page. Next page.

Chuck Letourneau & Geoff Freed

W3C Web Accessibility Initiative

Copyright © 2000 W3C