[contents] _________________________________________________________________ W3C Non-W3C Techniques for Web Content Accessibility Guidelines 1.0 W3C Working Draft 20 July 2000 This version: http://www.w3.org/WAI/GL/WD-WCAG10-NONW3C-TECHS-20000720 (plain text, postscript, pdf, gzip tar file of HTML, zip archive of HTML) Latest version: http://www.w3.org/WAI/GL/WCAG10-NONW3C-TECHS Previous version: http://www.w3.org/WAI/GL/WD-WCAG10-NONW3C-TECHS-20000705 Editors: Wendy Chisholm, W3C, Gregg Vanderheiden, Trace R & D Center, University of Wisconsin -- Madison Ian Jacobs, W3C Copyright ©1999 - 2000 W3C® (MIT, INRIA, Keio), All Rights Reserved. W3C liability, trademark, document use and software licensing rules apply. _________________________________________________________________ Abstract This document describes techniques for satisfying the checkpoints of "Non-W3C Techniques for Web Content Accessibility Guidelines 1.0" [WCAG10] when authoring with non-W3C technologies such as Flash. "Techniques for Web Content Accessibility Guidelines 1.0" [WCAG10-TECHS] contains additional techniques and references for other formats and languages. Status of this document While Web Content Accessibility Guidelines 1.0 strives to be a stable document (as a W3C Recommendation), the current document is expected to evolve as technologies change and content developers discover more effective techniques for designing accessible Web sites and pages. This is a W3C Working Draft for review by W3C Members and other interested parties. It is a draft document and may be updated, replaced or obsoleted by other documents at any time. It is inappropriate to use W3C Working Drafts as reference material or to cite them as other than "work in progress". This is work in progress and does not imply endorsement by, or the consensus of, either W3C or participants in the Web Content Accessibility Guidelines (WCAG) Working Group. This document is part of a series of accessibility documents published by the Web Accessibility Initiative. WAI Accessibility Guidelines are produced as part of the WAI Technical Activity. The goal of the Web Content Guidelines Working Group is discussed in the Working Group charter. A list of current W3C Recommendations and other technical documents can be found at http://www.w3.org/TR. Please send detailed comments on this document to w3c-wai-gl@w3.org. Table of Contents * Abstract * Status of this document * 1 Macromedia Flash + 1.1 Static images + 1.2 Providing alternative images * Acknowledgments * 2 References * 3 Resources + 3.1 Accessibility resources _________________________________________________________________ 1 Macromedia Flash 1.1 Static images Checkpoint in this section: 1.1. The Macromedia Flash Generator may create simple (non-interactive) animations or static images. When these images are included in an HTML document with the IMG element, an "alt" attribute is required (per Checkpoint 1.1). To use Generator to dynamically output a .gif stream instead of a Flash stream, add the "type=" attribute with an appropriate value. Example: Description of the Image Critical Elements: The "type=gif" parameter/value. 1.2 Providing alternative images Checkpoint in this section: * 6.5 Ensure that dynamic content is accessible or provide an alternative presentation or page. [Priority 2] It is possible to determine (via Javascript) if the user has installed the Flash plug-in, and provide an alternative image if they have not. Flash 4 has the capability to automatically generate this code, however it is necessary to modify what is generated. This example shows the resulting JavaScript code that should be used to determine the presence of the Flash plug-in. Example: // You will need to modify the SRC param as follows <IMG SRC="http://example.org/flashtemplate.swt?type=gif¶m1=val1¶m2=val2 <http://example.org/flashtemplate.swt?type=gif¶m1=val1¶m2=val2> " ALT="NOEMBED GIF Object Map of Alaska" WIDTHU0 HEIGHT35 usemap="#AK" BORDER=0> // You will need to modify the SRC param as follows _________________________________________________________________ Acknowledgments Web Content Guidelines Working Group Co-Chairs: Jason White, University of Melbourne Gregg Vanderheiden, Trace Research and Development W3C Team contact: Wendy Chisholm We wish to thank the following people who have contributed their time and valuable comments to shaping this module: Rob Neff 2 References For the latest version of any W3C specification please consult the list of W3C Technical Reports at http://www.w3.org/TR. [WCAG10] "Web Content Accessibility Guidelines 1.0", W. Chisholm, G. Vanderheiden, and I. Jacobs, eds., 5 May 1999. This WCAG 1.0 Recommendation is http://www.w3.org/TR/1999/WAI-WEBCONTENT-19990505. [WCAG10-TECHS] "Techniques for Web Content Accessibility Guidelines 1.0", W. Chisholm, G. Vanderheiden, I. Jacobs, eds. This document explains how to implement the checkpoints defined in "Web Content Accessibility Guidelines 1.0". The latest draft of the techniques is available at http://www.w3.org/WAI/GL/WCAG10-TECHS/. 3 Resources Note: W3C does not guarantee the stability of any of the following references outside of its control. These references are included for convenience. References to products are not endorsements of those products. 3.1 Accessibility resources @@Include relevant references to authoring for Flash Level Triple-A conformance icon, W3C-WAI Web Content Accessibility Guidelines 1.0 _________________________________________________________________ [contents]