WebAIM - Web Accessibility In Mind

E-mail List Archives

RE: blink and marquee elements

for

From: John Foliot - bytown internet
Date: Mar 5, 2002 5:46PM


While Section 508 is obviously the _minimum_ requirement in the states, it's
worth noting that WAI Priority 2 Guidelines address these questions
directly:

3.2 (http://www.w3.org/TR/WCAG10/wai-pageauth.html#tech-identify-grammar) -
Create documents that validate to published formal grammars.

(Unless you code to the *rare* and obsolete Microsoft DTD, this kills off
marquee {<!DOCTYPE HTML PUBLIC "-//Microsoft//DTD Internet Explorer 3.0
HTML//EN">} which I believe was the only DTD to recognize this element

Note: for the curious, see: http://validator.w3.org/sgml-lib/catalog. I
don't have a reference URL for the above published spec, so I don't know if
a user agent could validate against it any longer)

11.2
(http://www.w3.org/TR/WCAG10/wai-pageauth.html#tech-avoid-deprecated) -
Avoid deprecated features of W3C technologies.

(blink was deprecated in 1997 with the release of HTML 4.0)

7.3 (http://www.w3.org/TR/WCAG10/wai-pageauth.html#tech-avoid-movement) -
Until user agents allow users to freeze moving content, avoid movement in
pages.

(marquee creates movement, so even if you DID use the above Microsoft DTD,
it would still be inaccessible)


So... avoid them.

As always, JMHO

JF




>