W3C

Techniques for Authoring Tool Accessibility

W3C Working Draft 3 September1999

This version:
http://www.w3.org/TR/1999/WAI-AUTOOLS-TECHS-19990903
Latest version:
http://www.w3.org/TR/1999/WAI-AUTOOLS-TECHS
Previous version:
http://www.w3.org/TR/1999/WAI-AUTOOLS-TECHS-19990713
Editors:
Jutta Treviranus <jutta.treviranus@utoronto.ca>
Jan Richards <jan.richards@utoronto.ca>
Ian Jacobs <ij@w3.org>
Charles McCathieNevile <charles@w3.org>

Abstract

This document contains techniques and further examples, as an informative aid to developers seeking to implement the Authoring Tool Accessibility Guidelines. The guidelines and checkpoints for that document are included for convenience.

This document is part of a series of accessibility documents published by the W3C Web Accessibility Initiative.

Status of this document

This is a Working Draft of the Techniques for Authoring Tool Accessibility. This draft follows the working group meeting on 1 September 1999. A log of changes between successive working drafts is available.

This is a draft document and may be updated, replaced or rendered obsolete 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 either W3C or its member organizations.

The goals of the WAI AU Working Group are discussed in the WAI AU charter.

Please send comments about this document to the public mailing list: w3c-wai-au@w3.org, archived at http://lists.w3.org/Archives/Public/w3c-wai-au

A list of the current AU Working Group members is available.

Table of Contents


1 Introduction

This document complements the Authoring Tool Accessibility Guidelines [WAI-AUTOOLS]. Although it reproduces the guidelines and checkpoints from that document it is not a normative reference; the techniques introduced here are not required for conformance to the Guidelines. The document contains suggested implementation techniques, examples, and references to other sources of information as an aid to developers seeking to implement the Authoring Tool Accessibility Guidelines. These techniques are not necessarily the only way of fulfilling the checkpoint, nor are they necessarily a definitive set of requirements for fulfilling a checkpoint.. It is expected to be updated in response to queries raised by implementors of the Guidelines, for example to cover new technologies. Suggestions for additional techniques are welcome and should be sent to the working group mailing list at w3c-wai-au@w3.org. The archive of that list at http://lists.w3.org/Archives/Public/w3c-wai-au is also available.

To understand the accessibility issues relevant to authoring tool design, consider that many users may be creating documents in contexts very different from your own:

In addition, accessible design will benefit many people who do not have a physical disability but with similar needs. For example they may be working in a noisy environment and unable to hear, or need to use their eyes for another task, and be unable to view a screen. They may be using a small mobile device, with a small screen, no keyboard and no mouse.

1.1 How the Guidelines are organized.

This document includes guidelines which are general principles of accessible design. Each guideline includes:

The checkpoint definitions in each guideline specify requirements for authoring tools to follow the guideline. Each checkpoint definition includes:

There is also an appendix which contains sample implementations - examples of tools which can be used to meet a number of checkpoints, and discussions of how a particular (hypothetical) tool might meet each checkpoint.

Each checkpoint is intended to be specific enough that it can be verified, while being sufficiently general to allow developers the freedom to use the most appropriate strategies to meet the checkpoint.

The Techniques provided in this document are suggestions for how implementation might be done, or where further information can be found. They are informative only, and other strategies may be used to meet the checkpoint as well as, or in place of, those discussed.

1.2 Checkpoint priorities

Each checkpoint has a priority level. The priority level reflects the impact of the checkpoint in meeting the goals of this document. These goals are:

  1. The authoring tool is accessible
  2. The authoring tool generates accessible content by default
  3. The authoring tool encourages the creation of accessible content

The three priority levels are assigned as follows:

[Priority 1]
If the checkpoint is essential to meeting those goals
[Priority 2]
If the checkpoint is important to meeting those goals
[Priority 3]
If the checkpoint is beneficial to meeting those goals

2 Guidelines

Guideline 1. Support accessible authoring practices

Methods for ensuring accessible markup vary with different markup languages. If markup is automatically generated, many authors will be unaware of the accessibility status of the final product unless they expend extra effort to make appropriate corrections by hand. Since many authors are unfamiliar with accessibility, the onus is on the authoring tool to generate accessible markup, and where appropriate, to guide the author in producing accessible content.

Many applications feature the ability to convert documents from other formats (e.g., Rich Text Format) into a markup format, such as HTML. Markup changes may also be made to facilitate efficient editing and manipulation. These processes are usually hidden from the user's view and may create inaccessible markup or cause inaccessible markup to be produced.

Checkpoints:

1.1 Ensure the author can implement accessible authoring practices for the markup language(s) supported by the tool. [Priority 1]
1.2 Produce content that conforms to the W3C's Web Content Accessibility Guidelines [WAI-WEBCONTENT]. [Priority 1 for level-A conformance, Priority 2 for double-A conformance, Priority 3 for triple-A conformance]
1.3 Ensure that templates provided by the tool conform to W3C Web Content Accessibility Guidelines [WAI-WEBCONTENT]. [Priority 1 for level-A conformance, Priority 2 for double-A conformance, Priority 3 for triple-A conformance]
1.4 Preserve all accessibility information during authoring, transformations and conversions. [Priority 1]

Guideline 2. Generate standard markup

Conformance with standards promotes interoperability and accessibility. Where applicable use W3C recommendations, which have been reviewed to ensure accessibility and interoperability. If there are no applicable W3C Recommendations, use a published standard that enables accessibility.

Checkpoints:

2.1 Use applicable W3C Recommendations. [Priority 2]
These specifications have undergone review specifically to ensure that they do not compromise, and where possible they enhance, accessibility
2.2 Ensure that markup is generated in accordance with a published specification [Priority 1]
This is necessary for user agents to be able to transform Web content to a presentation appropriate to a particular user's needs.
2.3 Ensure the tool produces markup in a language that enables accessibility [Priority 1]
This is relevant both to the use of an existing document markup language, and to one which is created or extended for a specific purpose..

Guideline 3. Ensure that no accessibility information is missing

Generating equivalent information, such as textual alternatives for images and audio descriptions of video, can be one of the most challenging aspects of Web design. Along with the necessity for structural information it is a cornerstone of accessible design, allowing information to be presented in a way most appropriate for the needs of the user without constraining the creativity of the author.

Automating the mechanics of this process, by prompting authors to include the relevant information at appropriate times, can greatly ease the burden for authors. Where such information can be mechanically determined (e.g., the function of icons in an automatically-generated navigation bar, or expansion of acronyms from a dictionary) and offered as a choice for the author the tool will assist the author, at the same time as it reinforces the need for such information and the author's role in ensuring that it is used appropriately in each instance.

Checkpoints:

3.1 Prompt the author to provide alternative information (e.g., captions, expanded versions of acronyms, long descriptions of graphics). (Priority 1 for alternative information that is [Web-Content-Priority-1], Priority 2 for alternative information that is [Web-Content-Priority-2], Priority 3 for alternative information that is [Web-Content-Priority-3])
3.2 Do not insert automatically generated (e.g., the filename) or place-holder (e.g., "image") equivalent text, except in cases where human-authored text has been written for an object whose function is known with certainty. [Priority 1]
For example, in an automatically generated navigation bar, it is clear that "search" is appropriate for a button linked to a search function
3.3 Provide pre-written alternative information for all multimedia files packaged with the authoring tool. [Priority 2]
Note: This text should be used for input field default, but not for automatic insertion.
3.4 Provide a mechanism to manage alternative information for multimedia objects, that retains and offers for editing pre-written or previously linked alternative information. [Priority 3]

Techniques for this guideline:

Guideline 4. Provide methods of checking and correcting inaccessible content

Many authoring tools allow authors to create documents with little or no knowledge about the underlying markup. To ensure accessibility, authoring tools must be designed so that they may automatically identify inaccessible markup, and enable its correction even when the markup itself is hidden from the author.

In supporting the creation of accessible Web content, authoring tools should take into account the differing authoring styles of their users. In general, authors will prefer to be able to configure their tools to support their working style. Tools that allow such configuration can help authors to feel that accessible authoring is a natural practice (see also the previous guideline) rather than an intrusion on their normal work pattern. For example some users may prefer to be alerted to problems when they occur, whereas others may prefer to perform a check after the document is completed. This is analogous to programming environments that allow users to decide whether to check for correct code during editing or at compile time.

Note that many assistive technologies used with browsers and multimedia players are only able to provide access to Web documents that use valid mark-up. Therefore validation of mark-up is an essential aspect of authoring tool accessibility.

Checkpoints:

4.1 Check for and alert the author to accessibility problems. (Priority 1 for accessibility problems that are [Web-Content-Priority-1], Priority 2 for accessibility problems that are [Web-Content-Priority-2], Priority 3 for accessibility problems that are [Web-Content-Priority-3])
4.2 Assist authors in correcting accessibility problems. (Priority 1 for accessibility problems that are [Web-Content-Priority-1], Priority 2 for accessibility problems that are [Web-Content-Priority-2], Priority 3 for accessibility problems that are [Web-Content-Priority-3])
4.3 Allow the author to override any removal of unrecognized markup. [Priority 2]
Notes:
  1. The author may have included or imported markup that is not recognized by the tool, but which enhances accessibility.
  2. This need not be the default setting.
4.4 Provide the author with a summary of the document accessibility status. [Priority 3]
4.5 Allow the author to transform presentation markup that is misused to convey structure into structural markup, and to transform presentation markup that is stylistic into style sheet markup.. [Priority 3]

Techniques for this guideline:

Guideline 5. Integrate accessibility solutions into the overall "look and feel"

When a new feature is added to an existing software tool without proper integration, the result is often an obvious discontinuity. Differing color schemes, fonts, interaction styles and even application stability can be factors affecting user acceptance of the new feature.

Checkpoints:

5.1 Make generation of accessible content a naturally integrated part of the authoring process. [Priority 1]
5.2 Ensure that the highest-priority accessible authoring practices are among the most obvious and easily initiated by the author. [Priority 1]

Guideline 6. Promote accessibility in help and documentation

The issues surrounding Web accessibility are often unknown to Web authors. Help and documentation should explain accessibility problems and solutions, with examples.

Checkpoints:

6.1 Integrate accessible authoring practices in all applicable help topics. [Priority 1]
6.2 Explain the accessible authoring practices supported by the authoring tool. [Priority 1]
6.3 Ensure that all documentation examples show how to produce content that conforms to W3C Web Content Accessibility Guidelines [WAI-WEBCONTENT]. [Priority 1 for level-A conformance, Priority 2 for double-A conformance, Priority 3 for triple-A conformance]
Note: An example may be built from several parts, some of which are not themselves conformant, so long as those parts are identified and linked to a conforming example.
6.4 Emphasize the universal benefit of accessible design. [Priority 3]

Guideline 7. Ensure that the Authoring Tool is Accessible to Authors with Disabilities

The authoring tool is a software program with standard user interface elements and as such should follow relevant user interface accessibility guidelines. In addition to applicable general interface accessibility guidelines there are interface design considerations that are specific to Web authoring tools.

One such consideration is that the author may need a different presentation to edit the Web content than the one they wish ultimately to be displayed. This implies display preferences that do not manifest themselves in the ultimate markup or style declarations.

Another consideration relates to the process of navigating and manipulating the document while authoring. Authoring Web content requires editing a potentially large and complex document. In order to edit a document the author must be able to locate and select specific elements, efficiently traverse the document, and quickly find and mark insertion points. Authors who use screen readers, refreshable braille displays, or screen magnifiers can make limited use (if at all) of visual artifacts that communicate the structure of the document and act as sign posts when traversing the document. Authors who use keyboard and mouse alternatives must make tiring repetitions of movement commands to navigate the document. There are strategies that make it easier to navigate and manipulate a marked-up document. Using the structure of a Web document, the author can be given a view of the document which allows the author to both get a good sense of the overall document and to navigate that document more easily.

Checkpoints:

7.1 Use all applicable operating system and accessibility standards and conventions (Priority 1 for standards and conventions which are essential to accessibility, Priority 2 for those that are important to accessibility, Priority 3 for those that are beneficial to accessibility). [Priority 1]
  • Guidelines for specific platforms include
    1. "IBM Guidelines for Writing Accessible Applications Using 100% Pure Java" [JAVA-ACCESS] R. Schwerdtfeger, IBM Special Needs Systems.
    2. "An ICE Rendezvous Mechanism for X Window System Clients" [ICE-RAP], W. Walker. A description of how to use the ICE and RAP protocols for X Window clients.
    3. "Information for Developers About Microsoft Active Accessibility" [MS-ACCESS] Microsoft Corporation.
    4. "The Inter-Client communication conventions manual" [ICCCM]. A protocol for communication between clients in the X Window system.
    5. "Lotus Notes accessibility guidelines" [NOTES-ACCESS] IBM Special Needs Systems.
    6. "Java accessibility guidelines and checklist" [JAVA-CHECKLIST] IBM Special Needs Systems.
    7. "The Java Tutorial. Trail: Creating a GUI with JFC/Swing" [JAVA-TUT]. An online tutorial that describes how to use the Swing Java Foundation Class to build an accessible User Interface.
    8. "Macintosh Human Interface Guidelines" [APPLE-HI] Apple Computer Inc.
    9. "The Microsoft Windows Guidelines for Accessible Software Design" [MS-SOFTWARE]. Warning! This is a "self-extracting archive", an application that will probably only run on MS-Windows systems.
  • Guidelines for specific software types include
    1. "The Three-tions of Accessibility-Aware HTML Authoring Tools" [ACCESS-AWARE], J. Richards.
    2. "User Agent Accessibility Guidelines (Working Draft)" J. Gunderson, I. Jacobs eds. (This is a work in progress) [WAI-USERAGENT]
  • General guidelines for producing accessible software include:
    1. "Accessibility for applications designers" [MS-ENABLE] Microsoft Corporation.
    2. "Application Software Design Guidelines" [TRACE-REF] compiled by G. Vanderheiden. A thorough reference work.
    3. "Designing for Accessibility" [SUN-DESIGN] Eric Bergman and Earl Johnson. This paper discusses specific disabilities including those related to hearing, vision, and cognitive function.
    4. "EITAAC Desktop Software standards" [EITAAC] Electronic Information Technology Access Advisory (EITACC) Committee.
    5. "Requirements for Accessible Software Design" [ED-DEPT] US Department of Education, version 1.1 March 6, 1997.
    6. "Software Accessibility" [IBM-ACCESS] IBM Special Needs Systems
    7. "Towards Accessible Human-Computer Interaction" [SUN-HCI] Eric Bergman, Earl Johnson, Sun Microsytems 1995. A substantial paper, with a valuable print bibliography.
    8. "What is Accessible Software" [WHAT-IS] James W. Thatcher, Ph.D., IBM, 1997. This paper gives a short example-based introduction to the difference between software that is accessible, and software that can be used by some assistive technologies.
  • User Interfaces are sometimes built as Web content, and as such should follow the Web Content Accessibility Guidelines [WAI-WEBCONTENT] (See also 1 Support accessible authoring practices )
  • The following are common requirements for producing accessible software. This list does not necessarily cover all requirements for all platforms, and items may not be applicable to some software.:

    Following Standards

    • Draw text and objects using system conventions
    • Make mouse, keyboard, and API activation of events consistent
    • Provide a User Interface that is "familiar" (to system standards, or across platform)
    • Use system standard indirections and APIs wherever possible
    • Ensure all dialogs, subwindows, etc meet these requirements
    • Avoid blocking assistive technology functions (sticky/mouse keys, screenreader controls, etc) where possible

    Configurability

    • Allow users to create profiles
    • Allow control of timing, colors, sizes, input/output devices and media
    • Allow users to reshape the user interface - customize toolbars, keyboard commands, etc

    Input Device Independence

    • Provide Keyboard access to all functions
    • Document all keyboard bindings
    • Provide customizable keyboard shortcuts for common functions
    • Provide logical navigation order for the keyboard interface.
    • Avoid repetitive keying wherever possible
    • Provide mouse access to functions where possible

    Icons, Graphics, Sounds

    • Provide visual (text) equivalents for sound warnings
    • Allow sounds to be turned off
    • Provide text equivalents for images/icons
    • Use customizable (or removable) colors/patterns
    • Ensure high contrast is available (as default setting)
    • Provide text equivalents for all audio
    • Use icons that are resizeable or available in multiple sizes

    Layout

    • Do not rely on color alone for meaning. Use color for differentiation, in combination with accessible cues (text equivalents, natural language, etc)
    • Position related text labels and objects consistently, and in an obvious manner (labels before objects is recommended)
    • Group related controls
    • Ensure default window sizes fit in screen
    • Allow for window resizing (very small to very large)

    User Focus

    • Clearly identify the user focus (and expose it via API)
    • Unexpected events should not be caused by viewing content (for example by moving the focus to a new point)
    • Allow user control of timing - delays, time-dependent response, etc
    • Allow for navigation between as well as within windows
7.2 Allow the author to change the editing view without affecting the document markup. [Priority 1]
This allows the author to edit the document according to their personal requirements, without changing the way the document looks or is rendered when published.
7.3 Render an accessible equivalent of each element property. [Priority 1]
7.4 Allow the author to edit all properties of each element and object in an accessible fashion. [Priority 1]
7.5 Ensure the editing view allows navigation via the structure of the document. [Priority 1]
7.6 Enable editing of the structure of the document. [Priority 2]
7.7 Allow the author to search within editing views. [Priority 2]

3 Appendix - Sample Implementations

The Sample Implementations are not Guidelines, they are Techniques. The section has been included to illustrate how the design principles embodied in the guidelines sections can be applied to concrete issues. The specific ideas discussed in this section are meant to be used only as clarification.

3.1 Amaya

Amaya [AMAYA] is the W3C's testbed Web authoring/browsing platform. Its default editing view is WYSIWYG-style. This section outlines how Amaya conforms to the 11 August 1999 draft of the guidelines as of 17 August 1999, and plans for improving conformance. Note that Amaya is developed as a proof of concept for a number of specifications, not a product for market.

checkpoint 7.1 Use all applicable operating system and accessibility standards and conventions (Priority 1 for standards and conventions which are essential to accessibility, Priority 2 for those that are important to accessibility, Priority 3 for those that are beneficial to accessibility). [Priority 1] : Amaya is currently available for two platforms: Unix and Windows. There is some work required on both platforms to bring it into line with conventions, in particular to provide conformance with the User Agent Guidelines [WAI-USERAGENT]

checkpoint 7.2 Allow the author to change the editing view without affecting the document markup. [Priority 1] : Amaya allows the user to create local style sheets, and to enable or disable each style sheet that is linked to a document..

checkpoint 7.3 Render an accessible equivalent of each element property. [Priority 1] : Amaya allows the author access to all attributes (and applicable attributes) through menus that are mouse and keyboard accessible.

checkpoint 7.4 Allow the author to edit all properties of each element and object in an accessible fashion. [Priority 1] : Each attribute can be edited through the menu or through the structure view. Element types can be assigned through the menu system..

checkpoint 7.5 Ensure the editing view allows navigation via the structure of the document. [Priority 1] : Amaya provides a structure view, that can be navigated element by element, a Table of Contents view, that allows navigation via the headings, and a links view, that allows sequential navigation via the links in the document..

checkpoint 7.6 Enable editing of the structure of the document. [Priority 2] : Elements can be selected and moved, copied and pasted in the structure or formatted (default) views..

checkpoint 2.1 Use applicable W3C Recommendations. [Priority 2] : Amaya supports HTML 4.0 [HTML40], XHTML 1.0 [XHTML10] and most of CSS1 [CSS1]. It provides partial support for MathML [MATHML] and some experimental support for Scalable Vector Graphics [SVG].

checkpoint 2.2 Ensure that markup is generated in accordance with a published specification [Priority 1] : Amaya implements each language according to the published specifications.

checkpoint 2.3 Ensure the tool produces markup in a language that enables accessibility [Priority 1] : Amaya implements each supported recommendation according to the specifications.

checkpoint 1.1 Ensure the author can implement accessible authoring practices for the markup language(s) supported by the tool. [Priority 1] : Amaya implements all of the accessibility features of HTML. The CSS cascade order, an accessibility feature of CSS2, is yet to be completely implemented..

checkpoint 1.2 Produce content that conforms to the W3C's Web Content Accessibility Guidelines [WAI-WEBCONTENT]. [Priority 1 for level-A conformance, Priority 2 for double-A conformance, Priority 3 for triple-A conformance] : Amaya generates markup that conforms to level-A, and allows the author to generate markup that is triple-A through the user interface.

checkpoint 1.3 Ensure that templates provided by the tool conform to W3C Web Content Accessibility Guidelines [WAI-WEBCONTENT]. [Priority 1 for level-A conformance, Priority 2 for double-A conformance, Priority 3 for triple-A conformance] : Amaya has just introduced templates, which will be checked for conformance to Web Content Accessibility Guidelines..

checkpoint 1.4 Preserve all accessibility information during authoring, transformations and conversions. [Priority 1] : The predefined transformations ship with the tool preserve all element content. The transformation language allows the preservation of attribute values, but this is not done by all the supplied transformations.

checkpoint 3.1 Prompt the author to provide alternative information (e.g., captions, expanded versions of acronyms, long descriptions of graphics). (Priority 1 for alternative information that is [Web-Content-Priority-1], Priority 2 for alternative information that is [Web-Content-Priority-2], Priority 3 for alternative information that is [Web-Content-Priority-3]) : Amaya prompts the author to provide alt text for IMG and AREA, and CAPTION for TABLE. Prompting to be implemented includes title for ABBR, ACRONYM, OBJECT, longdesc for IMG and LABEL for FORM controls.

checkpoint 3.2 Do not insert automatically generated (e.g., the filename) or place-holder (e.g., "image") equivalent text, except in cases where human-authored text has been written for an object whose function is known with certainty. [Priority 1] : Amaya does not provide default alt text except when copying and pasting images, in which case it copies all attributes with the image.

checkpoint 3.3 Provide pre-written alternative information for all multimedia files packaged with the authoring tool. [Priority 2] : Amaya does not provide any clip art

checkpoint 3.4 Provide a mechanism to manage alternative information for multimedia objects, that retains and offers for editing pre-written or previously linked alternative information. [Priority 3] : Amaya has no registry of alternate text associated with images, although when an image is copied and pasted its alt and other attributes are copied too..

checkpoint 5.1 Make generation of accessible content a naturally integrated part of the authoring process. [Priority 1] : Some accessibility features are part of relevant dialogs. Others, such as longdesc and title attributes must be separately generated by the author. The development team will integrate these into the relevant dialogues..

checkpoint 5.2 Ensure that the highest-priority accessible authoring practices are among the most obvious and easily initiated by the author. [Priority 1] : Amaya's user interface guides the author to produce structured content, with presentation elements separated into style sheets.

checkpoint 4.1 Check for and alert the author to accessibility problems. (Priority 1 for accessibility problems that are [Web-Content-Priority-1], Priority 2 for accessibility problems that are [Web-Content-Priority-2], Priority 3 for accessibility problems that are [Web-Content-Priority-3]) : Amaya currently checks for validity, but the author can only find warning of invalid markup in the structure view. The team is investigating automating an accessibility check and author notification.

checkpoint 4.2 Assist authors in correcting accessibility problems. (Priority 1 for accessibility problems that are [Web-Content-Priority-1], Priority 2 for accessibility problems that are [Web-Content-Priority-2], Priority 3 for accessibility problems that are [Web-Content-Priority-3]) : Where Amaya detects an error it identifies and highlights the offending code in the structure view, allowing the author to delete it.

checkpoint 4.3 Allow the author to override any removal of unrecognized markup. [Priority 2] : Amaya currently does not implement this checkpoint. Amaya uses its own internal representation for the document markup that is translated on output. Possible implementation strategy: Where there are errors in a document Amaya could alert the author and warn that the document must be changed, and present the structure view highlighting areas where it has changed the markup, allowing the author to abort the editing session or save the changed version under a new name..

checkpoint 4.4 Provide the author with a summary of the document accessibility status. [Priority 3] : Amaya currently does not implement this checkpoint

checkpoint 4.5 Allow the author to transform presentation markup that is misused to convey structure into structural markup, and to transform presentation markup that is stylistic into style sheet markup.. [Priority 3] : Amaya provides a language for specifying structure transformations, along with a large number of transformations being included.

checkpoint 6.1 Integrate accessible authoring practices in all applicable help topics. [Priority 1] : Amaya help pages for images and image maps include providing text alternatives as part of the process. There is a help page on configuring Amaya, that documents how to change the default keyboard bindings. Some pages need to be updated.

checkpoint 6.2 Explain the accessible authoring practices supported by the authoring tool. [Priority 1] : Accessible authoring features are added to the documentation as they are incorporated into Amaya, as part of the normal documentation of the relevant feature.

checkpoint 6.3 Ensure that all documentation examples show how to produce content that conforms to W3C Web Content Accessibility Guidelines [WAI-WEBCONTENT]. [Priority 1 for level-A conformance, Priority 2 for double-A conformance, Priority 3 for triple-A conformance] : Amaya help pages will be reviewed to ensure they conform to the Web Content Accessibility Guidelines [WAI-WEBCONTENT] - this has not currently been checked.

checkpoint 6.4 Emphasize the universal benefit of accessible design. [Priority 3] : Amaya help does not currently implement this checkpoint systematically.

3.2 The A-prompt Tool

The A-prompt tool [APROMPT] is an example tool that allows for checking of many accessibility features in HTML pages, and incorporates an "alt text registry" to manage alternative information for known resources. The tool is built in such a way that the functions can be incorporated into an authoring tool.

3.3 A Hypothetical Image Editor

MyTool - a hypothetical image editor, that is triple-A conformant to the Authoring Tool Accessibility Guidelines:

checkpoint 7.1 Use all applicable operating system and accessibility standards and conventions (Priority 1 for standards and conventions which are essential to accessibility, Priority 2 for those that are important to accessibility, Priority 3 for those that are beneficial to accessibility). [Priority 1] : MyTool follows the accessibility guidelines provided for the language the user interface is written in, and implements the accessibility features and APIs that are described in the reference literature for the platforms on which it is available.

checkpoint 7.2 Allow the author to change the editing view without affecting the document markup. [Priority 1] : MyTool provides remapping of colors via a style sheet so you don't need to see a color to use it - you can address it by any of 3 schemes.

checkpoint 7.3 Render an accessible equivalent of each element property. [Priority 1] : The author can display the filename, can read all metadata for each image or layer, and can navigate an image by pixel or vector through a text-based interface, as well as a standard image manipulation user interface

checkpoint 7.4 Allow the author to edit all properties of each element and object in an accessible fashion. [Priority 1] : The author can edit all metadata for each image or layer, and can edit a pixel or vector's properties through a text-based interface, as well as through a standard image manipulation user interface.

checkpoint 7.5 Ensure the editing view allows navigation via the structure of the document. [Priority 1] : MyTool allows the author to build an image of component parts, placed in layers. These layers can be named and navigated.

checkpoint 7.6 Enable editing of the structure of the document. [Priority 2] : While the image is layered, it is possible to make changes at the layer level. For animated GIFs, the author can directly edit the control structure, or use a simple graphical interface.

checkpoint 2.1 Use applicable W3C Recommendations. [Priority 2] : MyTool supports PNG and WebCGM as well as GIF, JPEG, TIFF, XPM, BMP, EPS, etc. The next version will implement full SVG support.

checkpoint 2.2 Ensure that markup is generated in accordance with a published specification [Priority 1] : MyTool implements standards exactly as written.

checkpoint 2.3 Ensure the tool produces markup in a language that enables accessibility [Priority 1] : MyTool currently uses PNG as its default format to provide accessibility features available in that format. One of the reasons for the transition to SVG is the expected increase in available accessibility features..

checkpoint 1.1 Ensure the author can implement accessible authoring practices for the markup language(s) supported by the tool. [Priority 1] : MyTool attempts to include as much information as possible with each image. For formats that allow it, text entered into an image is also included as annotation or title information.

checkpoint 1.2 Produce content that conforms to the W3C's Web Content Accessibility Guidelines [WAI-WEBCONTENT]. [Priority 1 for level-A conformance, Priority 2 for double-A conformance, Priority 3 for triple-A conformance] : MyTool produces images that have as much equivalent information available as possible, and where the format allows, it enables colour and size control (e.g., SVG)

checkpoint 1.3 Ensure that templates provided by the tool conform to W3C Web Content Accessibility Guidelines [WAI-WEBCONTENT]. [Priority 1 for level-A conformance, Priority 2 for double-A conformance, Priority 3 for triple-A conformance] : MyTool provides some standard clip-art, that has associated names and descriptions for use in layered image construction (Refer also to checkpoints 7.3 and 3.2)

checkpoint 1.4 Preserve all accessibility information during authoring, transformations and conversions. [Priority 1] : MyTool tracks all metadata included in an image, and where it cannot be included as part of the image format supplies it with the image (Refer also to checkpoints 3.1, 3.3, and 3.4)

checkpoint 3.1 Prompt the author to provide alternative information (e.g., captions, expanded versions of acronyms, long descriptions of graphics). (Priority 1 for alternative information that is [Web-Content-Priority-1], Priority 2 for alternative information that is [Web-Content-Priority-2], Priority 3 for alternative information that is [Web-Content-Priority-3]) : MyTool prompts the author to give a name and description for each image or layer when it is saved. It also prompts the author for a brief description of the role of each image or layer at save time, or when layers are merged. These actions are available to the author at any time.

checkpoint 3.3 Provide pre-written alternative information for all multimedia files packaged with the authoring tool. [Priority 2] : MyTool provides pre-written alternative information for all multimedia packaged with the software

checkpoint 3.4 Provide a mechanism to manage alternative information for multimedia objects, that retains and offers for editing pre-written or previously linked alternative information. [Priority 3] : MyTool provides a database system for managing images and layers and associating metadata that is saved for future use.

checkpoint 3.2 Do not insert automatically generated (e.g., the filename) or place-holder (e.g., "image") equivalent text, except in cases where human-authored text has been written for an object whose function is known with certainty. [Priority 1] : MyTool offers default text where it exists, as an editable option. If it has not been used before, MyTool prompts the author to confirm the use of this default text.

checkpoint 5.1 Make generation of accessible content a naturally integrated part of the authoring process. [Priority 1] : Accessibility features are always available in relevant dialogs. The user interface includes a metadata menu at the top level, and on the button bar, for easy addition of metadata at any time.

checkpoint 5.2 Ensure that the highest-priority accessible authoring practices are among the most obvious and easily initiated by the author. [Priority 1] : MyTool always prompts the author for accessibility features. Turning this off is possible via an "advanced" options menu

checkpoint 4.1 Check for and alert the author to accessibility problems. (Priority 1 for accessibility problems that are [Web-Content-Priority-1], Priority 2 for accessibility problems that are [Web-Content-Priority-2], Priority 3 for accessibility problems that are [Web-Content-Priority-3]) : MyTool checks for missing information at save time, or when layers are about to be merged (Refer also 1.1 and 1.2)

checkpoint 4.2 Assist authors in correcting accessibility problems. (Priority 1 for accessibility problems that are [Web-Content-Priority-1], Priority 2 for accessibility problems that are [Web-Content-Priority-2], Priority 3 for accessibility problems that are [Web-Content-Priority-3]) : MyTool has an easy prompt-driven interface for adding metadata, as well as fast keyboard-control and buttons for the power user. Context-sensitive help is always available.

checkpoint 4.3 Allow the author to override any removal of unrecognized markup. [Priority 2] : MyTool provides an alert if it opens an invalid document, and the author can cancel attempted repair or undo it afterwards. MyTool also alerts the author when saving to a format that results in a loss of built-in accessible information.

checkpoint 4.4 Provide the author with a summary of the document accessibility status. [Priority 3] : MyTool highlights layers or images that do not have names, descriptions or structural role information through the use of icons that have textual equivalents available

checkpoint 4.5 Allow the author to transform presentation markup that is misused to convey structure into structural markup, and to transform presentation markup that is stylistic into style sheet markup.. [Priority 3] : MyTool allows the transformation of layers, by combining or splitting, with prompting for which metadata goes with which part of a split layer

checkpoint 6.1 Integrate accessible authoring practices in all applicable help topics. [Priority 1] : MyTool Help pages have naming and describing images as part of the process of creating them. The discussion of layers (which is promoted as a good way to do images) includes discussion of giving structural role information, and what kind of information is required. All help contains numerous examples of how to do the process.

checkpoint 6.2 Explain the accessible authoring practices supported by the authoring tool. [Priority 1] : In addition to having the relevant accessibility practices as part of the normal help, MyTool has a help topic called accessibility of images. All relevant topics are available in both places

checkpoint 6.3 Ensure that all documentation examples show how to produce content that conforms to W3C Web Content Accessibility Guidelines [WAI-WEBCONTENT]. [Priority 1 for level-A conformance, Priority 2 for double-A conformance, Priority 3 for triple-A conformance] : MyTool help has many examples, all of which use standard markup and conform to the Web Content Accessibility Guidelines [WAI-WEBCONTENT].

checkpoint 6.4 Emphasize the universal benefit of accessible design. [Priority 3] : MyTool help explains that structured images are easier to re-use, and can be easily optimized for a variety of situations - low bandwidth/high bandwidth, text-only editing, etc.

3.4 A Hypothetical Multimedia Editor

SMILey - a hypothetical video and audio editor, that is triple-A conformant to the Authoring Tool Accessibility Guidelines:

checkpoint 7.1 Use all applicable operating system and accessibility standards and conventions (Priority 1 for standards and conventions which are essential to accessibility, Priority 2 for those that are important to accessibility, Priority 3 for those that are beneficial to accessibility). [Priority 1] : SMILey follows the accessibility guidelines provided for the language the user interface is written in, and implements the accessibility features and APIs that are described in the reference literature for the platforms on which it is available.

checkpoint 7.2 Allow the author to change the editing view without affecting the document markup. [Priority 1] : SMILey uses SMIL to separate audio, video, descriptive signing and text tracks.

checkpoint 7.3 Render an accessible equivalent of each element property. [Priority 1] : The author can display the filename, and can read all metadata for each multimedia segment.

checkpoint 7.4 Allow the author to edit all properties of each element and object in an accessible fashion. [Priority 1] : The author can edit all metadata for each component, and can edit a video frame by frame by using SMILey as a plug-in through a text-based interface, as well as through a standard image manipulation user interface.

checkpoint 7.5 Ensure the editing view allows navigation via the structure of the document. [Priority 1] : SMILey allows navigation of the SMIL structure.

checkpoint 7.6 Enable editing of the structure of the document. [Priority 2] : While the image is layered, it is possible to make changes at the layer level. For animated GIFs, the author can directly edit the control structure, or use a simple graphical interface.

checkpoint 2.1 Use applicable W3C Recommendations. [Priority 2] : SMILey is primarily a SMIL editor. It imports various formats for images, audio, video, and text.

checkpoint 2.2 Ensure that markup is generated in accordance with a published specification [Priority 1] : SMILey implements SMIL exactly as published, with its additional metadata implemented according to the Resource Description Framework (RDF) syntax [RDF-SYNTAX].

checkpoint 2.3 Ensure the tool produces markup in a language that enables accessibility [Priority 1] : SMILey implements SMIL to allow multiple parallel tracks, providing support for medium-independent rendering.

checkpoint 1.1 Ensure the author can implement accessible authoring practices for the markup language(s) supported by the tool. [Priority 1] : SMILey supports all access features in SMIL, and includes an RDF parser and generator to provide additional functions such as searching and more complex multiple tracks.

checkpoint 1.2 Produce content that conforms to the W3C's Web Content Accessibility Guidelines [WAI-WEBCONTENT]. [Priority 1 for level-A conformance, Priority 2 for double-A conformance, Priority 3 for triple-A conformance] : SMILey splits audio, video, and text layers into separate tracks, with appropriate system-variables, to allow them to be rendered separately.

checkpoint 1.3 Ensure that templates provided by the tool conform to W3C Web Content Accessibility Guidelines [WAI-WEBCONTENT]. [Priority 1 for level-A conformance, Priority 2 for double-A conformance, Priority 3 for triple-A conformance] : SMILey provides a sample presentation made available by a third party to demonstrate accessible design of multimedia.

checkpoint 1.4 Preserve all accessibility information during authoring, transformations and conversions. [Priority 1] : SMILey keeps all the elements of imported presentations.

checkpoint 3.1 Prompt the author to provide alternative information (e.g., captions, expanded versions of acronyms, long descriptions of graphics). (Priority 1 for alternative information that is [Web-Content-Priority-1], Priority 2 for alternative information that is [Web-Content-Priority-2], Priority 3 for alternative information that is [Web-Content-Priority-3]) : SMILey prompts the author to provide text captions, audio descriptions for video, and text descriptions of video to allow searching. The SMILey team are investigating the ability to provide music markup as a separate track to facilitate re-presentation of soundtrack music.

checkpoint 3.2 Do not insert automatically generated (e.g., the filename) or place-holder (e.g., "image") equivalent text, except in cases where human-authored text has been written for an object whose function is known with certainty. [Priority 1] : SMILey interrogates its RDF database when a new track is added to suggest tracks that could be associated. The author must confirm these tracks before they are included.

checkpoint 3.3 Provide pre-written alternative information for all multimedia files packaged with the authoring tool. [Priority 2] : The example document supplied with SMILey includes multiple content types - text captions, audio description, etc.

checkpoint 3.4 Provide a mechanism to manage alternative information for multimedia objects, that retains and offers for editing pre-written or previously linked alternative information. [Priority 3] : SMILey uses RDF metadata to associate multiple tracks. It can interrogate the RDF store.

checkpoint 5.1 Make generation of accessible content a naturally integrated part of the authoring process. [Priority 1] : Accessibility features are always available in relevant dialogs. The user interface includes a metadata menu at the top level, and on the button bar, for easy addition of metadata at any time.

checkpoint 5.2 Ensure that the highest-priority accessible authoring practices are among the most obvious and easily initiated by the author. [Priority 1] : SMILey always prompts the author for accessibility features. Turning this off is possible via an "advanced" options menu

checkpoint 4.1 Check for and alert the author to accessibility problems. (Priority 1 for accessibility problems that are [Web-Content-Priority-1], Priority 2 for accessibility problems that are [Web-Content-Priority-2], Priority 3 for accessibility problems that are [Web-Content-Priority-3]) : SMILey checks for missing information each time changes are made to the document, and at save time.

checkpoint 4.2 Assist authors in correcting accessibility problems. (Priority 1 for accessibility problems that are [Web-Content-Priority-1], Priority 2 for accessibility problems that are [Web-Content-Priority-2], Priority 3 for accessibility problems that are [Web-Content-Priority-3]) : SMILey has an easy prompt-driven interface for adding metadata, as well as fast keyboard-control and buttons for the power user. Context-sensitive help is always available.

checkpoint 4.3 Allow the author to override any removal of unrecognized markup. [Priority 2] : SMILey provides an alert if it opens an invalid document, and the author can cancel attempted repair or undo it afterwards. SMILey also alerts the author when saving to a format that results in a loss of built-in accessible information.

checkpoint 4.4 Provide the author with a summary of the document accessibility status. [Priority 3] : SMILey highlights tracks that do not appear to have full alternative versions through properties defined in the user style sheet, which can also be applied to the source mode.

checkpoint 4.5 Allow the author to transform presentation markup that is misused to convey structure into structural markup, and to transform presentation markup that is stylistic into style sheet markup.. [Priority 3] : SMILey allows conversion between switch and par elements, enabling the author to specify whether tracks should be played all together or only as alternatives to each other.

checkpoint 6.1 Integrate accessible authoring practices in all applicable help topics. [Priority 1] : SMILey provides extensive documentation on how to generate multiple tracks for accessibility, including examples of what they should contain and how they should be included.

checkpoint 6.2 Explain the accessible authoring practices supported by the authoring tool. [Priority 1] : In addition to having the relevant accessibility practices as part of the normal help, SMILey has a help topic called accessibility of images. All relevant topics are available in both places

checkpoint 6.3 Ensure that all documentation examples show how to produce content that conforms to W3C Web Content Accessibility Guidelines [WAI-WEBCONTENT]. [Priority 1 for level-A conformance, Priority 2 for double-A conformance, Priority 3 for triple-A conformance] : SMILey help has many examples, all of which use standard markup and conform to the Web Content Accessibility Guidelines [WAI-WEBCONTENT].

checkpoint 6.4 Emphasize the universal benefit of accessible design. [Priority 3] : SMILey help explains how multiple tracks allow for searching and indexing of timed presentations, as well as providing access to people with one or more disabilities to the full content of the presentation.

3.5 Alt-Text for the HTML 4.0 IMG Element

[Editors' note: This section has not kept pace with the development of the guidelines. It will be updated in future drafts.]

"Alt-text" is generally considered the most important aid to HTML accessibility. For this reason, the issue of "alt-text" has been chosen as the subject for an extended technique based on a hypothetical implementation.

7 Ensure that the Authoring Tool is Accessible to Authors with Disabilities
Implementation: The author can edit the document using the alternative information of the image in its place, and can access all the properties of the image (height, width, etc)
2 Generate standard markup
Implementation: In any markup produced, the IMG element is always properly formed as defined in the HTML4 specification. This means that the element contains both a "src" attribute and an "alt" attribute.
1 Support accessible authoring practices
Implementation: Due to the [Web-Content-Priority 1] recommendation status of "alt-text" in the Web Content Accessibility Guidelines, special attention will be devoted to prompting and guiding the user toward full "alt" coverage. The authoring tool has the capability of opening and converting word processor documents into HTML. If an image is encountered during this process, the user will be prompted for "alt-text". The authoring tool sometimes makes changes to the HTML it works with to allow more efficient manipulation. These changes never result in the removal or modification of "alt-text" entries.
3 Ensure that no accessibility information is missing
Implementation: The authoring tool is shipped with many ready-to-use clip art and other images. For each of these images a short "alt-text" string and a longer description have been pre-written and stored in an "alt-text" registry. When the user selects one of these images for insertion, the alternative text and long description are offered for editing and approval. Whenever the user includes another image, the tool keeps the reference to that image and the associated "alt-text" and long description in the "alt-text registry". When a text alternative offered by the tool is edited, the tool adds the new text to the registry, and offers both entries when the image is used again. There is an option to mark any entry as the default.
5 Integrate accessibility solutions into the overall "look and feel"
Implementation: At no point do "alt-text" requests appear on their own or in a non-standard manner. Instead "alt-text" notices and emphasis appear as integrated and necessary as the "src" attribute.
4 Provide methods of checking and correcting inaccessible content
Implementation: If the user opens content or pastes in markup containing an IMG element that lacks "alt-text", the author is prompted to add them. The tool can be configured to prompt as soon as an error is detected, or to provide a highlight mark where these errors occur and to prompt when the author is saving or publishing a document. The default prompt includes prompting for a long description of each image.
6 Promote accessibility in help and documentation
Implementation: Whenever missing "alt-text" is flagged (anywhere in the tool suite) the same quick explanation, extended help, and examples are offered. The help documentation for inserting images and image maps includes providing alternative text as part of the necessary steps, and describes how to determine appropriate alternative text in the same section. Examples of images and image-maps all have alternative text included, and images have long descriptions.

4 Terms and Definitions

[Editors' note: This section will be reviewed by the group, and is expected to be updated in future drafts]

Integrated Author Guidance and Prompting

Interface mechanisms such as dialogs, menus, toolbars, and palettes can be structured so that markup or elements that are accessible are given as the first and easiest choice.

Prompts and Alerts

Prompts can be used to encourage authors to provide information needed to make the information accessible (such as alternative textual representations). Prompts are simple requests for information before a markup structure has been finalized. For example, an "alt-text" entry field prominently displayed in an image insertion dialog would constitute a prompt. Prompts are relatively unintrusive and address a problem before it has been committed. However, once the user has ignored the prompt, its message is unavailable.

Alerts warn the author that there are problems that need to be addressed. The art of attracting users' attention is a tricky issue. The way in which users are alerted, prompted, or warned will influence their view of the tool as well as their opinion of accessible authoring.

User Configurable Schedule
A user configurable schedule allows the user to determine the type of prompts and alerts that are used, including when they are presented. For example, a user may wish to include multiple images without being prompted for alternative information, and then provide the alternative information in a batch process, or may wish to be reminded each time they add an image. If the prompting is done on a user configurable schedule they will be able to make that decision themselves. This technique allows a tool to suit the needs a wide range of authors.
Interruptive Alerts
Interruptive alerts are informative messages that interrupt the edit process for the user. For example, interruptive alerts are often presented when a user's action could cause a loss of data. Interruptive alerts allow problems to be brought to the user's attention immediately. However, users may resent the constant delays and forced actions. Many people prefer to finish expressing an idea before returning to edit its format.
Unintrusive Alerts
Unintrusive alerts are alerts such as icons, underlines, and gentle sounds that can be presented to the user without necessitating immediate action. for example, in some word processors misspelled text is highlighted without forcing the user to make immediate corrections. These alerts allow users to continue editing with the knowledge that problems will be easy to identify at a later time. However, users may become annoyed at the extra formatting or may choose to ignore the alerts altogether.
Prompts
Prompts are requests for user input, either information or a decision. Prompts require author response.
Alerts
Alerts notify the author of something, or mark something for the author's attention. They may or may not require author response.

Markup Editing Tools and Functions

Authoring Tool
As used in this document, an Authoring Tool is any software that is used to generate content for publishing on the Web. See also section 1.3 Scope of the guidelines.
Conversion Tool
A Conversion Tool is any application or application feature that allows content in some other format (proprietary or not) to be converted automatically into a particular markup language. This includes software whose primary function is to convert documents to a particular markup language as well as "save as HTML" (or other markup language) features in non-markup applications.
Generation Tool
A Generation Tool is a program or script that produces automatic markup "on the fly" by following a template or set of rules. The generation may be performed on either the server or client side.
Site Management Tool
A tool that provides an overview of an entire Web site indicating hierarchical structure. It will facilitate management through functions that may include automatic index creation, automatic link updating, and broken link checking.
Publishing Tool
A tool that allows content to be uploaded in an integrated fashion. Sometimes these tools makes changes such as local hyper-reference modifications. Although these tools sometimes stand alone, they may also be integrated into site management tools.
Image Editor
A graphics program that provides a variety of options for altering images of different formats.
Video Editor
A tool that facilitates the process of manipulating video images. Video editing includes cutting segments (trimming), re-sequencing clips, and adding transitions and other special effects.
Multi-media Authoring Tool
Software that facilitates integration of diverse media elements into an comprehensive presentation format. May incorporate video, audio, images, animations, simulations, and other interactive components.
Automated Markup Insertion Function
Automated markup insertion functions are the features of an authoring tool that allow the user to produce markup without directly typing it. This includes a wide range of tools from simple markup insertion aids (such as a bold button on a toolbar) to markup managers (such as table makers that include powerful tools such as "split cells" that can make multiple changes) to high level site building wizards that produce almost complete documents on the basis of a series of user preferences.
Transformation
A process whereby one object is changed, according to a discrete set of rules, into another, equivalent, object. This includes any application or application feature that allows content that is marked up in a particular markup language to be transformed into another markup language, such as software that allows the author to change the DTD defined for the original document to another DTD. It also describes the substitution of textual equivalents for graphical or visually defined elements and objects, and the conversion from one element type to another within a document.

Documents, Elements, and Attributes

Document
A document is a series of elements that are defined by a language (e.g., HTML 4.0 or an XML application).
Element
An element is any identifiable object within a document, for example a character, word, image, paragraph or spreadsheet cell. In HTML and XML an element refers to a pair of tags and their content, or an "empty" tag - one that has no closing tag or content.
Property
A property is a piece of information about an element, for example structural information (e.g., it is item number 7 in a list, or plain text) or presentation information (e.g., that it is marked as bold, its font size is 14). In XML and HTML properties of an element include the name of the element (e.g., IMG or DL), the values of its attributes, and information associated by means of a style sheet. In a database, properties of a particular element may include values of the entry, and acceptable data types for that element.
Attributes
in XML and HTML, an element may have any number of attributes. In the following example, the attributes of the beverage element are flavor, which has the value "lots", and colour, which has the value "red": <beverage flavor="lots" colour="red">my favorite</beverage> Some attributes are integral to document accessibility (e.g., the "alt", "title", and "longdesc" attributes in HTML
Rendered Content
The rendered content is that which an element actually causes to be rendered by the user agent. This may differ from the element's structural content. For example, some elements cause external data to be rendered (e.g., the IMG element in HTML), and in some cases, browsers may render the value of an attribute (e.g., "alt", "title") in place of the element's content.

Accessibility Terms

Accessibility Awareness
The term accessibility awareness is used to describe an application that has been designed to maximize the ease of use of the interface and its products for people with differing needs, abilities and technologies. In the case of authoring tools, this means that (1) care has been taken to ensure that the content produced by user-authors is accessible and (2) that the user interface has been designed to be usable with a variety of display and control technologies.
Accessible, Accessibility
Within these guidelines, Accessible and Accessibility are used in the sense of being accessible to people regardless of disability.
Accessibility Information
Accessibility information is content, including information and markup, which is used to improve the accessibility of a document.
Inaccessible Markup, Inaccessible Element, Inaccessible Attribute, Inaccessible Authoring Practice and Access Barrier
All these terms are used in the context of inaccessibility as defined by the Web Content Accessibility Guidelines [WAI-WEBCONTENT].
Accessibility Solution, Accessible Authoring Practice
These terms refer to Authoring practices that improve the accessibility of content generated by the tool.

Alternative Representation of Content

Alternative Presentations and Alternative Information
Certain types of content may not be accessible to all users (e.g., images or audio presentations), so alternative representations are used, such as transcripts for audio, or short functionally equivalent text (e.g., "site map link") and/or descriptive text equivalents (e.g., "Graph 2.5 shows that the population has doubled approximately every ten years for the last fifty years, increasing from about 10 million to 330 million in that time"). An object may have several alternative representations, for example a video, captions of the audio, audio description of the video, a series of still images, and textual representations of each of these.
Description Link (D-link)
A description link, or D-Link, is an author-supplied link to additional information about a piece of content that might otherwise be difficult to access (image, applet, video, etc.).
Transcripts
A transcript is a line by line record of all dialog and action within a video or audio clip.
Video Captions
A video caption is a textual message that is stored in the text track of a video file. The video caption describes the action and dialog for the scene in which it is displayed.

Inserting and Editing

Inserting an element
Inserting an element involves placing that element's markup within the markup of the file. This applies to all insertions, including, but not limited to, direct coding in a text editing mode, choosing an automated insertion from a pull-down menu or tool bar button, "drag-and-drop" style insertions, or "paste" operations.
Editing an element
Editing an element involves making changes to one or more of an element's attributes or properties. This applies to all editing, including, but not limited to, direct coding in a text editing mode, making changes to a property dialog or direct User Interface manipulation.

Selection, Focus, and Events

Views
An authoring tool may offer several views of the same document. For instance, one view may show raw markup, a second may show a structured tree view, a third may show markup with rendered objects while a final view shows an example of how the document may appear if it were to be rendered by a particular browser.
Editing view
What is displayed by the authoring tool to the author during the editing process.
Rendered view
What is displayed by the authoring tool to the author as a means of simulating how a user of the document being edited will interact with the document currently being edited as a published document.
Selection
A selection is a set of elements identified for a particular operation. The user selection identifies a set of elements for certain types of user interaction (e.g., cut, copy, and paste operations). The user selection may be established by the user (e.g., by a pointing device or the keyboard) or via an accessibility Application Programmatic Interface (API). A view may have several selections, but only one user selection.
Current User Selection
When several views co-exist, each may have a user selection, but only one is active, called the current user selection. The selections may be rendered specially (e.g., visually highlighted).
Focus
The focus designates the active element (e.g., link, form control, element with associated scripts, etc.) in a view that will react when the user next interacts with the document.
Markup Language
The term markup language is used in this document to refer to the encoding language of a document, such as HTML, SVG, or MathML.

5 Acknowledgments

Many thanks to the following people who have contributed through review and comment: Jim Allan, Denis Anson, Kynn Bartlett, Harvey Bingham, Judy Brewer, Carl Brown, Dick Brown, Kelly Ford, Wendy Chisholm, Rob Cumming, Daniel Dardailler, Mark Day, BK Delong, Jamie Fox, Sylvain Galineau, Al Gilman, Eric Hansen, Phill Jenkins, Len Kasday, Brian Kelly, Marja-Riitta Koivunen, Jaap van Lelieveld, William Loughborough, Karen McCall, Charles Oppermann, Dave Pawson, Dave Poehlman, Bruce Roberts, Chris Ridpath, Gregory Rosmaita, Jim Thatcher, Irène Vatton, Gregg Vanderheiden, Pawan Vora, Jason White, and Lauren Wood.

If you have contributed to the AU guidelines and your name does not appear please contact the editors to add your name to the list.

6 References

For the latest version of any W3C specification please consult the list of W3C Technical Reports.

[ACCESS-AWARE]
"The Three-tions of Accessibility-Aware HTML Authoring Tools", J. Richards.
[AMAYA]
Amaya W3C's own browser/authoring tool, used to demonstrate and test many of the new developments in Web protocols and data formats. Amaya has a WYSIWYG style of interface. Source code, binaries, and further information are all available at http://www.w3.org/Amaya/.
[APPLE-HI]
"Macintosh Human Interface Guidelines", Apple Computer Inc.
[APROMPT]
A-prompt tool is a freely available example tool developed by the Adaptive Technology Resource Center at the University of Toronto, and the TRACE center at the University of Wisconsin. The source code for the tool is also available at http://aprompt.snow.utoronto.ca
[Auto-tools]
"Techniques For Evaluation And Implementation Of Web Content Accessibility Guidelines", C. Ridpath.
[CSS1]
"CSS, level 1 Recommendation", B. Bos, H. Wium Lie, eds., 17 December 1996, revised 11 January 1999. This CSS1 Recommendation is http://www.w3.org/TR/1999/REC-CSS1-19990111. The latest version of CSS1 is available at http://www.w3.org/TR/REC-CSS1.
[CSS2]
"CSS, level 2 Recommendation", B. Bos, H. Wium Lie, C. Lilley, and I. Jacobs, eds., 12 May 1998. This CSS2 Recommendation is http://www.w3.org/TR/1998/REC-CSS2-19980512. The latest version of CSS2 is available at http://www.w3.org/TR/REC-CSS2.
[CSS2-ACCESS]
"Accessibility Features of CSS", I. Jacobs and J. Brewer, eds., 4 August 1999. This version is http://www.w3.org/1999/08/NOTE-CSS-access-19990804. The latest version of Accessibility Features of CSS is available at http://www.w3.org/TR/CSS-access.
[ED-DEPT]
"Requirements for Accessible Software Design", US Department of Education, version 1.1 March 6, 1997.
[EITAAC]
"EITACC Desktop Software standards", Electronic Information Technology Access Advisory (EITACC) Committee.
[HTML40]
"HTML 4.0 Recommendation", D. Raggett, A. Le Hors, and I. Jacobs, eds., 17 December 1997, revised 24 April 1998. This HTML 4.0 Recommendation is http://www.w3.org/TR/1998/REC-html40-19980424. The latest version of HTML 4.0 is available at http://www.w3.org/TR/REC-html40.
[HTML4-ACCESS]
"WAI Resources: HTML 4.0 Accessibility Improvements", I. Jacobs, J. Brewer, and D. Dardailler, eds. This document describes accessibility features in HTML 4.0.
[IBM-ACCESS]
"Software Accessibility", IBM Special Needs Systems.
[ICCCM]
"The Inter-Client communication conventions manual". A protocol for communication between clients in the X Window system.
[ICE-RAP]
"An ICE Rendezvous Mechanism for X Window System Clients", W. Walker. A description of how to use the ICE and RAP protocols for X Window clients.
[JAVA-ACCESS]
"IBM Guidelines for Writing Accessible Applications Using 100% Pure Java", R. Schwerdtfeger, IBM Special Needs Systems.
[JAVA-CHECKLIST]
"Java Accessibility Guidelines and Checklist", IBM Special Needs Systems.
[JAVA-TUT]
"The Java Tutorial. Trail: Creating a GUI with JFC/Swing". An online tutorial that describes how to use the Swing Java Foundation Class to build an accessible User Interface.
[MATHML]
"Mathematical Markup Language", P. Ion and R. Miner, eds., 7 April 1998, revised 7 July 1999. This MathML 1.0 Recommendation is http://www.w3.org/TR/1998/REC-MathML-19990707. The latest version of MathML 1.0 is available at http://www.w3.org/TR/REC-MathML.
[MS-ACCESS]
"Information for Developers About Microsoft Active Accessibility", Microsoft Corporation.
[MS-ENABLE]
"Accessibility for Applications Designers", Microsoft Corporation.
[MS-SOFTWARE]
"The Microsoft Windows Guidelines for Accessible Software Design". Warning! This is a "self-extracting archive", an application that will probably only run on MS-Windows systems.
[NOTES-ACCESS]
"Lotus Notes Accessibility Guidelines", IBM Special Needs Systems.
[RDF-SYNTAX]
"Resource Description Framework (RDF) Model and Syntax Specification", O. Lassila, R. Swick, eds., 22 February 1999. This RDF Recommendation is http://www.w3.org/TR/1999/REC-rdf-syntax-19990222. The latest version of RDF 1.0 is available at http://www.w3.org/TR/REC-rdf-syntax.
[SEARCHABLE]
"A Comparison of Schemas for Dublin Core-based Video Metadata Representation", J Hunter.
[SUN-DESIGN]
"Designing for Accessibility", Eric Bergman and Earl Johnson. This paper discusses specific disabilities including those related to hearing, vision, and cognitive function.
[SUN-HCI]
"Towards Accessible Human-Computer Interaction", Eric Bergman, Earl Johnson, Sun Microsytems 1995. A substantial paper, with a valuable print bibliography.
[SVG]
"Scalable Vector Graphics (SVG) 1.0 Specification" (Working Draft), J. Ferraiolo, ed. The latest version of the SVG specification is available at http://www.w3.org/TR/SVG/
[TRACE-REF]
"Application Software Design Guidelines", compiled by G. Vanderheiden. A thorough reference work.
[WAI-AUTOOLS]
"Authoring Tool Accessibility Guidelines (Working Draft)", J. Treviranus, J. Richards, I. Jacobs, and C. McCathieNevile eds. The latest draft of the Authoring Tool Accessibility Guidelines is available at http://www.w3.org/WAI/AU/WAI-AUTOOLS.
[WAI-ER]
The Web Accessibility Initiative Evaluation and Repair Tools Working Group tracks and develops tools that can help repair accessibility errors.
[WAI-USERAGENT]
"User Agent Accessibility Guidelines", J. Gunderson and I. Jacobs, eds. The latest version of the User Agent Accessibility Guidelines is available at http://www.w3.org/WAI/UA/WAI-USERAGENT.
[WAI-WEBCONTENT]
"Web Content Accessibility Guidelines 1.0", W. Chisholm, G. Vanderheiden, and I. Jacobs, eds., 5 May 1999. This Recommendation is http://www.w3.org/TR/1999/WAI-WEBCONTENT-19990505. The latest version of the Web Content Accessibility Guidelines 1.0" is available at http://www.w3.org/TR/WAI-WEBCONTENT/.
[WAI-WEBCONTENT-TECHS]
"Techniques for Web Content Accessibility Guidelines 1.0", W. Chisholm, G. Vanderheiden, and I. Jacobs, eds. The latest version of Techniques for Web Content Accessibility Guidelines 1.0 is available at http://www.w3.org/TR/WAI-WEBCONTENT-TECHS/.
[Web-Content-Priority]
Priorities defined by [WAI-WEBCONTENT].
[WHAT-IS]
"What is Accessible Software", James W. Thatcher, Ph.D., IBM, 1997. This paper gives a short example-based introduction to the difference between software that is accessible, and software that can be used by some assistive technologies.
[XHTML10]
XHTML(TM) 1.0: The Extensible HyperText Markup Language" (Working Draft), S. Pemberton et al. The latest version of XHTML 1.0 is available at http://www.w3.org/TR/xhtml1
[XMLGL]
"XML Accessibility Guidelines" (Draft Note), D. Dardailler ed. Draft notes for producing accessible XML document types. The latest version of the XML Accessibility Guidelines is available at http://www.w3.org/WAI/PF/xmlgl.