W3C

From Mobile Web Best Practices 1.0
to Web Content Accessibility Guidelines 1.0

W3C Working Draft 06 June 2008

Table of Contents

Introduction

Incomplete draft: This document is an editor's copy that has no official standing and is incomplete. Particularly, the section WCAG 2.0 and MWBP Together is only an outline; WCAG 1.0 to MWBP is only partly filled out. It is subject to major changes and is therefore not intended for implementation. It is provided for review and feedback only. Please send feedback to public-bpwg-comments@w3.org (archive).

This page is part of a suite of related documents. Please refer to the “How to Use These Documents” section for more information.

If your content already meets Mobile Web Best Practices (MWBP), this page describes what needs to be done to meet all the Web Content Accessibility Guidelines 1.0 checkpoints.

Summary of work required to make content that meets MWBP also meet WCAG 1.0

This section provides guidance on the “upgrade path” from MWBP 1.0 to accessibility through WCAG 1.0 compliance. For each of the WCAG 1.0 priorities there are three possible levels of effort required, labelled for simplicity with keywords (nothing, something, everything):

${define_efforts}

To summarise, if your content already complies with MWBP 1.0, to achieve compliance with WCAG 1.0, you need to do the following:

Nothing: content already complies with these checkpoints:

Something: more effort of some kind or a check, to comply with these checkpoints:

Everything: start from scratch to comply with these checkpoints:

Addressing WCAG 1.0 Checkpoints

1.1 (Priority 1) Provide a text equivalent for every non-text element (e.g., via “alt”, “longdesc”, or in element content).

WCAG 1.0: "Provide a text equivalent for every non-text element (e.g., via "alt", "longdesc", or in element content). This includes: images, graphical representations of text (including symbols), image map regions, animations (e.g., animated GIFs), applets and programmatic objects, ascii art, frames, scripts, images used as list bullets, spacers, graphical buttons, sounds (played with or without user interaction), stand-alone audio files, audio tracks of video, and video."

NON-TEXT_ALTERNATIVES covers this checkpoint.

Back to list of WCAG 1.0 checkpoints

If you haven't used image maps as suggested by IMAGE_MAPS then this checkpoint does not apply. However, if you have used server-side image maps, then provide redundant text links for each active region. Techniques for checkpoint 1.2 provides further information on how to achieve this.

Back to list of WCAG 1.0 checkpoints

Possibly covered by IMAGE_MAPS and NON-TEXT_ALTERNATIVES.

Back to list of WCAG 1.0 checkpoints

2.1 (Priority 1) Ensure that all information conveyed with color is also available without color…

WCAG 1.0: "Ensure that all information conveyed with color is also available without color, for example from context or markup. "

USE_OF_COLOR covers this checkpoint.

Back to list of WCAG 1.0 checkpoints

2.2 (Priority 2 and 3) Ensure that foreground and background color combinations provide sufficient contrast…

WCAG 1.0: "Ensure that foreground and background color combinations provide sufficient contrast when viewed by someone having color deficits or when viewed on a black and white screen (for images). [Priority 2 for images, Priority 3 for text]"

Partially covered by COLOR_CONTRAST and BACKGROUND_IMAGE_READABILITY.

Back to list of WCAG 1.0 checkpoints

3.1 (Priority 2) When an appropriate markup language exists, use markup…

WCAG 1.0: "When an appropriate markup language exists, use markup rather than images to convey information".

Possibly partially covered by NON-TEXT_ALTERNATIVES and GRAPHICS_FOR_SPACING.

Back to list of WCAG 1.0 checkpoints

3.2 (Priority 2) Create documents that validate to published formal grammars.

WCAG 1.0: "Create documents that validate to published formal grammars."

VALID_MARKUP covers this checkpoint.

Back to list of WCAG 1.0 checkpoints

3.3 (Priority 2) Use style sheets to control layout and presentation.

WCAG 1.0: "Use style sheets to control layout and presentation."

STYLE_SHEETS_USE covers this checkpoint.

Back to list of WCAG 1.0 checkpoints

3.4 (Priority 2) Use relative rather than absolute units in markup language attribute values…

WCAG 1.0: "Use relative rather than absolute units in markup language attribute values and style sheet property values."

MEASURES covers this checkpoint.

Back to list of WCAG 1.0 checkpoints

3.5 (Priority 2) Use header elements to convey document structure…

WCAG 1.0: "Use header elements to convey document structure and use them according to specification."

STRUCTURE covers this checkpoint.

Back to list of WCAG 1.0 checkpoints

5.1 (Priority 1) For data tables, identify row and column headers

WCAG 1.0: "For data tables, identify row and column headers. For example, in HTML, use TD to identify data cells and TH to identify headers."

Possibly covered by TABLES_SUPPORT and TABLES_ALTERNATIVES.

Back to list of WCAG 1.0 checkpoints

5.2 (Priority 1) For data tables that have two or more logical levels of row or column headers…

WCAG 1.0: " (Priority 1) For data tables that have two or more logical levels of row or column headers, use markup to associate data cells and header cells."

possibly covered by TABLES_SUPPORT, TABLES_NESTED and TABLES_ALTERNATIVES.

Back to list of WCAG 1.0 checkpoints

5.3 (Priority 2) Do not use tables for layout unless….

WCAG 1.0: "Do not use tables for layout unless the table makes sense when linearized."

Possibly covered by TABLES_LAYOUT, TABLES_SUPPORT and TABLES_ALTERNATIVES.

Back to list of WCAG 1.0 checkpoints

5.4 (Priority 2) If a table is used for layout, do not use any structural markup for the purpose of visual formatting.

WCAG 1.0: "If a table is used for layout, do not use any structural markup for the purpose of visual formatting."

Possibly covered by TABLES_LAYOUT, TABLES_SUPPORT and TABLES_ALTERNATIVES.

Back to list of WCAG 1.0 checkpoints

5.5 (Priority 3) Provide summaries for tables

WCAG 1.0: "Provide summaries for tables. For example, in HTML, use the "summary" attribute of the TABLE element.

Possibly covered by TABLES_SUPPORT and TABLES_ALTERNATIVES.

Back to list of WCAG 1.0 checkpoints

5.6 (Priority 3) Provide abbreviations for header labels.

WCAG 1.0: "Provide abbreviations for header labels."

Possibly covered by TABLES_SUPPORT and TABLES_ALTERNATIVES.

Back to list of WCAG 1.0 checkpoints

6.1 (Priority 1) Organize documents so they may be read without style sheets.

WCAG 1.0: "Organize documents so they may be read without style sheets. For example, when an HTML document is rendered without associated style sheets, it must still be possible to read the document."

STYLE_SHEETS_SUPPORT covers this checkpoint.

Back to list of WCAG 1.0 checkpoints

6.2 (Priority 1) Ensure that equivalents for dynamic content are updated when the dynamic content changes.

WCAG 1.0: "Organize documents so they may be read without style sheets. For example, when an HTML document is rendered without associated style sheets, it must still be possible to read the document."

Possibly partially covered by OBJECTS_OR_SCRIPT.

Back to list of WCAG 1.0 checkpoints

6.3 (Priority 1) Ensure that pages are usable when scripts, applets, or other programmatic objects are turned off or not supported…

WCAG 1.0: "Ensure that pages are usable when scripts, applets, or other programmatic objects are turned off or not supported. If this is not possible, provide equivalent information on an alternative accessible page."

OBJECTS_OR_SCRIPT covers this checkpoint.

Back to list of WCAG 1.0 checkpoints

7.4 (Priority 2) Until user agents provide the ability to stop the refresh, do not create periodically auto-refreshing pages.

WCAG 1.0: "Until user agents provide the ability to stop the refresh, do not create periodically auto-refreshing pages."

Possibly covered by AUTO_REFRESH.

Back to list of WCAG 1.0 checkpoints

7.5 (Priority 2) Until user agents provide the ability to stop auto-redirect, do not use markup to redirect pages automatically…

WCAG 1.0: "Until user agents provide the ability to stop auto-redirect, do not use markup to redirect pages automatically. Instead, configure the server to perform redirects"

REDIRECTION covers this checkpoint.

Back to list of WCAG 1.0 checkpoints

9.1 (Priority 1) Provide client-side image maps instead of server-side image maps…

WCAG 1.0: "Provide client-side image maps instead of server-side image maps except where the regions cannot be defined with an available geometric shape."

Possibly covered by IMAGE_MAPS.

Back to list of WCAG 1.0 checkpoints

9.4 (Priority 3) Create a logical tab order through links, form controls, and objects

WCAG 1.0: "Create a logical tab order through links, form controls, and objects"

TAB_ORDER covers this checkpoint.

Back to list of WCAG 1.0 checkpoints

9.5 (Priority 3) Provide keyboard shortcuts to important links…

WCAG 1.0: "Provide keyboard shortcuts to important links (including those in client-side image maps), form controls, and groups of form controls"

MINIMIZE_KEYSTROKES covers this checkpoint.

Back to list of WCAG 1.0 checkpoints

10.1 (Priority 2) Until user agents allow users to turn off spawned windows, do not cause pop-ups or other windows to appear…

WCAG 1.0: "Until user agents allow users to turn off spawned windows, do not cause pop-ups or other windows to appear and do not change the current window without informing the user"

POP_UPS covers this checkpoint.

Back to list of WCAG 1.0 checkpoints

10.2 (Priority 2) Until user agents support explicit associations between labels…

WCAG 1.0: "Until user agents support explicit associations between labels and form controls, for all form controls with implicitly associated labels, ensure that the label is properly positioned."

Partially covered by CONTROL_POSITION.

Back to list of WCAG 1.0 checkpoints

10.3 (Priority 3) Until user agents (including assistive technologies) render side-by-side text correctly…

WCAG 1.0: "Until user agents (including assistive technologies) render side-by-side text correctly, provide a linear text alternative (on the current page or some other) for all tables that lay out text in parallel, word-wrapped columns."

Possibly partially covered TABLES_ALTERNATIVES.

Back to list of WCAG 1.0 checkpoints

10.4 (Priority 3) Until user agents handle empty controls correctly…

WCAG 1.0: "Until user agents handle empty controls correctly, include default, place-holding characters in edit boxes and text areas"

PROVIDE_DEFAULTS covers this checkpoint.

Back to list of WCAG 1.0 checkpoints

11.1 (Priority 2) Use W3C technologies when they are available and appropriate for a task…

WCAG 1.0: "Use W3C technologies when they are available and appropriate for a task and use the latest versions when supported"

Possibly partially covered by VALID_MARKUP.

Back to list of WCAG 1.0 checkpoints

11.2 (Priority 2) Avoid deprecated features of W3C technologies

WCAG 1.0: "Avoid deprecated features of W3C technologies"

Possibly partially covered by VALID_MARKUP and partially covered by FONTS.

Back to list of WCAG 1.0 checkpoints

12.1 (Priority 1) Title each frame to facilitate frame identification and navigation.

WCAG 1.0: "Title each frame to facilitate frame identification and navigation"

Possibly covered by NO_FRAMES.

Back to list of WCAG 1.0 checkpoints

12.2 (Priority 2) Describe the purpose of frames and how frames relate to each other…

WCAG 1.0: "Describe the purpose of frames and how frames relate to each other if it is not obvious by frame titles alone."

Possibly covered by NO_FRAMES.

Back to list of WCAG 1.0 checkpoints

12.3 (Priority 2) Divide large blocks of information into more manageable groups where natural and appropriate

WCAG 1.0: "Divide large blocks of information into more manageable groups where natural and appropriate"

Partially covered by PAGE_SIZE_USABLE.

Back to list of WCAG 1.0 checkpoints

12.4 (Priority 2) Associate labels explicitly with their controls

WCAG 1.0: "Associate labels explicitly with their controls"

CONTROL_LABELLING covers this checkpoint.

Back to list of WCAG 1.0 checkpoints

Partially covered by LINK_TARGET_ID.

Back to list of WCAG 1.0 checkpoints

13.2 (Priority 2) Provide metadata to add semantic information to pages and sites

WCAG 1.0: "Provide metadata to add semantic information to pages and sites"

Partially covered by PAGE_TITLE.

Back to list of WCAG 1.0 checkpoints

13.4 (Priority 2) Use navigation mechanisms in a consistent manner

WCAG 1.0: "Use navigation mechanisms in a consistent manner"

NAVIGATION covers this checkpoint.

Back to list of WCAG 1.0 checkpoints

13.5 (Priority 3) Provide navigation bars to highlight and give access to the navigation mechanism

WCAG 1.0: "Provide navigation bars to highlight and give access to the navigation mechanism"

Possibly NAVBAR covers this checkpoint.

Back to list of WCAG 1.0 checkpoints

Possibly NAVBAR and partially possibly CENTRAL_MEANING.

Back to list of WCAG 1.0 checkpoints

13.8 (Priority 3) Place distinguishing information at the beginning of headings, paragraphs, lists, etc.

WCAG 1.0: "Place distinguishing information at the beginning of headings, paragraphs, lists, etc."

CLARITY covers this checkpoint.

Back to list of WCAG 1.0 checkpoints

14.1 (Priority 1) Use the clearest and simplest language appropriate for a site's content

WCAG 1.0: "Use the clearest and simplest language appropriate for a site's content."

Partially covered by CLARITY.

Back to list of WCAG 1.0 checkpoints