UAAG 2.3 Update

All,

Here is some proposed wording to update 2.3.  The bulk of this is the same as before, just an attempt to make it more explicit that users need better access to the conditional content and an added item to address places where there are multiple alternatives to conditional content.  If we want more drastic changes let me know.


2.3 Render conditional content (P1)
(Original)<http://www.w3.org/TR/WAI-USERAGENT/guidelines.html#tech-conditional-content>
1.    Allow the user  to configure the user agent to provide access to each piece of unrendered conditional content "C".
2.    When a specification does not explain how to provide access to this content, do so as follows:
o    If C is a summary, title, alternative, description, or expansion of another piece of content D, provide access through at least one of the following mechanisms:
§  render C in place of D;
§  render C in addition to D;
§  provide access to C by allowing the user to query D. In this case, the user agent must also alert the user, on a per-element basis, to the existence of C (so that the user knows to query D); and
§  allow the user to follow a link to C from the context of D.
§  If the author has supplied multiple alternatives for C, allow the user to choose from all alternatives and to indicate a preference for C.
o    Otherwise, provide access to C through at least one of the following mechanisms:
§  render a placeholder for C, and allow the user to view the original author-supplied content associated with each placeholder;
§  provide access to C by query (e.g., allow the user to query an element for its attributes). In this case, the user agent must also alert the user, on a per-element basis, to the existence of C; and
§  allow the user to follow a link in context to C.
Sufficient techniques

 1.  To satisfy provision one of this checkpoint, the configuration may be a switch that, for all content, turns on or off the access mechanisms described in provision two.
 2.  To satisfy provision two of this checkpoint, the user agent may provide access on a per-element basis (e.g., by allowing the user to query individual elements) or for all elements (e.g., by offering a configuration to render conditional content all the time).
 3.  To satisfy the requirement of provision two of this checkpoint to allow the user to view the content associated with each placeholder, the user agent may either render the associated content in a separate viewport or in place of the placeholder.
Normative inclusions and exclusions

 1.  For the placeholder requirement of provision two of this checkpoint, a request to view the original content associated with a placeholder is considered an explicit user request to render that content.
 2.  The user agent is not required to include placeholders in the document object. A placeholder that is part of the document object should conform to the Web Content Accessibility Guidelines 2.0 [WCAG20]. If a placeholder is not part of the document object, it is part of the user interface only (and subject, for example, to checkpoint 1.3).
 3.  Conformance detail: For all content
Notes

 *   For instance, an HTML user agent might allow users to query each element for access to conditional content supplied for the alt, title, and longdesc attributes. Or, the user agent might allow configuration so that the value of the alt attribute is rendered in place of all IMG elements (while other conditional content might be made available through another mechanism).  User agents should expose configuration choices in as highly visible a fashion as is practical such as on a menu entry or dialog settings devoted to accessibility.

Received on Monday, 5 November 2007 13:20:34 UTC