Part of Item:
Comment Type: TE
Comment (including rationale for proposed change):
It is not at all clear how one would provide a regular expression to scope a claim that would apply to a whole site except one or two
diretories, e.g. the whole of http://www.example.com/ except /videos/
Proposed Change:
Add examples for less straight forward conformance scope regular expressions.
An example of both a boolean and a regular expression conformance claim has been added (see http://www.w3.org/TR/2007/WD-UNDERSTANDING-WCAG20-20070517/Overview.html#uc-239-head ):
Example 4: (using boolean logic) On 6 July 2008, http://example.com/ AND NOT (http://example.com/archive/ OR http://example.com/publications/archive/) conforms to Web Content Accessibility Guidelines 2.0 at http://www.w3.org/TR/2006/REC-WCAG20-YYYYMMDD/. Double-A (AA) conformance. The documented set of accessibility-supported content technologies used for this claim is ISA- AsCTset#1-2008 at http://ISA.example.gov/AsCTsets/AS2-2008.
Example 5: (using a regular expression) On 12 August 2008, http://www.example.com/(marketing|sales|contact)/.* conforms to Web Content Accessibility Guidelines 2.0 at http://www.w3.org/TR/2006/REC-WCAG20-YYYYMMDD/. Double-A (AA) conformance. The technologies that this content "relies upon" is: XHTML 1.0 Transitional. The technologies that this content "uses but does not rely upon" are CSS 1.0 and JavaScript 1.2.