RE: H86: Providing text alternatives for ASCII art, emoticons, and leetspeak

Steve,
Thanks for the suggestion.  Just a reminder that you (and anyone) can submit pull requests against the current working branch of the WCAG docs on GitHub. Today, that means the branch labeled “Working-Branch-for-Q3-2015”.

I’m happy to make some changes for this pair of comments but wanted to get more information from you on why you don’t like the leetspeak example.  Of course the Leetspeak version of “Austin Rocks” is not going to read well for an AT user but I think that the question is whether to replace or augment the leet text with the alternative text.  I am also a little uncomfortable with using abbr here, not least because the abbreviation is actually longer than the alternative.  What would you recommend?

Thanks,
AWK

From: Steve Faulkner [mailto:faulkner.steve@gmail.com]
Sent: Friday, April 24, 2015 9:50 AM
To: w3c-wai-gl@w3.org
Subject: H86: Providing text alternatives for ASCII art, emoticons, and leetspeak

http://www.w3.org/TR/WCAG20-TECHS/H86.html


suggest adding ARIA-fied example (from html5 spec)

<figure role="img" aria-labelledby="fish-caption"
   <pre>
   o           .'`/
     '      /  (
   O    .-'` ` `'-._      .')
      _/ (o)        '.  .' /
      )       )))     ><  <
      `\  |_\      _.'  '. \
        '-._  _ .-'       '.)
    jgs     `\__\
   </pre>
   <figcaption id="fish-caption">
    <cite>Joan G. Stark, "fish"</cite>.
    October 1997. ASCII on electrons. 28×8.
   </figcaption>
   </figure>

Also question the use of <abbr> in this technique:
<abbr title="Austin Rocks">Au5t1N r0xx0rz</abbr>
--

Regards

SteveF
HTML 5.1<http://www.w3.org/html/wg/drafts/html/master/>

Received on Sunday, 26 April 2015 03:39:05 UTC