Copyright ©2002 W3C® (MIT, INRIA, Keio), All Rights Reserved. W3C liability, trademark, document use and software licensing rules apply.
This specification provides guidelines for Web authoring tool developers. Its purpose is two-fold: to assist developers in designing authoring tools that produce accessible Web content and to assist developers in creating an accessible authoring interface.
Authoring tools can enable, encourage, and assist users ("authors") in the creation of accessible Web content through prompts, alerts, checking and repair functions, help files and automated tools. It is just as important that all people be able to author content as it is for all people to have access to it. The tools used to create this information must therefore be accessible themselves. Adoption of these guidelines will contribute to the proliferation of Web content that can be read by a broader range of readers and authoring tools that can be used by a broader range of authors.
This document is part of a series of accessibility documents published by the W3C Web Accessibility Initiative (WAI).
This section describes the status of this document at the time of its publication. Other documents may supersede this document. The latest status of this document series is maintained at the W3C.
This is a Public Working Draft of a document which will supersede the W3C Recommendation Authoring Tool Accessibility Guidelines 1.0 [ATAG10]. It has been made available for review by W3C Members and other interested parties, in accordance with W3C Process. It is not endorsed by the W3C or its Members. It is inappropriate to refer to this document other than as a "work in progress".
This document has been produced by the Authoring Tool Accessibility Guidelines Working Group (AUWG) as part of the Web Accessibility Initiative (WAI). The goals of the Working Group are discussed in the AUWG charter. A list of current W3C Recommendations and other technical documents including Working Drafts and Notes can be found at http://www.w3.org/TR/.
This draft refers to the Web Content Accessibility Guidelines (WCAG) for specification of accessible content and refers non-normatively to the Techniques for Authoring Tool Accessibility [ATAG20-TECHS].
The AUWG expects the ATAG 2.0 to be backwards-compatible with ATAG 1.0, or at most to make only minor changes in requirements. Before this document reaches last call, the Working Group will publish a detailed analysis of the differences in requirements.
The working group maintains an ATAG 2.0 Issues List and a log of changes between successive Working Drafts.
Please send comments about this document to the public mailing list: w3c-wai-au@w3.org (public archives). Please note that this document may contain typographical errors. It was published as soon as possible since review of the content itself is important, although noting typographical errors is also helpful.
For information about the current activities of the working group, please refer to the AUWG home page. This page includes an explanation of the inter-relation of each document as well as minutes and previous drafts.
In these guidelines, the term "authoring tool" refers to the wide range of software used for creating Web content, including:
@@ATAG conformant authoring tools as part of ATAG conformant authoring processes@@
ATAG benign???
Expand definition to include combinatory tools, multiple tools in a production process, plugins, etc. etc. etc.
Plus importance of accessible process as a whole.
@@In the techniques we need to be more explicit about requirements for different functionalities (what content is prodcued)@@
Everyone should have the ability to create and access Web content.
Authoring tools are pivotal in achieving this principle. The accessibility of authoring tools determines who can create Web content and the output of authoring tools determines who can access Web content.
The guidelines set forth in this document will benefit people with and without disabilities. This includes people who need to use their eyes for another task and are unable to view a screen or people in environments where the use of sound is not practical or people who use small mobile devices with small screens, no keyboard, or no mouse.
The guidelines reflect the following goals:
The accessibility of authoring tools is defined primarily by existing specifications for accessible software. The accessibility of authoring tool output is defined by the Web Content Accessibility Guidelinesn (WCAG).
This document contains four guidelines that reflect the goals of accessible authoring tool design:
Each guideline includes:
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 satisfy it. The checkpoints specify requirements for meeting the guidelines. Each checkpoint includes:
http://www.w3.org/WAI/AU/wombatissues.html#issue2: the titles of these sections is not consistent in the current draft. Is there one form that is clearer than others?]
A separate document, entitled "Techniques for Authoring Tool Accessibility Guidelines 2.0" [ATAG20-TECHS], provides suggestions and examples of how to achieve the recommendations in this document. Another document [WOMBAT-CHECKLIST] lists all checkpoints, ordered by priority, for convenient reference.
Each checkpoint in the specification has been assigned one of the following priority levels to reflect the importance of the checkpoint in satisfying the guidelines:
[Priority 1]: The checkpoint is essential.
[Priority 2]: The checkpoint is important.
[Priority 3]: The checkpoint is beneficial.
[Relative Priority (Level 1, 2, or 3)]: The importance of the checkpoint is relative to priorities assigned in WCAG.
The authoring tool is a software program with standard user interface elements and as such must be designed according to relevant user interface accessibility guidelines. When custom interface components are created, it is essential that they be accessible through the standard access mechanisms for the relevant platform so that assistive technologies can be used with them.
Some additional user interface design considerations apply specifically to Web authoring tools. For instance, authoring tools must ensure that the author can edit (in an editing view) using one set of stylistic preferences and publish using different styles. Authors with low vision may need large text when editing but want to publish with a smaller default text size. The style preferences of the editing view must not affect the markup of the published document.
Authoring tools must also ensure that the author can navigate a document efficiently while editing, regardless of disability. Authors who use screen readers, refreshable braille displays, or screen magnifiers can make limited use (if at all) of graphical artifacts that communicate the structure of the document and act as signposts when traversing it. Authors who cannot use a mouse (e.g., people with physical disabilities or who are blind) must use the slow and tiring process of moving one step at a time through the document to access the desired content, unless more efficient navigation methods are available. Authoring tools should therefore provide an editing view that conveys a sense of the overall structure and allows structured navigation.
Note: Documentation, help files, and installation are part of the software and need to be available in an accessible form.
1.1 Ensure that the authoring interface follows all operating environment conventions that benefit accessibility (Applies at three priority levels: [Priority 1] for standards and conventions that are essential to accessibility; [Priority 2] for those that are important to accessibility; [Priority 3] for those that are beneficial to accessibility).
See also:
1.2 Ensure that the authoring interface enables accessible editing of all element and object properties. [Priority 1]
At minimum (required basic functionality): provide at least one accessible way to edit every element and object property supported by the tool.
More advanced implementations might ensure that all of the ways in which the tool allows element and object properties to be edited should be accessible.
See also:
1.3 Ensure that the authoring interface enables the author to edit the structure of the document [Priority 2]
At minimum (required basic functionality): the checkpoint requires that the author be able to copy, cut or paste an element and its content at any level of the document tree hierarchy.
More advanced implementations might provide more powerful ways to edit elements or groups of elements in the structure.
See also:
1.4 Allow the display preferences of the authoring interface to be changed without affecting the document markup. [Priority 1]
At minimum there must be some mechanism for changing the document display independently of the document markup.
There are a number of ways that this can be achieved, including supporting operating environment display preferences and allowing the author to specify an editing style sheet that is different from those included with the end document. In addition, there must be some means by which textual alternatives can be displayed to the author in place of non-text elements. [@@issue 8 - need to clean this paragraph up - some is techniques, plus wording and some is useful for the checkpoint]
See also:
1.5 Ensure that the authoring interface enables accessible navigation of editing views via the document structure. [Priority 2 (was P1 in ATAG10)]
At minimum, the author should be able to move from element to element. [@@issue 9: is this actually what we need?]
More advanced implementations might provide highly flexible mechanisms that take advantage of the hierarchical nature of the document tree.
See also:
1.6 Ensure the authoring interface allows the author to search within the editing views. [Priority 2]
At minimum, the tool should allow basic text search with a choice of skipping or including markup
More advanced implementations might have more powerful mechanisms that, for example, can search on the basis of structure or similarity.
See also:
@@explain@@
Conformance with standards promotes interoperability and accessibility by making it easier to create specialized user agents that address the needs of users with disabilities. In particular, many assistive technologies used with browsers and multimedia players are only able to provide access to Web documents that use valid markup. Therefore, valid markup is an essential aspect of authoring tool 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.
2.1 Use the latest versions of W3C Recommendations when they are available and appropriate for a task. [Priority 2] @@PJ has issue with this
More advanced: Provide a mechanism for importing new language definitions
Rationale: W3C specifications have undergone review specifically to ensure that they do not compromise accessibility, and where possible, they enhance it.
See also:
2.2 Ensure that markup which the tool automatically generates is valid for the language the tool is generating. [Priority 1]
Rationale: This is necessary for user agents to be able to render Web content in a manner appropriate to a particular user's needs.
See also:
If the tool automatically generates markup, many authors will be unaware of the accessibility status of the final content unless they expend extra effort to review it and make appropriate corrections by hand. Since many authors are unfamiliar with accessibility, authoring tools are responsible for automatically generating accessible markup, and where appropriate, for guiding 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 specifically intended for the Web such as HTML. Markup changes may also be made to facilitate efficient editing and manipulation. It is essential that these processes do not introduce inaccessible markup or remove accessibility content, particularly when a tool hides the markup changes from the author's view.
2.3 Ensure that the author can produce accessible content in the markup language(s) supported by the tool. [Priority 1]
Rationale: this is a basic requirement to allow the author to create accessible content within the tool.
At minimum (required basic functionality): the author can add or edit any elements or element properties of the language that can enhance accessibility.
More advanced (optional suggested functionality): provide an integrated interface to properties affecting accessibility (see also )
See also:
2.4 Ensure that the tool preserves all accessibility information during transformations, and conversions. [Priority 1]
At minimum (required basic functionality):Accessibility content must be preserved. Where sufficient structure information to allow reversal of the transformation is not preserved, the author must be notified that the transformation cannot be reversed accessibly. [@@issue 1: this requirement is still under discussion]
Optional advanced implementation: use markup, or some other mechanism to record the transformation and ensure reversibility.
Note this checkpoint covers importing from a format the tool does not use.
See also
2.5 Ensure that when the tool automatically generates content it conforms to the WCAG. [Relative Priority]
At minimum (required basic functionality) : Any decisions made for the author by the tool should optimize the accessibility of the content (as per WCAG 2.0 [WCAG20]). This applies to the choice of markup type, file type, and markup practices. The author may be able to override the choices proposed or made by the tool.
See also
2.6 Ensure that all pre-authored content for the tool conforms to WCAG. [Relative Priority]
At minimum templates, clip art, scripts, applets, example pages, etc supplied with the tool must conform to WCAG 2.0 [WCAG20] (to the conformance level claimed by the tool).
See also
2.7 Allow the author to preserve markup not recognized by the tool. [Priority 2]
More advanced implementations may integrate this with the checking (see checkpoint 5.1) and repair (see checkpoint 5.2) functions, allowing the author finer-grained control.
Note: The author may have included or imported markup that enhances accessibility but is not recognized by the tool.
@@explain@@
Well-structured information and equivalent alternative information are cornerstones 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. Yet producing equivalent information, such as text alternatives for images and auditory descriptions of video, can be one of the most challenging aspects of Web design, and authoring tool developers should attempt to facilitate and automate the mechanics of this process. For example, prompting authors to include equivalent alternative information such as text equivalents, captions, and auditory descriptions at appropriate times can greatly ease the burden for authors. Where such information can be mechanically determined and offered as a choice for the author (e.g., the function of icons in an automatically-generated navigation bar, or expansion of acronyms from a dictionary), the tool can assist the author. At the same time, the tool can reinforce the need for such information and the author's role in ensuring that it is used appropriately in each instance.
3.1 Prompt the author to provide equivalent alternative information (e.g., captions, auditory descriptions, and collated text transcripts for video). [Relative Priority]
Rationale:This checkpoint requires authoring tools to ask for (and support the creation of) alternate text, captions, auditory descriptions, collated text transcripts for video, etc. at times appropriate to the author-tool interaction.
Note: Some checkpoints in the Web Content Accessibility Guidelines 2.0 [WCAG20] do not apply. [@@issue 5: identify which checkpoints apply]
More advanced implementations might provide special authoring facilities that automate some of the process of generating alternative information (ex. voice recognition to produce collated text transcripts).
See also:
3.2 Help the author create structured content and separate information from its presentation. [Relative Priority]
Note: Some checkpoints in Web Content Accessibility Guidelines 2.0 [WCAG20] do not apply. [@@issue 6: identify which ones]
3.3 Do not automatically generate equivalent alternatives or reuse previously authored alternatives without author confirmation, except when the function is known with certainty. [Priority 1]
At minimum basic required functionality: Usually, when a new object is inserted, the function is unknown, so the tool should prompt the author to enter an appropriate equivalent alternative without providing a generated default entry (e.g. the file name and size). However, alternatives may be automatically generated or re-used when the tool has either placed the object for a specific purpose (e.g. navigation bar) or the user has defined a purpose for the object. Only an alternative that has been explicitly associated with an object may be offered as a default entry for the author to approve.
See also:
3.4 Provide functionality for managing, editing, and reusing alternative equivalents for multimedia objects. [Priority 3]
Rationale: Compliance with checkpoint 3.3 may be simplified by providing an alternative equivalent management system.
At minimum: store associations between the multimedia objects and alternatives created by the author, allowing the author to edit the alternatives and reuse them easily.
More advanced implementations might collect alternatives from a variety of sources (the author, prepackaged, the Web) and provide powerful tools for managing the associations, including search functions and object similarity estimates.
See also:
Authoring tool support for the creation of accessible Web content should account for different authoring styles. Authors who can configure the tool's accessibility features to support their regular work patterns are more likely to accept accessible authoring practices (see guideline 5). For example, some authors may prefer to be alerted to accessibility problems when they occur, whereas others may prefer to perform a check at the end of an editing session. This is analogous to programming environments that allow users to decide whether to check for correct code during editing or at compilation.
Note: Validation of markup is an essential aspect of checking the accessibility of content.
3.5 Check for and inform the author of accessibility problems. [Relative Priority]
Rationale: provide the author with a utility that helps check documents for accessibility problems.
More advanced implementation: the checks should be automated to the greatest extent possible.
See also:
3.6 Assist authors in correcting accessibility problems. [Relative Priority]
At a minimum, provide context-sensitive help with the accessibility checking required by checkpoint 3.5.
Advanced implementations: provide the author with automated or semi-automated correction tools, in addition to guidelines and examples.
See also:
3.7 Provide the author with a summary of the document's accessibility status. [Priority 3]
At minimum (required basic functionality): provide a list of the problems by type.
Advanced implementations might integrate the summary with the tool's repair functionality to increase the flexibility with which problems can be corrected (see checkpoint ?.?).
See also:
Web authors may not be familiar with accessibility issues that arise when creating Web content. Therefore, help and documentation must include explanations of accessibility problems, and should demonstrate solutions with examples.
3.8 Document all features of the tool that promote the production of accessible content. [Priority 1]
At minimum (required basic functionality): Document the purpose and use of all features of the tool that help create accessible content.
More advanced implementations Provide context-sensitive links to this documentation from the actual features, within the authoring tool user interface. Also provide a dedicated "Accessibility" section of the documentation for this material.
See also:
3.9 Document the process of using the tool to produce accessible content. [Relative Priority]
At minimum (required basic functionality): Document the techniques required to meet all WCAG checkpoints at the relevant priority level - (these may include work-around methods where the tool does not yet have the appropriate functionality).
Optional advanced functionality: Automating the process of producing accessible content will mean that nothing special needs to be done to meet this checkpoint. But providing context-sensitive linking to this documentation may be an intermediary development strategy.
See also:
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 software stability can be factors affecting author acceptance of the new feature. In addition, the relative prominence of different ways to accomplish the same task can influence which one the author chooses. Therefore, it is important that creating accessible content be a natural process when using an authoring tool.
4.1 Ensure that the functionalities for checkpoints 3.1, 3.2, 3.5 and 3.6 are always clearly available to the user [Priority 1]
Rationale: The user must be easily able to turn on accessibility support functionality.
Minimum (required basic functionality): The user interface component to initiate the function must be a visible part of the main user interface.
More advanced (suggested): Allow the user to configure this to happen on a schedule or at user request
See also: checkpoints 3.1, 3.2, 3.5, 3.6@@3.6 added???@@. Techniques for checkpoint 4.1.
4.2 Ensure that accessible authoring practices supporting the minimum requirements for all WCAG checkpoints are among the most obvious and easily initiated by the author. [Priority 2]
At minimum, when there is an accessible and a less accessible means for performing an action, the user interface of the tool should be organized so that the accessible means is at least as visible in the user interface and at least as easy to activate in terms of mouse clicks and keystrokes than the less accessible means.
More advanced implementations might see accessibility features such as checking, integrated to the same level as analogous features unrelated to accessibility.
For example, if underlining or color changes are used to notify the author, while they work, of syntax and spelling errors, accessibility problems should be similarly flagged.
4.3 Ensure that all functionality (prompts, checkers, information icons, etc.) related to accessible authoring practices is naturally integrated into the overall look and feel of the tool. [Priority 2]
At minimum, the accessibility features should not contrast with the normal operation of the tool. This means that they should be operable with approximately the same number of mouse clicks or keystrokes, the same amount of instruction, and the same degree of flexibility as other features. For example, if an element's properties are displayed in a floating toolbar, accessibility-related prompts should be added to this toolbar, not implemented as intrusive pop-up boxes.
More advanced solutions might purposefully impede the visibility and use of the less accessible means.
See also:
4.4 Ensure that creating accessible content is a naturally integrated part of the documentation, including examples. [Priority ?] [@@ No longer relative - suggested P2]
At minimum (required basic functionality): all documented examples of the authoring tool interface (i.e. dialog boxes, code views, etc.) should include any relevant accessible authoring practices.
See also:
This section explains how to make a valid claim that an authoring tool conforms to ATAG. Anyone may make a claim (e.g., vendors about their own products, third parties about those products, journalists about products, etc.). Claims may be published anywhere (e.g., on the Web or in product documentation).
The conformance icons provided for Authoring Tool Accessibility Guidelines 1.0 are not valid for expressing conformance to this draft
A conformance claim must indicate what conformance level is met:
Conformance Level "A": Tool has met all Priority 1 checkpoints and all Relative Priority checkpoints to at least Level 1.
Conformance Level "Double-A": Tool has met all Priority 1 and 2 checkpoints and has also met all Relative Priority checkpoints to at least Level 2.
Conformance Level "Triple-A": Tool has met all checkpoints and has also met all Relative Priority checkpoints to Level 3.
A well-formed claim must include the following information:
This information may be provided in text or metadata markup (e.g., using the Resource Description Framework (RDF) [RDF10] and an RDF schema designed for WAI conformance claims). All content in a claim provided other than as metadata must be accessible according to the Web Content Accessibility Guidelines 2.0 [WCAG20].
Here is an example of a claim expressed in HTML:
<p>MyAuthoringTool version 2.3 on MyOperatingSystem conforms to <abbr title="the World Wide Web Consortium">W3C</abbr>'s "Authoring Tool Accessibility Guidelines "Wombat" Working Group Internal Draft, 22 June 2001", available at http://www.w3.org/WAI/AU/wombat/010622, level Double-A. Details of this claim are provided at <a href="http://example.com/details"> http://example.com/details</a>.</p>@@publication detail@@
A conformance claim is valid for a given conformance level if:
Claimants (or relevant assuring parties) are responsible for the validity of a claim. As of the publication of this document, W3C does not act as an assuring party, but it may do so in the future, or establish recommendations for assuring parties.
Claimants are expected to modify or retract a claim if it may be demonstrated that the claim is not valid. Please note that it is not currently possible to validate claims completely automatically.
There are currently no conformance icons available for this draft specification. If it becomes a recommendation it is expected that there will be conformance icons like those available for Authoring Tool Accessibility Guidelines 1.0.
"alt"
,
"title"
, and "longdesc"
attributes in HTML).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
entry.BLOCKQUOTE
element in HTML [HTML4]to achieve
an indentation visual layout effect. Structural markup should be used
correctly to communicate the roles of the elements of the content and
presentation markup should be used separately
to control the presentation and layout.Many thanks to the following people who have contributed through review and comment: Giorgio Brajnik, Daniel Dardailler, Katie Haritos-Shea, Phill Jenkins, Len Kasday, Marjolein Katsma, William Loughborough, Matthias Müller-Prove, Graham Oliver, Chris Ridpath, Gregory Rosmaita, Heather Swayne, Carlos Velasco.
This document would not have been possible without the work of those who contributed to The Authoring Tool Accessibility Guidelines 1.0
For the latest version of any W3C specification please consult the list of W3C Technical Reports at http://www.w3.org/TR.