3.17 Provide a means to skip over multi-line ASCII art

WAI checkpoint 13.10

Full WAI text: "Provide a means to skip over multi-line ASCII art." ASCII art refers to text characters and symbols that are combined to create an image. The following is an ASCII image of a smiling face :) This is a very simple example but it is possible to create elaborate pictures that can fill the screen. Allow users to bypass ASCII art taking up more than one line on the screen.

Rationale

ASCII art is made up of real text characters. These are read aloud by audio browsers and screen readers and are basically rendered as gibberish because the screen reader will say each character. To save users from having to listen to this "verbal clutter", you should provide users with the option to skip over multi-line ASCII.

Directions and Techniques

There are no specific techniques recommended for this guideline.

How you could check for this:

Open the page and check for ASCII art

If there is ASCII art on the page, check to see if it takes more than one line on the screen. If it does, look for a link which allows users skip over the image. Note that this could be a hidden link, which would mean that you have to check the code.

- View WAI checkpoint 13.10