[Contents] [Techniques] [Checklist]

W3C

Authoring Tool Accessibility Guidelines 2.0

Editor's Draft 15 May 2007

This version:
http://www.w3.org/WAI/AU/2007/WD-ATAG20-20070515/WD-ATAG20-20070515.html
Latest version:
http://www.w3.org/TR/ATAG20/
Previous version:
http://www.w3.org/WAI/AU/2007/WD-ATAG20-20070514/WD-ATAG20-20070514.html
Editors:
Jutta Treviranus, Adaptive Technology Resource Centre , University of Toronto
Jan Richards, Adaptive Technology Resource Centre, University of Toronto
Previous Editors:
Matt May (until June 2005 while at W3C)

Abstract

This specification provides guidelines for designing Web content authoring tools that are more accessible for people with disabilities. An authoring tool that conforms to these guidelines will promote accessibility by providing an accessible user interface to authors with disabilities as well as enabling, supporting, and promoting the production of accessible Web content by all authors.

"Authoring Tool Accessibility Guidelines 2.0" (ATAG 2.0) is part of a series of accessibility guidelines published by the W3C Web Accessibility Initiative (WAI).

Status of this document

This section describes the status of this document at the time of its publication. Other documents may supersede this document. A list of current W3C publications and the latest revision of this technical report can be found in the W3C technical reports index at http://www.w3.org/TR/.

This is an internal Editor's Draft.

Publication as a Working Draft does not imply endorsement by the W3C Membership. This is a draft document and may be updated, replaced or obsoleted by other documents at any time. It is inappropriate to cite this document as other than work in progress.

The Working Group (AUWG) intends to publish ATAG 2.0 as a W3C Recommendation. Until that time Authoring Tool Accessibility Guidelines 1.0 (ATAG 1.0) [ATAG10] is the stable, referenceable version. This Working Draft does not supersede ATAG 1.0.

This document was produced by a group operating under the 5 February 2004 W3C Patent Policy. W3C maintains a public list of any patent disclosures made in connection with the deliverables of the group; that page also includes instructions for disclosing a patent. An individual who has actual knowledge of a patent which the individual believes contains Essential Claim(s) must disclose the information in accordance with section 6 of the W3C Patent Policy.

This document has been produced as part of the W3C Web Accessibility Initiative (WAI). The goals of the AUWG are discussed in the Working Group charter. The AUWG is part of the WAI Technical Activity.

Table of Contents


Introduction

This section is informative, except where noted.

You are reading the Authoring Tool Accessibility Guidelines (ATAG) version 2.0. This document includes recommendations for assisting developers to make their authoring tools more accessible to a wide range of people with disabilities, including blindness and low vision, deafness and hearing loss, learning disabilities, cognitive limitations, limited movement, speech difficulties, and others. However, even content that completely conforms to WCAG may not be fully accessible to every person with a disability.

In order to acheive accessibility authoring tools must address the needs of two (potentially overlapping) user groups:

The guidelines do not include standard usability recommendations except where they have a significantly greater impact on people with disabilities than on other people.

Although some of the accessibility issues of people with cognitive, language, and learning disabilities are addressed by ATAG 2.0, either directly or through assistive technologies, the ATAG 2.0 guidelines do not address many areas of need for people with these disabilities. There is a need for more research and development in this important area.

These guidelines have been written to address the requirements of many different audiences, including, but not limited to:

ATAG 2.0 is part of a series of accessibility guidelines published by the Web Accessibility Initiative (WAI). The relationship between these documents is explained in "Essential Components of Web Accessibility" [COMPONENTS]. For more information on the topic of accessibility, see "How People with Disabilities Use the Web" [PWD-USE-WEB].

This ATAG 2.0 document itself consists of:

Definition of authoring tool

This section is normative.

ATAG 2.0 defines an "authoring tool" as any software, or collection of software components, that authors use to create or modify Web content for publication.

For examples of the range of software covered by this definition, see the examples in the definition of editing view.

Relationship to the Web Content Accessibility Guidelines (WCAG)

At the time of publication, version 1.0 of WCAG is a W3C Recommendation [WCAG10], and a second version of the guidelines is under development [WCAG20]. Note that the two versions have somewhat different Conformance Models.

The Web Content Accessibility Guidelines (WCAG) is the W3C-WAI Recommendation that defines requirements for making Web content accessible to a wide range of people with disabilities. ATAG 2.0 includes a Web Content Accessibility "Benchmark" section that refers to WCAG as the "highly recommended" guideline for judging the accessibility of Web content (see the term "Accessible Web Content") and Web-based authoring tool user interface functionality (see the term "Accessible Authoring Tool User Interface").

The developer of an authoring tool select whichever version of WCAG is most appropriate for the circumstances of a given product, as long as the choice is recorded in the conformance profile. However, consideration should be given to the following when deciding which WCAG version to use:


ATAG 2.0 Guidelines

This section is normative.

How the guidelines are organized

The guidelines are divided into two parts, each reflecting a key aspect of accessible authoring tools. Part A includes principles and associated guidelines that are related to ensuring accessibility of the authoring tool user interface. Part B contains principles and guidelines related to ensuring support for creation of accessible Web content by the tool. The principles in both parts include the following:

Each guideline listed under a principle is intended to be specific enough to be verifiable, while still allowing developers the freedom to meet the guideline in a way that is suitable for their own authoring tools. Each guideline definition includes the following parts. Some parts are normative (i.e., relate to conformance), while others are informative only:

PART A: Make the authoring tool user interface accessible

The guidelines in Part A are intended to increase the accessibility of the authoring experience for authors with disabilities. For this reason, the requirements are narrowly focused on the accessibility of the user interface that authors uses to operate the tool. The accessibility of the Web content produced is addressed in Part B.

The Four Principles in Part A

The guidelines and success criteria in Part A are organized around the following four principles. Authoring tools that facilitate the creation of web content should:

  1. Facilitate access by assistive technology - Assistive technologies (e.g., screen readers, screen magnifiers, on-screen keyboards, voice recognition systems) can only provide augmented display and control to their users if the relevant information is made available by authoring tools using common protocols.
  2. be Perceivable -authors with a wide range of abilities must be able to perceive its user interface controls.
  3. be Operable - authors with a wide range of abilities must be able to operate its user interface controls.
  4. be Understandable - authors with a wide range of abilities must be able to understand the user interface controls that they can perceive and operate.

Tools with Previews

Authors, including those with disabilities, will not be well-served if preview features diverge too much from the actual functionality of available user agents. Therefore, preview features are exempted from necessarily having to meet all of the other requirements in Part A of this guidelines document, if they meet Guideline A.3.8.

PRINCIPLE A.1: Authoring tool must facilitate access by assistive technologies

Guideline A.1.1 [For the authoring tool user interface] Ensure Web-based functionality is accessible. [Techniques]

Rationale: In addition to generally improving the accessiblity of the authoring tool user interface, implementing Web-based functionality (e.g., editing views, documentation) using accessible Web content facilitates communication with assistive technologies via user agents.

Level A Success Criteria for Guideline A.1.1
Level AA Success Criteria for Guideline A.1.1
Level AAA Success Criteria for Guideline A.1.1

Guideline A.1.2 [For the authoring tool user interface] Support interoperability with assistive technologies. [Techniques]

Rationale: Assistive technologies that are used by many people with disabilities (e.g., screen readers, screen magnifiers, on-screen keyboards, voice recognition systems) rely on the authoring tool to provide data and control via prescribed communication protocols (e.g., accessibility platform architectures).

Level A Success Criteria for Guideline A.1.2
  • A.1.2.1 The authoring tool must implement an existing accessibility platform architecture relevant to the platform.
  • A.1.2.2 If any authoring tool user interface functionality is not supported by the implemented accessibility platform architecture(s), then one of the following must be true:
    • (a) a separate accessible equivalent for that functionality that is supported by the implemented accessibility platform architecture(s) is provided and a description of the inaccessible functionality appears in the conformance claim, or
    • (b) an alternative interoperability mechanism (e.g., an extension to the implemented accessibility platform architecture(s)) that enables the functionality to be available to an assistive technology that supported the mechanism is implemented and publicly documented.
Level AA Success Criteria for Guideline A.1.2
  • A.1.2.3 Any deviation from the proper use of the implemented accessibility platform architecture(s) (i.e., lack of use, incomplete use, inappropriate use) as defined by the documentation for the accessibility platform architecture(s) must be documented with the conformance claim.
Level AAA Success Criteria for Guideline A.1.2
  • A.1.2.4 Additional information must be published describing the nature of the implementation of the accessibility platform architecture(s) (e.g., that the long description is different from the associated tool tip).

For Web-based authoring tool user interface functionality: This guideline does not apply to Web-Based tools since their communication with assistive technologies is covered by Guideline A.1.1.

PRINCIPLE A.2: Authoring Tool User Interface must be Perceivable

Guideline A.2.1 [For the authoring tool user interface] Display text alternatives for non-text objects. [Techniques]

Rationale: People who have difficulty perceiving non-text objects are often able to access text alternatives of the same information because there are a variety of ways to display text (e.g., magnification, enhancement, text-to-speech, Braille output)

Level A Success Criteria for Guideline A.2.1
  • A.2.1.1 For content display: All editing views must include an option to display any text alternatives provided for non-text objects in the content being edited that are identifiable by the authoring tool. It is permissable for the authoring tool to automatically change editing views to display the text alternatives (e.g., from WYSIWYG to code-level).
  • A.2.1.2 For user interface "chrome": All non-text objects must have text alternatives that present equivalent information, except for the situations listed below.
    • (a) If a non-text object is a control or accepts user input, then it has a name that describes its purpose.
    • (b) If the purpose of a non-text object is to confirm that content is being accessed by a person rather than a computer, then a descriptive text label describing its purpose is provided and different forms are provided to accommodate different disabilities.
    • (c) If a non-text object provides no information or functionality, or is used only for visual formatting or is not presented to users, then it is implemented such that it can be ignored by assistive technology.
Level AA Success Criteria for Guideline A.2.1
  • (No level AA success criteria for Guideline A.2.1)
Level AAA Success Criteria for Guideline A.2.1
  • (No level AAA success criteria for Guideline A.2.1)

For Web-based authoring tool user interface functionality: Meeting Guideline A.1.1 will serve to meet this guideline.

Guideline A.2.2 [For the authoring tool user interface] Display synchronized alternatives for multimedia. [Techniques]

Rationale: People who have difficulty accessing or interpreting multimedia can have the information made available to them by other means. For example, people who are deaf or have a hearing loss can access auditory information through captions. People who are blind or have low vision, as well as those with cognitive disabilities, who have difficulty interpreting visually what is happening, can receive audio descriptions of visual information.

Level A Success Criteria for Guideline A.2.2
Level AA Success Criteria for Guideline A.2.2
Level AAA Success Criteria for Guideline A.2.2
  • A.2.2.6 For user interface "chrome": If prerecorded multimedia is present, then sign language interpretation must be provided.
  • A.2.2.7 For user interface "chrome": If prerecorded multimedia is present, then accessible alternatives to multimedia must be provided.

For Web-based authoring tool user interface functionality: Meeting Guideline A.1.1 will serve to meet this guideline.

Guideline A.2.3 [For the authoring tool user interface] Ensure display settings are configurable. [Techniques] @@does this need any of the specifics from WCAG 1.4@@

Rationale: Some authors require display settings that differ from the presentation that they intend to define for the published content (e.g., using a high contrast setting during editing content that is not high contrast).

Note: While the success criteria for this guideline are based on the capabilities of the platforms (e.g., operating systems, user agents, GUI toolkits) listed in the conformance profile, additional configuration settings may be provided.

Level A Success Criteria for Guideline A.2.3
  • A.2.3.1 Authors must be able to configure the visual display settings and audio display settings (as applicable) by at least one of the following methods:
    • (a) an option to inherit the platform settings, or
    • (b) content display settings specific to the authoring tool.
  • A.2.3.2 For the content display: Editing views that usually have their display characteristics set by rendering the content being edited (e.g., WYSWYG) must include an option to have the visual and audio display settings override these characteristics without affecting the content (e.g., markup, stylesheets, etc.) being edited.
Level AA Success Criteria for Guideline A.2.3
  • A.2.3.3 If the display settings are specific to the authoring tool (A.2.3.1(b) ), then the authoring tool must provide at least comparable configurable properties with at least comparable configuration ranges as the platform provides.
Level AAA Success Criteria for Guideline A.2.3
  • (No level AAA success criteria for Guideline A.2.3)

Guideline A.2.4 [For the authoring tool user interface] Ensure access to functionality and presentation. [Techniques]

Rationale: Authors need to have access to both the functional significance of presentation and also, in the context of authoring, to the presentation that will be experienced by the end user.

Level A Success Criteria for Guideline A.2.4
  • A.2.4.1 For user interface "chrome": If color is used to convey information (e.g., two icons identical except for color) the same information must also be conveyed in a way that is visually evident without color (e.g., tooltip).
  • A.2.4.2 For content display: If presentation is added to the content display such that color is used to convey information (e.g., red font to highlight code containing a syntax error) at least one of the following must be true:
    • (a) the same information is also conveyed in a way that is visually evident without color (e.g., a syntax error indicator in the margin), or
    • (b) the same information is provided in an alternative version (e.g., a separate syntax-checking utility).
  • A.2.4.3 For content displays: If an editing view (e.g., WYSIWYG) renders any of the following text presentation characteristics and those characteristics are editable by any editing view (e.g., code-level) must be available via an accessibility platform architecture:
    • (a) font,
    • (b) style (e.g., italic, bold),
    • (c) color, and
    • (d) size
  • A.2.4.4 For user interface "chrome": All controls must have their functional purposes made available via an accessibility platform architecture.
  • A.2.4.5 For content display: If presentation is added to the content display by the authoring tool, then the functional purpose for the presentation must be made available via an accessibility platform architecture. (e.g., if a word appears underlined in a code-level editing view because it is misspelled, then the fact that it is a misspelled word must be provided).
Level AA Success Criteria for Guideline A.2.4
  • (No level AA success criteria for Guideline A.2.4)
Level AAA Success Criteria for Guideline A.2.4
  • A.2.4.6 For content displays: Any presentation (text, positioning, etc.) that is rendered in an editing view (e.g., WYSIWYG), must be available via an accessibility platform architecture.

PRINCIPLE A.3: Authoring Tool User Interface must be Operable

Guideline A.3.1 [For the authoring tool user interface] Ensure all functionality is available from a keyboard. [Techniques]

Rationale: Providing alternate keyboard accessibility provides access for people with limited mobility and people with visual disabilities, who cannot rely on hand eye coordination for navigating the user interface.

Notes: This guideline should not discourage the support of other input methods (such as a mouse) in addition to keyboard operation. Also see Guideline A.3.1 when choosing keystrokes.

Level A Success Criteria for Guideline A.3.1
  • A.3.1.1 Authors must be able, through keyboard input alone, navigate to and operate all of the functions included in the authoring tool user interface (e.g., navigating, selecting, and editing content within editing views, operating the user interface "chrome", installing and configuring the tool, and accessing documentation), except freeform drawing. This applies to at least one mechanism per authoring outcome, allowing non-keyboard accessible mechanisms to remain available (e.g., providing resizing with mouse-"handles" and with a properties dialog).
  • A.3.1.2 Authors must have the option to have selection separate from activation (e.g., navigating through the items in a dropdown menu without activating any of the items).
  • A.3.1.3 For user interface "chrome": The author must be able to determine currently available keystrokes at all times (e.g., from a central location such as a list in the help system or a distributed location such as associating shortcuts with menu items).
  • A.3.1.4 For user interface "chrome": The authoring tool must not interfere with keyboard accessibility features of the platform (e.g. StickyKeys, SlowKeys, browser link navigation).
  • A.3.1.5 For content display: Editing views that allow text entry must support the standard text area conventions for the platform including, but not necessarily limited to: character keys, backspace/delete, insert, "arrow" key navigation, page up/page down, navigate to start/end, navigate by paragraph, shift-to-select mechanism, etc.
  • A.3.1.6 For user interface "chrome": Authors must have the option of single-key navigation of enabled controls in the user interface "chrome" (e.g., using "tab" key).
  • A.3.1.7 For user interface "chrome": Authors must have the option of key-plus-modifier-key (or single-key) navigation for both of the following:
    • (a) moving the focus to the previous enabled control (e.g., using "shift-tab" key combination), and
    • (b) navigating between panels or windows (if any) (e.g., using "ctrl-tab" key combination).
Level AA Success Criteria for Guideline A.3.1
  • A.3.1.8 For user interface "chrome": If the author has the option to modify the keyboard settings, any modifications must be saved between authoring sessions.
  • A.3.1.9 For user interface "chrome": If any of the following functionalities are implemented by the authoring tool, the author must have the option to enable key-plus-modifier-key (or single-key) access to them:
    • (a) open help system,
    • (b) open new content,
    • (c) open existing content,
    • (d) save content,
    • (e) close content,
    • (f) cut/copy/paste,
    • (g) undo/redo, and
    • (h) open find/replace function.
Level AAA Success Criteria for Guideline A.3.1
  • (No level AAA success criteria for Guideline A.3.1)

For Web-based authoring tool user interface functionality: Web-based authoring tools may rely on the keyboard navigation functions of the user agent listed in the conformance profile to satisfy some of these success criteria.

Guideline A.3.2 [For the authoring tool user interface] Ensure authors can configure access to selectable items. [Techniques]

Rationale: People who have limited mobility benefit from quick access to the items that they use frequently.

Level A Success Criteria for Guideline A.3.2
  • (No level A success criteria for Guideline A.3.2)
Level AA Success Criteria for Guideline A.3.2
Level AAA Success Criteria for Guideline A.3.2
  • A.3.2.2 For the user interface "chrome": At least one control container (e.g., toolbar) in which selectable items can be activated by a single action must be provided, where both of the following are true:
    • (a) authors can select which items are included in the container, from the set of all selectable items, and
    • (b) authors can modify the order that the items appear in the container.

Guideline A.3.3 [For the authoring tool user interface] Ensure authors can control time limits. [Techniques]

Rationale: People who have difficulty typing, operating the mouse, or processing information can be prevented from using systems with short time limits.

Level A Success Criteria for Guideline A.3.3
  • A.3.3.1 If an authoring tool ends an authoring session due to a time limit (e.g., authenticated session expires), then the content being edited must not be lost.
  • A.3.3.2 If the authoring tool imposes time limits on authoring sessions (e.g., to mediate collaborative authoring), then authors must have the option of setting the time limit to be at least five times the length of the default setting.
  • A.3.3.3 For the user interface "chrome": Functionality used to edit content must not move, blink, or scroll unless one of the following is true:
    • (a) the author can stop this behavior, or
    • (b) equivalent functionality that does not have this behavior is provided.
Level AA Success Criteria for Guideline A.3.3
  • A.3.3.4 If the authoring tool imposes time limits on authoring sessions (e.g., to mediate collaborative authoring), then authors must have the option of setting the time limit to be at least ten times the length of the default setting.
Level AAA Success Criteria for Guideline A.3.3
  • A.3.3.5 Authoring tool must not impose time limits on authoring sessions.

Guideline A.3.4 [For the authoring tool user interface] Ensure authors can avoid flashing that could cause seizures. [Techniques]

Rationale: Flashing can cause seizures in people with photosensitive epilepsy.

Level A Success Criteria for Guideline A.3.4
  • A.3.4.1 For content display: If an editing view (e.g., WYSIWYG) is capable of rendering content that violates the general flash or red flash thresholds, then the authoring tool must include both of the following:
    • (a) a simple escape action (e.g. "Escape" key) that allows authors to do one of the following:
      • i. switch to a mode in the current editing view in which flashing that violates the general flash or red flash thresholds no longer occurs,
      • ii. switch to an editing view that does not render flashing content (e.g., code-level) or
      • iii. close the content.
    • (b) an option to turn on a reminder to authors of the simple escape action (see (a) above), whenever any content is opened, in case flashing does appear.
  • A.3.4.2 For user interface "chrome": There must not be any violation of the general flash or red flash thresholds.
Level AA Success Criteria for Guideline A.3.4
  • @@NEW: A.3.4.2 For content display: If an editing view is capable of rendering content that violates the general flash or red flash thresholds, then the authoring tool must include an option to render this content such that flashing that violates the general flash or red flash thresholds no longer occurs. @@
Level AAA Success Criteria for Guideline A.3.4
  • (No level AAA success criteria for Guideline A.3.4)

Guideline A.3.5 [For the authoring tool user interface] Provide navigation and editing via content structure. [Techniques]

Rationale: People who have difficulty typing or operating the mouse benefit when the structure that may be inherent in certain content can be used to navigate more efficiently within editing views and to perform edits.

Level A Success Criteria for Guideline A.3.5
Level AA Success Criteria for Guideline A.3.5
  • A.3.5.2 If an editing view displays a structured element set, authors must be able with a simple action to move the editing focus from any element to other elements in the set with any of the following relationships (if they exist):
    • (a) the element immediately above (i.e., parent),
    • (b) the first element immediately below (i.e., child),
    • (c) the element immediately preceding at the same level (i.e., previous sibling), and
    • (d) the element immediately following at the same level (i.e., next sibling).
Level AAA Success Criteria for Guideline A.3.5
  • (No level AAA success criteria for Guideline A.3.5)

Guideline A.3.6 [For the authoring tool user interface] Provide text search. [Techniques]

Rationale: People who have difficulty typing or operating the mouse benefit from the ability to navigation to arbitrary points within editing views.

Level A Success Criteria for Guideline A.3.6
  • (No level A success criteria for Guideline A.3.6)
Level AA Success Criteria for Guideline A.3.6
  • A.3.6.1 For content display: A text search function must be provided that has access to any textual information (including text content, text alternatives for non-text objects, metadata, markup) that is editable in any editing view. It is permissable for the authoring tool to automatically change editing views to display the search results (e.g., from WYSIWYG to code-level in order to search markup).
Level AAA Success Criteria for Guideline A.3.6
  • (No level AAA success criteria for Guideline A.3.6)

For Web-based authoring tool user interface functionality: Web-based authoring tools may rely on the "find" function of the user agent to help perform the searches, as long as the applicable user agent(s) are specified in the conformance profile.

Guideline A.3.7 [For the authoring tool user interface] Permit multiple sets of preferences. [Techniques]

Rationale: Providing the ability to save and reload sets of keyboard and display preference settings benefits people using multi-user tools as well as people who have needs that differ over time (e.g., due to fatigue).

Level A Success Criteria for Guideline A.3.7
  • (No level A success criteria for Guideline A.3.7)
Level AA Success Criteria for Guideline A.3.7
  • (No level AA success criteria for Guideline A.3.7)
Level AAA Success Criteria for Guideline A.3.7
  • A.3.8.1 Authors must be able to save and reload sets of preferences (e.g., personal profiles, personal settings), where each set contains preferences related to the following (if present):

Guideline A.3.8 [For the authoring tool user interface] Ensure previews are as accessible as existing user agents. [Techniques]

Rationale: Preview features are provided in many authoring tools because the workflow of authors often includes periodically checking how content will appear to end users in a user agent. Authors with disabilities need to be able to follow the same workflow.

Notes: Previews are treated differently than editing views (See tools with previews). Also the accessibility of the content display of a preview will be negatively affected if the content being rendered is inaccessible or incomplete.

Level A Success Criteria for Guideline A.3.8
  • A.3.8.1 If a preview is provided, then a mechanism for returning from the preview (i.e., moving focus back from, exiting from) must be provided that meets Guideline A.3.1 and is documented in the help system.
  • A.3.8.2 If a preview is provided, then it must meet at least one of the following:
    • (a) the preview makes use of an existing user agent (specified in the conformance profile) (e.g., opening the content in a third-party browser or browser component),
    • (b) the preview meets all of the Level A guidelines in Part A of these guidelines, or
    • (c) the preview conforms to a version of UAAG [UAAG].
Level AA Success Criteria for Guideline A.3.8
  • (No level AA success criteria for Guideline A.3.8)
Level AAA Success Criteria for Guideline A.3.8
  • (No level AAA success criteria for Guideline A.3.8)

PRINCIPLE A.4: Authoring Tool User Interface must be Understandable

Guideline A.4.1 [For the authoring tool user interface] Follow the accessibility conventions of the platform. [Techniques]

Rationale: People are often familiar with accessibility conventions employed by other applications built for a platform, so departures from the conventions of the platform may be disorienting.

Level A Success Criteria for Guideline A.4.1
  • A.4.1.1 Focus and selection conventions for the current platform (specified in the conformance profile) must be followed.
  • A.4.1.2 For user interface "chrome": Keyboard accessibility configuration conventions (e.g., default accelerator key bindings) for the platform (specified in the conformance profile) must be followed.
Level AA Success Criteria for Guideline A.4.1
  • (No level AA success criteria for Guideline A.4.1)
Level AAA Success Criteria for Guideline A.4.1
  • (No level AAA success criteria for Guideline A.4.1)

For Web-based authoring tool user interface functionality: Meeting Guideline A.1.1 will serve to meet this guideline.

Guideline A.4.2 [For the authoring tool user interface] Make functionality predictable. [Techniques]

Rationale: People who may become easily disoriented benefit when authoring tool user interfaces are consistent and predictable.

Level A Success Criteria for Guideline A.4.2
  • (No level A success criteria for Guideline A.4.2)
Level AA Success Criteria for Guideline A.4.2
  • A.4.2.1 For user interface "chrome": Controls that are identified by the same text label or icon must perform the same function (e.g., "scissors" icon should not be used to label two different functions).
  • A.4.2.2 For user interface "chrome": When the same function (e.g., saving, running a checker or canceling an action) is available in multiple places (e.g., on multiple windows), at least one method of controlling the function must be available in each place using the same text label or icon.
Level AAA Success Criteria for Guideline A.4.2
  • (No level AAA success criteria for Guideline A.4.2)

Guideline A.4.3 [For the authoring tool user interface] Provide an undo function. [Techniques] @@moved from A.3@@

Rationale: People who have difficulty making fine movements may be prone to making unintended actions.

Note: It is acceptable to collect text entry actions (e.g., typed words, a series of backspaces) into a single author action.

Level A Success Criteria for Guideline A.4.3
  • A.4.3.1 Author actions that modify content must be either reversible by an "undo" function or include a warning to the author that the action is irreversible. An authoring tool may have certain committing actions (e.g., "save" function) that reset the undo history.
Level AA Success Criteria for Guideline A.4.3
  • A.4.3.2 For content display: Authors must be able to immediately reverse the most recent undo(s) (i.e., a "redo" function).
Level AAA Success Criteria for Guideline A.4.3
  • A.4.3.3 For content display: If the most recent author action is a reversible action, an undo function must be provided that is able to reverse at least 5 consecutive reversible actions.

For Web-based authoring tool user interface functionality: Web-based authoring tools may rely on the "undo" function of the user agent to perform the undo function for some editing actions that do not involve server communication (e.g., typing in a text area), as long as the applicable user agent(s) are specified in the conformance profile.

Guideline A.4.4 [For the authoring tool user interface] Document the user interface including all accessibility features. [Techniques]

Rationale: While intuitive user interface design is valuable to many authors, some people may still not be able to understand or be able to operate the authoring tool user interface without proper documentation.

Level A Success Criteria for Guideline A.4.4
  • A.4.4.1 For user interface "chrome": At least one version of the documentation must either be:
    • plain text format,
    • Web content and conform to a minimum level of Web content accessibility (although it is not necessary for the documentation to be delivered on-line), or
    • not be Web content and conform to a published accessibility benchmark that is identified in the conformance claim (e.g., when platform-specific documentation systems are used).
  • A.4.4.2 For user interface "chrome": All features that are specifically required to meet Part A of these guidelines (e.g. keyboard shortcuts, text search, etc.) must be documented.
Level AA Success Criteria for Guideline A.4.4
  • (No level AA success criteria for Guideline A.4.4)
Level AAA Success Criteria for Guideline A.4.3
  • A.4.4.3 Provide an accessibility option-setting "wizard" in which the author determines which options within at least Part A to activate.

PART B: Support the production of accessible content

The guidelines in Part B are intended to increase the accessibility of the Web content produced by any author to end users with disabilities. While the requirements in this part do not deal with the accessibility of the authoring tool user interface, it should be noted that any of the features (e.g., checker, tutorial) added to meet Part B must also meet the user interface accessibility requirements of Part A.

PRINCIPLE B.1: Production of accessible content must be enabled

The creation of accessible content is dependent on the combined actions of the tool and the author. This guideline delineates the responsibilities that rest exclusively with the tool.

Guideline B.1.1 Support content types that enable the creation of content that is accessible. [Techniques]

Rationale: Using content types with published Web content accessibility benchmarks facilitates accessibility evaluation.

Level A Success Criteria for Guideline B.1.1
Level AA Success Criteria for Guideline B.1.1
  • (No level AA success criteria for Guideline B.1.1)
Level AAA Success Criteria for Guideline B.1.1
  • (No level AAA success criteria for Guideline B.1.1)

Guideline B.1.2 Ensure the authoring tool preserves accessibility information. [Techniques]

Rationale: Accessibility information is critical to maintaining comparable levels of accessibility across transformations and conversions.

Level A Success Criteria for Guideline B.1.2
Level AA Success Criteria for Guideline B.1.2
Level AAA Success Criteria for Guideline B.1.2
  • (No level AAA success criteria for Guideline B.1.2)

Guideline B.1.3 Ensure automatically generated content is accessible. [Techniques]

Rationale: Authoring tools that automatically generate content that is not accessible impose additional repair tasks on authors.

Note: If accessibility information is required from authors during the automatic generation process, see Guideline B.2.1.

Note: The requirements below are not applicable if: (a) the author has caused the production of the inaccessible content (e.g. by ignoring prompts for accessibility information), or (b) the author has specifically allowed the production of inaccessible content (e.g., by suppressing evaluation warnings).

Level A Success Criteria for Guideline B.1.3
Level AA Success Criteria for Guideline B.1.3
Level AAA Success Criteria for Guideline B.1.3

@@MOVED TO B.2@@

Guideline B.1.4 Ensure pre-authored content for the authoring tool is accessible. [Techniques]

Rationale: Pre-authored content, such as templates, images, and videos, is often included with authoring tools for use by authors. When this content is accessible, it is more convenient for authors and more easily reused.

Note: If accessibility information is required from authors during use, see Guideline B.2.1.

Level A Success Criteria for Guideline B.1.4
  • B.1.4.1 If the authoring tool controls the choice of template, then each chosen template must meet the level "A" Web content accessibility benchmarks.
  • B.1.4.2 If the authoring tool provides a repository of pre-authored content (e.g., templates, clip art, graphical widgets), then both of the following must be true:
    • the objects in the repository are be marked with an accessibility status (e.g. their web content accessibility level or "unknown") and
    • the authoring tool notifies the authors of the contents' accessibility status prior to use.
Level AA Success Criteria for Guideline B.1.4
Level AAA Success Criteria for Guideline B.1.4

PRINCIPLE B.2: Authors must be supported in the production of accessible content

Actions may be taken at the author's initiative that may result in accessibility problems. The authoring tool should include features that provide support and guidance to authors in these situations, so that accessible authoring practices can be followed and accessible web content can be produced.

Guideline B.2.1 Prompt authors to create accessible content. [Techniques]

Rationale: The authoring tool should prompt authors to prevent them from making decisions or omissions that cause accessibility problems to accumulate.

Note: Different tool developers will accomplish this goal in ways that are appropriate to their products, processes, and authors.

Level A Success Criteria for Guideline B.2.1
Level AA Success Criteria for Guideline B.2.1
Level AAA Success Criteria for Guideline B.2.1

Guideline B.2.2 Assist authors in checking for accessibility problems. [Techniques]

Rationale: Authors may not be able to check for accessibility problems without assistance from the authoring tool.

Notes: While automated checking and more advanced implementations of semi-automated checking may improve the authoring experience, this is not required to meet the success criteria for this guideline. This guideline does not apply to authoring tools that constrain authoring choice to such a degree that it is not possible to introduce accessibility problems.

Level A Success Criteria for Guideline B.2.2
  • B.2.2.1 An individual check must be associated with each level "A" Web content accessibility benchmark.
  • B.2.2.2 Checking must be available as an option to authors prior to the end of the authoring session .
  • B.2.2.3 For any checks that require author judgement to determine if a potential accessibility problem is correctly identified, instructions must be provided to authors to help them decide. Blanket questions, such as "does the page meet all of the requirements?", are not acceptable.
  • B.2.2.4 The appropriate range (e.g., element, group of elements, entire file, etc.) for each potential accessibility problem must be identified.
Level AA Success Criteria for Guideline B.2.2
  • B.2.2.5 An individual check must be associated with each level "AA" Web content accessibility benchmark.
  • B.2.2.6 An option to view a list of any accessibility problems detected during checking must be provided prior to the end of the authoring session.
  • B.2.2.7 The accessibility status of content must be saved to facilitate interoperability between checking and repair tools.
Level AAA Success Criteria for Guideline B.2.2

Guideline B.2.3 Assist authors in repairing accessibility problems. [Techniques]

Rationale: Repair assistance by the authoring tool may simplify the task for some authors, and make it possible for others.

Note: Repair assistance may be provided in any of the following ways: (a) repair instructions for authors to follow that are specific to the accessibility problem, (b) an automated repair mechanism, or semi-automated repair mechanism.

Level A Success Criteria for Guideline B.2.3
Level AA Success Criteria for Guideline B.2.3
Level AAA Success Criteria for Guideline B.2.3

Guideline B.2.4 Assist authors to manage, edit, and reuse equivalent alternatives for non-text objects. [Techniques]

Rationale: Improperly generated equivalent alternatives can create accessibility problems and interfere with accessibility checking.

Notes: Text alternatives should not be generated from unreliable sources. File names are generally not acceptable, although in some cases they will be (e.g., if they store alternatives previously entered by authors).

Level A Success Criteria for Guideline B.2.4
Level AA Success Criteria for Guideline B.2.4
  • B.2.4.2 If candidate text alternatives for non-text objects are offered to authors, then the source of the alternatives for each object must be at least one of the following:

    • (a) text alternatives previously entered by authors for the non-text object (e.g., by the same author, or another author on a collaborative system),
    • (b) text alternatives stored with the non-text object in an image database (or equivalent), or
    • (c) null text alternatives for non-text objects that are only used for visual formatting.
Level AAA Success Criteria for Guideline B.2.4
  • B.2.4.3 Authors must have the opportunity to store for future re-use both of the following author-assigned equivalent alternatives for non-text objects (as applicable):

Guideline B.2.5 Assist authors to use accessible templates and other pre-authored content. [Techniques] @@moved from B.1.4@@

Rationale: Templates and other pre-authored content (e.g., clip art, multimedia, graphical widgets, etc.) is often included with authoring tools for use by authors. When this content is accessible, it is more convenient for authors and more easily reused.

Notes: Templates may be complicated to check for accessibility due to their inherent incompleteness. The accessibility status of templates is instead measured by the accessibility of content created through their proper use. See Guideline B.2.4 for non-text objects.

Level A Success Criteria for Guideline B.2.5
  • B.2.5.1 Any template chosen by the authoring tool must meet the level "A" Web content accessibility benchmarks when used.
  • B.2.5.2 If the authoring tool provides authors with a template selection mechanism, then all of the following must be true:
    • (a) the template selection mechanism must recognize at least one technique for tagging the accessibility status of templates,
    • (b) the template selection mechanism notifies the authors of the accessibility status of any tagged templates (including if the status is unknown) prior to use, and
    • (c) any accessible templates have at least equal prominence with other templates in the template selection mechanism.
  • B.2.5.3 If the authoring tool provides a repository of templates then all of the templates must be tagged either with an accessibility status or an indication that the accessibility status is unknown.
Level AA Success Criteria for Guideline B.2.5
  • B.2.5.4 Any template chosen by the authoring tool must meet the level "AA" Web content accessibility benchmarks, when used.
  • B.2.5.5 If the authoring tool allow authors to create new templates for later use by a template selection mechanism, there must be an option to tag the accessibility status of the new templates.
  • B.2.5.6 If the authoring tool provides a repository of other pre-authored content (e.g., clip art, multimedia, graphical widgets, etc.) then all of the content must be tagged either with an accessibility status or an indication that the accessibility status is unknown.
Level AAA Success Criteria for Guideline B.2.5

Guideline B.2.6 Provide authors with a tutorial on the process of accessible authoring. [Techniques]

Rationale: Authors are more likely to use features that promote accessibility, if they understand when and how to use them.

Level A Success Criteria for Guideline B.2.6
  • (No level A success criteria for Guideline B.2.6)
Level AA Success Criteria for Guideline B.2.6
  • (No level AA success criteria for Guideline B.2.6)
Level AAA Success Criteria for Guideline B.2.6
  • B.2.6.1 A tutorial on the accessible authoring process that is specific to the authoring tool must be provided.

PRINCIPLE B.3: Accessibility solutions must be promoted and integrated

This guideline includes guidelines that require authoring tools to raise the profile of accessible authoring, while at the same time, integrating functions related to accessibility in order to encourage authors to make them common practice.

Note: In addition to the normative requirements of this guideline, implementers should also consider close integration of features that support accessible authoring with the "look-and-feel" of other features of the authoring tool. This type of integration has the potential to:

  • produce a more seamless product;
  • leverage the existing knowledge and skills of authors;
  • make authors more receptive to new authoring requirements; and
  • reduce the likelihood of confusion.

However, whenever new features are introduced into an authoring tool, striking the right design balance between the similarity with existing features and the provision of new functionality is often more of an art than a science.

Guideline B.3.1 Ensure the most accessible authoring action for achieving an authoring outcome is given prominence. [Techniques]

Rationale: Authors are most likely to use the first and easiest authoring action they encounter in the authoring tool user interface that achieves their intended authoring outcome.

Level A Success Criteria for Guideline B.3.1
  • B.3.1.1 If the authoring tool provides more than one authoring action that achieves the same authoring outcome, then any of these actions that utilize accessible authoring practices must be at least as prominent as any of these action(s) that do not (@@e.g., if tabular data can be added using preformatted text or table markup, the more accessible table markup practice is more prominent).
Level AA Success Criteria for Guideline B.3.1
  • (No level AA success criteria for Guideline B.3.1)
Level AAA Success Criteria for Guideline B.3.1

Guideline B.3.2. Ensure sequential authoring processes integrate accessible authoring practices. [Techniques]

Rationale: When accessibility is addressed early and continuously, there is less chance that accessibility problems will accumulate.

Level A Success Criteria for Guideline B.3.2
  • (No level A success criteria for Guideline B.3.2)
Level AA Success Criteria for Guideline B.3.2
  • B.3.2.1 Interactive features that sequence author actions (e.g., object insertion dialogs, templates, wizards) must provide any accessibility prompts relevant to the content being authored at or before the first opportunity to successfully complete the interactive feature.
  • B.3.2.2 Instructions (e.g., tutorials, reference manuals, design guides) that include a sequence of steps for authors to follow must include the relevant accessibility authoring practices in the step sequence before the first opportunity to successfully complete the sequence.
Level AAA Success Criteria for Guideline B.3.2
  • (No level AAA success criteria for Guideline B.3.2)

Guideline B.3.3 Ensure features of the authoring tool supporting the production of accessible content are available. [Techniques] @@JR: Combination of old B.3.3 and B.3.4@@

Rationale: The accessible content support features will be more likely to be used if they are turned on and are afforded reasonable prominence within the authoring tool user interface.

Level A Success Criteria for Guideline B.3.3
  • B.3.3.1 All accessible content support features must be active by default.
  • B.3.3.2 If authors deactivate an accessible content support feature, then they must always have the option to reactivate the feature.
Level AA Success Criteria for Guideline B.3.3
  • B.3.3.3 If authors deactivate an accessible content support feature, then the authoring tool must inform the authors that this may increase the risk of content accessibility problems.
  • B.3.3.4 Accessible content support features must be at least as prominent as any corresponding features related to other types of Web content problems (e.g., invalid markup, syntax errors, spelling and grammar errors).
Level AAA Success Criteria for Guideline B.3.3
  • B.3.3.4 Settings for accessible content support features must be saved between authoring sessions.

Guideline B.3.4 Ensure features of the authoring tool supporting the production of accessible content are documented. [Techniques]

Rationale: Without documentation of the features that support the production of accessible content (e.g., prompts for alternatives, accessibility checkers), some authors may not be able to find or use them.

Level A Success Criteria for Guideline B.3.4
Level AA Success Criteria for Guideline B.3.4
  • (No level AA success criteria for Guideline B.3.4)
Level AAA Success Criteria for Guideline B.3.4
  • (No level AAA success criteria for Guideline B.3.4)

Guideline B.3.5 Ensure any authoring practices demonstrated in documentation are accessible. [Techniques]

Rationale: Demonstrating accessible authoring as routine practice will encourage its acceptance by some authors.

Level A Success Criteria for Guideline B.3.5
  • (No level A success criteria for Guideline B.3.5)
Level AA Success Criteria for Guideline B.3.5
Level AAA Success Criteria for Guideline B.3.5
  • B.3.5.2 Any examples of authoring practices in documentation must demonstrate level "AA" accessible authoring practices. An exception is allowed for examples that are specifically intended to show inaccessible practices to be avoided

Conformance

This section is normative.

Conformance means that the authoring tool satisfies the success criteria defined in the guidelines section. This section outlines the conformance scheme used throughout this document.

Conformance Levels

Authoring tools may claim full conformance to ATAG 2.0 at one of three conformance levels. The level achieved depends on the level of the success crieteria that have been satisfied. The full conformance levels are:

  1. Full ATAG 2.0 Conformance at Level "A"
    The authoring tool satisfies all of the Level A success criteria.
  2. Full ATAG 2.0 Conformance at Level "Double-A"
    The authoring tool satisfies all of the Level A and Level AA success criteria.
  3. Full ATAG 2.0 Conformance at Level "Triple-A"
    The authoring tool satisfies all of the success criteria.

In addition, a Partial Conformance claim option is available in cases where an authoring tool has satisfied all of the success criteria at a specified level in one of the two Parts of the document (i.e. "Part A: Make the authoring tool user interface accessible" and "Part B: Support the production of accessible content"). The partial conformance levels are:

  1. Partial ATAG 2.0 Conformance Level "A": Authoring Tool User Interface
    The authoring tool satisfies all of the Level A success criteria in Part A. Nothing is claimed about Part B.
  2. Partial ATAG 2.0 Conformance Level "Double-A": Authoring Tool User Interface
    The authoring tool satisfies all of the Level A and Level AA success criteria in Part A. Nothing is claimed about Part B.
  3. Partial ATAG 2.0 Conformance Level "Triple-A": Authoring Tool User Interface
    The authoring tool satisfies all of the success criteria in Part A. Nothing is claimed about Part B.
  4. Partial ATAG 2.0 Conformance Level "A": Content Production"
    The authoring tool satisfies all of the Level A success criteria in Part B. Nothing is claimed about Part A.
  5. Partial ATAG 2.0 Conformance Level "Double-A": Content Production"
    The authoring tool satisfies all of the Level A and Level AA success criteria in Part B. Nothing is claimed about Part A.
  6. Partial ATAG 2.0 Conformance Level "Triple-A": Content Production"
    The authoring tool satisfies all of the success criteria in Part B. Nothing is claimed about Part A.

Note: The Working Group remains committed to the guiding principle that: "Everyone should have the ability to create and access Web content". Therefore, it is recommended that Partial Conformance be claimed as a step towards full conformance.

Success Criteria

Each success criteria is assigned one of three (3) levels.

(If a guideline success criterion is not applicable to an authoring tool, then that success criterion is treated as met for conformance purposes as long as a rartionale is provided.)

Web Content Accessibility "Benchmark" Document

The purpose of the Web Content Accessibility "Benchmark" document is to precisely specify the evaluator's interpretation of what "accessible Web content" means with respect to the particular content type(s) that are produced by the authoring tool or are used to implement Web-based user interface functionality of the authoring tool (if applicable). This precise interpretation helps the evaluator to judge the completeness and consistency of accessibility-related authoring tool functions that must interoperate, such as accessibility prompting, evaluation, and repair functions. In addition, because the Benchmark must be made public, it allows claims to be more fully checked for accuracy.

What does a Web Content Accessibility Benchmark document include?

A Benchmark document must be publicly published on the Web (the URI will appear in the conformance claim) under a license that permits it to be copied (so that it can be included in other conformance claims), although not necessarily modified. The benchmark document must include:

  1. The name and version of the content type(s) covered by the Benchmark document (e.g., "HTML 4.01" or "SVG 1.0 and PNG images") and optionally the URI of the specification(s). The version may be a defined range.
  2. The version and URI of the Web content accessibility standard that is being used as a basis for the Benchmark document (e.g., "WCAG 2.0 Working Draft, http://www.w3.org/TR/WCAG20/") (See Note on other Accessibility Standards).
  3. The target level of the Benchmark. This is the level that would be met by Web content that implements all of the benchmarks in the Benchmark document. There are three (3) possible levels:
  4. Any assumptions about user agents available to authors or end users.
  5. The benchmarks: For each normative requirement of the accessibility standard at the target level, one of the following must be provided:
    • at least one benchmark technique for meeting the normative requirement using the content type (e.g., HTML 4.01 benchmark techniques for each WCAG 2.0 Level A success criteria), or
    • an explanation of why that normative requirement is not applicable to the content type(s) in question (e.g., for a text-only format, normative requirements related to images would be considered not applicable)

Note on other Accessibility Standards: ATAG 2.0 addresses how authoring tools can be designed to encourage authors to create accessible content. While the Working Group highly recommends the W3C-WAI Web Content Accessibility Guidelines due to the quality of the document and the process under which it was developed, other Recommendations, Standards, and Regulations with the same goal exist in jurisdictions and organizations around the world.

Is a Web Content Accessibility Benchmark document normative?

A Web Content Accessibility Benchmark document may be based on informative documents, such as WCAG Techniques, and should not therefore be considered "normative". Instead, the document serves as a "relied upon" reference for a particular conformance claim when it is included in that claim. The reference helps the evaluator to judge the completeness and consistency of accessibility-related authoring tool functions that must interoperate, such as accessibility prompting, evaluation, and repair functions.

Who can create a Web Content Accessibility Benchmark?

A Benchmark can be created by any any person, company or other organization. However, in the interest of being able to directly compare the evaluations of authoring tools that produce the same content types, the Working Group suggests checking to see if a Benchmark document has already been published, before creating a new one.

What resources are available to help create a Web Content Accessibility Benchmark?

The Working Group suggests the following:

Conformance Claims

A conformance claim is an assertion by a claimant that an authoring tool has satisfied the requirements of a chosen ATAG 2.0 conformance profile.

Conditions on Conformance Claims

Required Components of an ATAG 2.0 Conformance Claim

  1. The date of the claim.
  2. The guidelines title, version, publishing date and status (e.g., "Authoring Tool Accessibility Guidelines 2.0, 27 April 2007, Editor's Draft ")
  3. The name of the authoring tool and sufficient additional information to specify the version (e.g., vendor name, version number, minor release number, required patches or updates, natural language of the user interface or documentation).
    • The version information may be a range (e.g., "this claim refers to version 6.x").
    • If the authoring tool is a collection of software components (e.g., a markup editor, an image editor, and a validation tool), then information must be provided separately for each component, although the conformance claim will treat them as a whole.
  4. The conformance profile, which must include the following:
    • (a) The ATAG 2.0 conformance level that has been satisfied (choose one of: "A", "Double-A", "Triple-A").
    • (b) A list of the content type(s) produced by the authoring tool that are covered by the claim.
      • The list must include at least one content type for the conformance claim to be valid.
      • When content types are typically produced together (e.g., HTML and JavaScript), they can be listed separately or together in the list.
      • Each of the content types in this list must include a Web content accessibility benchmark document for that content type.
    • (c) A list of any other content type(s) produced by the authoring tool that are not covered by the claim.
    • (d) The platform(s) upon which all or part (e.g., help system) of the authoring tool was evaluated:
      • For user agent platform(s) used to evaluate Web-Based user interface functionality, provide:
        • The name and version information of the user agent(s).
        • The version and URI of the Web Content Accessibility Guidelines document used to evaluate the accessibility of the Web-based functionality.
      • For platforms that are not user agents, provide:
        • The name and version information of the platform(s) (e.g., operating system, Java virtual machine, etc.).
        • The name and version of the accessibility platform architecture(s) employed.

Optional Components of an ATAG 2.0 Conformance Claim

  1. A description of the authoring tool that identifies the types of authoring tool functions that are present in the tool. Choose one or more of: Code-level authoring functions, WYSIWYG authoring functions, object oriented authoring functions, or indirect authoring functions.
  2. Any additional information about the tool, including progress towards the next conformance level.
  3. A description of how the normative ATAG 2.0 success criteria were met where this may not be obvious.

"Progress Towards Conformance" Statement

Developers of authoring tools that do not yet conform fully to a particular ATAG 2.0 conformance level are encouraged to publish a statement on progress towards conformance. This statement would be the same as a conformance claim except that this statement would specify an ATAG 2.0 conformance level that is being progressed towards, rather than one already satisfied, and report the progress on success criteria not yet met. The author of a "Progress Towards Conformance" Statement is solely responsible for the accuracy of their statement. Developers are encouraged to provide expected timelines for meeting outstanding success criteria within the Statement.

Disclaimer

Neither W3C, WAI, nor WAI-AUWG take any responsibility for any aspect or result of any ATAG 2.0 conformance claim or Web Content Accesssibility Benchmark document.


Appendix A: Glossary

This section is normative.

accessibility platform architecture
A programmatic interface that is specifically engineered to communicate with assistive technologies. Examples include MSAA and IAccessible2 for Windows applications, Gnome Accessibility Toolkit API for Gnome, Java Access for Java applications.
accessibility problem, authoring tool user interface
An aspect of an authoring tool user interface that fails to meet one of the guideline success criteria in Part A. The severity of a given problem is reflected in the level of the failed success criteria.
accessibility problem, Web content
An aspect of Web content that fails to meet some accessibility requirement. In ATAG 2.0, the severity of a given problem is relative and is determined by the accessibility standard referenced by the Web content accessibility benchmark.
accessible Web content
Web content (e.g., output of an authoring tool) that is free of accessibility problems. Usually this refers to a particular level of accessibility (e.g., Web content that meets Level "A" Web content accessibility).
accessible authoring tool user interface
An authoring tool user interface that meets the success criteria in Part A. The level of accessibility is determined by the level of the satisfied success criteria.
accessibility information
Any information that is necessary for undertaking an accessible authoring practice. This information differs according to content type and may include, but is not always limited to, equivalent alternatives.
accessible authoring practice
A technique for creating Web content that avoids or corrects a Web content accessibility problem. Accessible authoring practices may be undertaken by either authors or the authoring tool and may or may not require accessibility information.
accessible content support features
All of the features of an authoring tool that play a role in satisfying the success criteria for guidelines B.2.1, B.2.2, B.2.3, B.2.4, B.2.5 and B.2.6.
alert
A user interface mechanism that makes authors aware of something that may require a response. The author response is not necessarily immediately required.
audio description (also called "Described Video", "Video Description" and "Descriptive Narration" )
An equivalent alternative that takes the form of narration added to the soundtrack to describe important visual details that cannot be understood from the main soundtrack alone. Audio description of video provides information about actions, characters, scene changes, on-screen text, and other visual content. In standard audio description, narration is added during existing pauses in dialogue. (See also extended audio description.)
audio description, extended
Audio description that is added to an audiovisual presentation by pausing the video so that there is time to add additional description.
author
The user of an authoring tool. This may include content authors, designers, programmers, publishers, testers, etc. working alone or collaboratively.
authoring action
Any action that authors take using the authoring tool user interface with the intention of editing Web content (e.g., typing text, inserting an element, launching a "wizard").
authoring outcome
A state of the Web content being authored (e.g., bold text, resized image) that can be achieved by applying one or more authoring practices. There may be several alternative authoring practices that are able to satisfy the same authoring outcome.
authoring session
A state of the authoring tool in which content can be edited by the author. The end of an authoring session may occur for several reasons.
authoring session, end of
The point in time at which an authoring session ends and the author has no opportunity to make further changes. This may be under the control of the author (e.g., closing a document, publishing, etc.) or it may be controlled by the authoring tool (e.g., when the authoring tool transfers editing permission to another author on a collaborative system).
authoring tool user interface, non-Web-based
Any part of an authoring tool user interface that is not implemented as Web content and as a result runs directly on a platform such as Windows, MacOS, Java Virtual Machine, etc..
authoring tool user interface, Web-based
Any part of an authoring tool user interface, including editing views, documentation, etc., that is implemented using a content type and is rendered by a user agent. Since Web-based tools may be implemented in many of the same content types that they are used to edit, the distinction between content display and user interface "chrome" may be less clear than with non-Web-based tools.
authoring tool user interface
The display and control mechanism that authors use to communicate with and operate the authoring tool software. Authoring tool user interfaces may be non-Web-based or Web-based (e.g., an on-line content management system) or a combination of both (e.g., a stand-alone markup editor with on-line help pages). Authoring tool user interfaces can usefully be considered in two parts:
  1. Content display: The authoring tool's rendering of the content being edited in an editing view or previewed in a preview. Examples include:
    • marked-up content in a code-level editing view,
    • rendered text, images, tables, form controls, etc. in a WYSIWYG editing view,
    • vector graphics with editing "handles" in an object-oriented editing view,
    • text entries and setting values in an indirect editing view,
    • rendered text, images, tables, form controls, etc. in a preview.
  2. User interface "chrome": The parts of the user interface that surround, underlie or super-impose upon the content display. Examples include:
    • controls that surround the content display including menus, button bars, palettes, help windows, cursors, dialog boxes, etc.,
    • controls that underlie the content display (i.e. implementing non-rendered part of editing views) including text areas for a code-level editing view, text boxes in an indirect editing view, etc.,
    • controls that are super-imposed upon content displays including context menus on content, underlining problematic content, etc.
authoring tool
See "Definition of authoring tool".
captions
An equivalent alternative that takes the form of text presented and synchronized with multimedia to provide not only the speech, but also non-speech information conveyed through sound, including meaningful sound effects and identification of speakers. Note: In some countries, the term "subtitle" is used to refer to dialogue only and "captions" is used as the term for dialogue plus sounds and speaker identification. In other countries, subtitle (or its translation) is used to refer to both.
checking, accessibility (also called "accessibility evaluation")
The process by which Web content is evaluated for Web content accessibility problems. ATAG 2.0 identifies three types of checking, based on increasing levels of automation:
  1. manual checking in which the authoring tool only provides instructions for authors to follow in order to identify problems;
  2. semi-automated checking in which the authoring tool is able to identify potential problems, but still requires human judgment by the author to make decisions that determine, or help to determine, whether actual problems exist; and
  3. automated checking in which the authoring tool is able to check for problems automatically, with no human intervention required.
An authoring tool may support any combination of checking types.
collection of software components
Any software products used together (e.g., base tool and plug-in) or separately (e.g., markup editor, image editor, and validation tool), regardless of whether there has been any formal collaboration between the developers of the products.
content type
A data format, programming or markup language that is intended to be retrieved and rendered by a user agent (e.g., HTML, CSS, SVG, PNG, PDF, Flash, JavaScript or combinations).
content, author generated
When the author specifies Web content at the level to be interpreted by the user agent (e.g., typing text content, typing markup into a text editor, choosing an element by name from a list).
content, automatically generated
When the authoring tool specifies Web content. The implementation for this often involves applying a template of some kind.
content, Web (or shortened to "content")
Any material in a content type. If the content type is a markup language, then "content" covers the information both within the tags (i.e., the markup) and between them. In this document, "content" is primarily used in the context of the material that is outputted by authoring tools. This includes Web applications, including those that, in turn, act as Web-based authoring tools.
conversion
A process that takes as input, content in one content type and produces as output, content in another content type (e.g., "Save as HTML" functions).
display settings, audio
The characteristics of audio output of music, sounds and speech and include volume, speech voices, voice speed, and voice emphasis.
display settings, visual
The characteristics of the on-screen rendering of text and graphics and include fonts, sizes, colors, spacing, positioning, and contrast.
documentation
Any information that supports the use of an authoring tool. This information may be found electronically or otherwise and includes help, manuals, installation instructions, sample workflows, and tutorials, etc.
editing view
A view provided by the authoring tool that allows editing of content by authors. The authoring tool may include more than one type of editing view (e.g., an HTML editor with both code-level and WYSIWYG editing views. Types of editing views include:
  1. Code-level editing views: Authors have full control over all aspects of the resulting Web content. Includes plain text editors as well as editors that allow manipulation of symbolic representations that are sufficiently fine-grained to allow authors the same freedom of control as plain text editing (e.g., plain text editors enhanced with graphical tag placeholders). Examples: text editors, text editors enhanced with graphical tags, some wikis, etc.
  2. WYSIWYG ("What-you-see-is-what-you-get") editing views: Authors have control over entities that closely resemble the final appearance and behavior of the resulting Web content. Examples: rendered document editors, bitmap graphics editors, etc.
  3. Object-oriented editing views: Authors have control over functional abstractions of the low level aspects of the resulting Web content. Examples: timelines, waveforms, vector-based graphic editors, objects which represent web implementations for graphical widgets (e.g., menu widgets) etc.
  4. Guided editing views: Authors only have control over relatively high-level parameters that are used by the authoring tool to automatically generate the resulting Web content. This allows the author to create and organize Web content without having to author or even understand the underlying markup, structure, or programming implementation. Often the user interface is a form that the author fills out. Examples: content management systems, site building wizards, site management tools, courseware, blogging tools, content aggregators, conversion tools, model-based authoring tools, etc.
element
A pair of tags and their content, or an "empty" tag - one that requires no closing tag or content (used in the same sense as in HTML [HTML4] and XML)
end user
A person who interacts with Web content once it has been authored. The author usually has the option to be the end user of the content they create, however some authoring tools increase the frequency of this switch (@@e.g., wikis).
equivalent alternative
Content that is an acceptable substitute for other content that a person may not be able to access. An equivalent alternative fulfills essentially the same function or purpose as the original content upon presentation. Equivalent alternatives include text alternatives and synchronized alternatives.
  1. Text alternatives present a text version of the information conveyed in non-text objects such as graphics and audio clips. The text alternative is considered accessible because it can be rendered in many different ways (e.g., as synthesized speech for individuals who have visual or learning disabilities, as Braille for individuals who are blind, as graphical text for individuals who are deaf or do not have a disability).
  2. Accessible alternatives to multimedia present the same information as is conveyed in the multimedia via accessible text, navigation, forms, etc.
  3. Synchronized alternatives present essential audio information visually (i.e., captions) and essential video information in an auditory manner (i.e., audio descriptions).
freeform drawing
Drawing actions that use the mouse or stylus in a continuous fashion (e.g., a paintbrush feature). This does not cover moving or resizing object-based graphics (including moving or resizing an object that is a previously authored freeform graphic).
general flash or red flash
Note: The general rule "flashes more than three times per second" can be substituted for the general and red flash thresholds below.
General flash threshold (Based on Wisconsin Computer Equivalence Algorithm for Flash Pattern Analysis (FPA)): A sequence of flashes or rapidly changing image sequences where all three of the following occur:
  1. the combined area of flashes occurring concurrently (but not necessarily contiguously) occupies more than one quarter of any 341 x 256 pixel rectangle anywhere on the displayed screen area when the content is viewed at 1024 x 768 pixels;
  2. there are more than three flashes within any one-second period; and
  3. the flashing is below 50 Hz.
(Note: For the general flash threshold, a flash is defined as a pair of opposing changes in brightness of 10% or more of full scale white brightness, where brightness is calculated as 0.2126 * ((R / FS) ^ 2.2) + 0.7152 * ((G / FS) ^ 2.2) + 0.0722 * ((B / FS) ^ 2.2). R, G, and B are the red, green, and blue RGB values of the color; FS is the maximum possible full scale RGB value for R, G, and B (255 for eight bit color channels); and the "^" character is the exponentiation operator. An "opposing change" is an increase followed by a decrease, or a decrease followed by an increase. This applies only when the brightness of the darker image is below .80 of full scale white brightness.
Red flash threshold (Note: Based on Wisconsin Computer Equivalence Algorithm for Flash Pattern Analysis (FPA)): A transition to or from a saturated red where both of the following occur:
  1. The combined area of flashes occurring concurrently occupies more than one quarter of any 341 x 256 pixel rectangle anywhere on the displayed screen area when the content is viewed at 1024 x 768 pixels.
  2. There are more than three flashes within any one-second period.
  3. The flashing is below 50 Hz.
inform
To make the author aware of something using methods such as an alert, prompt, sound, or flash. These methods may be unobtrusive (i.e., presented without stopping the authors' current activity) or intrusive (i.e., interrupting the author's current activity).
informative
"Non-normative" parts of this document that are never required for conformance.
markup
A set of tags from a markup language. Markup can be presentational (i.e., markup that encodes information about the visual layout of the content), structural (i.e., markup that encodes information about the structural role of elements of the content) or semantic (i.e., markup that encodes information about the intended meaning of the content).
markup language
A syntax and/or set of rules to manage markup (e.g., HTML [HTML4], SVG [SVG], or MathML [MATHML]).
multimedia
Audio or video synchronized with another type of media and/or with time-based interactive components.
non-text objects
Content objects that are not represented by text character(s) when rendered in a user agent (e.g., images, audio, video).
normative
Parts of this document that are always required for conformance.
platform
The software environment within which the authoring tool operates. For functionality that is not Web-based, this will be an operating system (e.g., Windows, MacOS, Linux), virtual machine (e.g., JVM) or a higher level GUI toolkit (e.g., Eclipse). For Web-based functionality, the term applies more generically to user agents in general, although for purposes of evaluating conformance to ATAG 2.0, a specific user agent(s) will be listed in the conformance profile.
plug-in
A program that runs as part of the authoring tool (e.g., a third-party evaluation and repair tool). Users generally choose to include or exclude plug-ins from their authoring tool.
presentation
The rendering of the content and structure in a form that can be perceived by the user.
preview
A non-editable view of the Web content that is intended to show how it will appear and behave in a user agent.
prominence
A heuristic measure of the degree to which authors are likely to notice controls in the authoring tool user interface when operating the authoring tool. In this document, prominence refers to visual as well as keyboard-driven navigation. Some of the factors that contribute to the prominence of a control include:
  1. Control size (large controls or controls surrounded by extra white space may appear to be conferred higher importance),
  2. Control order (items that occur early in the "localized" reading order (e.g., left to right and top to bottom; right to left and top to bottom) are conferred higher importance),
  3. Control grouping (grouping controls together can change the reading order and the related judgments of importance),
  4. advanced options (when the properties are explicitly or implicitly grouped into sets of basic and advanced properties, the basic properties may gain apparent importance), and
  5. Highlighting (controls may be distinguished from others using icons, color, styling).
prompt
In this document "prompt" refers to any authoring tool initiated request for a decision or piece of information from authors. Well designed prompting will urge, suggest, and encourage authors.
publishing
Making Web content available to end users (e.g., uploading a Web page, commiting a change in a wiki, etc.).
repairing, accessibility
The process by which Web content accessibility problems that have been identified within Web content are resolved. ATAG 2.0 identifies three types of repairing, based on increasing levels of automation:
  1. Manual repairing in which the authoring tool only provides instructions for authors to follow in order to make the necessary correction;
  2. Semi-Automated repairing, in which the authoring tool can provide some automated assistance to the author in performing corrections, but the author's input is still required before the repair can be completed; and
  3. Automated repairing, in which the authoring tool is able to make repairs automatically, with no author input or confirmation from the author. An authoring tool may support any combination of repairing types.
reversible actions
Actions that, by their nature, can be completely undone so that the system returns to the state it was in before the action. Actions that are not reversible may include certain save and delete actions as well as actions made in a collaborative environment that another author has begun to work with.
selectable items
Any items that an author may select from within the menus, toolbars, palettes, etc. (e.g., "open", "save", "emphasis", "check spelling")
structured element set
Content organized into lists, maps, hierarchies (e.g., tree views), graphs, etc.
transcript
A non-synchronized text alternative for the sounds, narration, and dialogue in an audio clip or the auditory track of a multimedia presentation. For a video, the transcript can also include the description of actions, body language, graphics, and scene changes of the visual track.
template selection mechanism
An authoring tool function that allows authors to select templates to use as the basis for new content or to apply to existing content.
transformation
A process that takes as input, an object in one content type and produces as output, a different object in the same content type (e.g., a function that transforms tables into lists).
tutorial
A type of documentation that involves the sequential presentation of instructions for performing multi-part tasks.
user agent
Software that retrieves and renders Web content. This may include Web browsers, media players, plug-ins, and other programs including assistive technologies, that help in retrieving and rendering Web content.
view
A rendering of Web content by an authoring tool. Authoring tool views are usually either editing views or previews.
Wisconsin Computer Equivalence Algorithm for Flash Pattern Analysis (FPA)
A method developed at the University of Wisconsin, working in conjunction with Dr. Graham Harding and Cambridge Research Associates, for applying the United Kingdom's "Ofcom Guidance Note on Flashing Images and Regular Patterns in Television (Re-issued as Ofcom Notes 25 July 2005)" to content displayed on a computer screen, such as Web pages and other computer content.
Note: The Ofcom Guidance Document [OFCOM] is based on the assumption that the television screen occupies the central ten degrees of vision. This is not accurate for a screen which is located in front of a person. The Wisconsin algorithm basically carries out the same analysis as the Ofcom Guidelines except that is does it on every possible ten degree window for a prototypical computer display.
workflow
A customary sequence of steps or tasks that are followed to produce a deliverable.

Appendix B: How to refer to ATAG 2.0 from other documents

This section is informative.

There are two recommended ways to refer to the "Authoring Tool Accessibility Guidelines 2.0" (and to W3C documents in general):

  1. References to a specific version of "Authoring Tool Accessibility Guidelines 2.0." For example, use the "this version" URI to refer to the current document: http://www.w3.org/TR/2007/WD-ATAG20-20070430/.
  2. References to the latest version of "Authoring Tool Accessibility Guidelines 2.0." Use the "latest version" URI to refer to the most recently published document in the series: http://www.w3.org/TR/ATAG20/.

In almost all cases, references (either by name or by link) should be to a specific version of the document. W3C will make every effort to make this document indefinitely available at its original address in its original form. The top of this document includes the relevant catalog metadata for specific references (including title, publication date, "this version" URI, editors' names, and copyright information).

An XHTML 1.0 paragraph including a reference to this specific document might be written:

<p>
<cite><a href="http://www.w3.org/TR/2007/REC-ATAG20-20070430/">
"Authoring Tool Accessibility Guidelines 2.0,"</a></cite>
J. Treviranus, J. Richards, eds.,
W3C Recommendation, 30 April 2007.
The <a href="http://www.w3.org/TR/ATAG20/">latest version</a> of this document is available at http://www.w3.org/TR/ATAG20/.</p>

For very general references to this document (where stability of content and anchors is not required), it may be appropriate to refer to the latest version of this document. Other sections of this document explain how to build a conformance claim.


Appendix C: References

This section is informative.

For the latest version of any W3C specification please consult the list of W3C Technical Reports at http://www.w3.org/TR/. Some documents listed below may have been superseded since the publication of this document.

Note: In this document, bracketed labels such as "[HTML4]" link to the corresponding entries in this section. These labels are also identified as references through markup.

[ATAG10]
"Authoring Tool Accessibility Guidelines 1.0", J. Treviranus, C. McCathieNevile, I. Jacobs, and J. Richards, eds., 3 February 2000. This W3C Recommendation is available at http://www.w3.org/TR/2000/REC-ATAG10-20000203/.
[ATAG20-TECHS]
"Techniques for Authoring Tool Accessibility 2.0", J. Treviranus, J. Richards, C. McCathieNevile, and M. May, eds., 22 November 2004. The latest draft of this W3C note is available at http://www.w3.org/TR/ATAG20-TECHS.
[COMPONENTS]
"Essential Components of Web Accessibility", S. L. Henry, ed. This document is available at http://www.w3.org/WAI/intro/components.
[CSS2-ACCESS]
"Accessibility Features of CSS," I. Jacobs and J. Brewer, eds., 4 August 1999. This W3C Note is available at 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.
[HTML4]
"HTML 4.01 Recommendation", D. Raggett, A. Le Hors, and I. Jacobs, eds., 24 December 1999. This HTML 4.01 Recommendation is http://www.w3.org/TR/1999/REC-html401-19991224. The latest version of HTML 4 is available at http://www.w3.org/TR/html4.
[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/1999/07/REC-MathML-19990707. The latest version of MathML 1.0 is available at http://www.w3.org/TR/REC-MathML.
[OFCOM]
Guidance Notes, Section 2: Harm and offence Annex 1, "Ofcom Guidance Note on Flashing Images and Regular Patterns in Television (Re-issued as Ofcom Notes 25 July 2005)" available at http://www.ofcom.org.uk/tv/ifi/guidance/bguidance/guidance2.pdf)
[PWD-USE-WEB]
"How People With Disabilities Use the Web", J. Brewer, ed., 4 January 2001. This document is available at http://www.w3.org/WAI/EO/Drafts/PWD-Use-Web/.
[SMIL-ACCESS]
"Accessibility Features of SMIL," M.-R. Koivunen and I. Jacobs, eds., 21 September 1999. This W3C Note is available at available at http://www.w3.org/TR/SMIL-access.
[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.
[SVG-ACCESS]
"Accessibility of Scalable Vector Graphics," C. McCathieNevile, M.-R. Koivunen, eds., 7 August 2000. This W3C Note is available at http://www.w3.org/TR/SVG-access.
[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, and I. Jacobs, eds., 6 November 2000. This W3C Note is available at http://www.w3.org/TR/WCAG10-TECHS/.
[WCAG20]
"Web Content Accessibility Guidelines 2.0 (Working Draft)", W. Chisholm, G. Vanderheiden, and J. White, editors. The latest version of the Web Content Accessibility Guidelines 2.0 is available at http://www.w3.org/TR/WCAG20/. Note: This document is still a working draft.
[WCAG20-TECHS-GENERAL]
"General Techniques for WCAG 2.0," J. Slatin, T. Croucher, eds. Note: This document is still a working draft.
[WCAG20-TECHS-CSS]
"CSS Techniques for WCAG 2.0," W. Chisholm, B. Gibson, eds. Note: This document is still a working draft.
[WCAG20-TECHS-HTML]
"HTML Techniques for WCAG 2.0," M. Cooper, ed. Note: This document is still a working draft.
[UAAG]
"User Agent Accessibility Guidelines 1.0", I. Jacobs, J. Gunderson, E. Hansen, editors, 17 December 2002. This is a W3C Recommendation.
[WCAG20-TECHS-SCRIPTING]
"Client-side Scripting Techniques for WCAG 2.0," M. May, B. Gibson, eds. Note: This document is still a working draft.
[WCAG20-UNDERSTANDING]
"Understanding WCAG 2.0," B. Caldwell, W. Chisholm, J. Slatin, G. Vanderheiden, eds. Note: This document is still a working draft.
[XAG]
"XML Accessibility Guidelines", D. Dardailler, S. B. Palmer, C. McCathieNevile, eds. 3 October 2002. This is a Working Group Draft.

Appendix D: Acknowledgments

Participants active in the AUWG at the time of publication:

Other previously active AUWG participants and other contributors to WCAG 2.0

Kynn Bartlett, Giorgio Brajnik, Judy Brewer, Wendy Chisholm, Daniel Dardailler, Geoff Deering, Katie Haritos-Shea, Kip Harris, Phill Jenkins, Len Kasday, Marjolein Katsma, William Loughborough, Karen Mardahl, Charles McCathieNevile, Matt May, Matthias Müller-Prove, Liddy Nevile, Graham Oliver, Wendy Porch, Bob Regan, Chris Ridpath, Gregory Rosmaita, Heather Swayne, Gregg Vanderheiden, Carlos Velasco, and Jason White.

This document would not have been possible without the work of those who contributed to ATAG 1.0.

This publication has been funded in part with Federal funds from the U.S. Department of Education under contract number ED05CO0039. The content of this publication does not necessarily reflect the views or policies of the U.S. Department of Education, nor does mention of trade names, commercial products, or organizations imply endorsement by the U.S. Government.


Appendix E: Checklist


Appendix F: Comparison of ATAG 1.0 guidelines to ATAG 2.0


Level Double-A conformance icon, W3C-WAI Web Content Accessibility Guidelines 1.0


[Contents] [Techniques] [Checklist]