-
Notifications
You must be signed in to change notification settings - Fork 383
Description
Conformance requirement 5.2.3 Complete Processes says:
When a Web page is one of a series of Web pages presenting a process (i.e., a sequence of steps that need to be completed in order to accomplish an activity), all Web pages in the process conform at the specified level or better.
This is the situation that gives me a headache:
The website of an opera house (let's call it OH) asks for an accessibility audit. The OH site lists events (opera performances). Each event has a button "TICKETS" that links to an event management company (let's call it EMC) that has created a kind of store for OH, the URL being a subdomain of EMC. So we don't have the case that some 3rd party process is embedded in OH (for example in an iframe) that would clearly be a part of the page, the inverse is true: activating "TICKETS" on OH takes you to EMC, the address having the format
https://OH.EMC.com/webshop/webticket/bestseatselect?eventId=16776 (example link, non-functional)
So the only part of the ticket booking process on the OH Site is the link to the EMC site - the rest of the process is hosted there entirely. I am trying to work out whether it is possible to determine conformance of a page of OH when a related critical process is delegated and hosted on an entirely different site that can for obvious reasons not be part of the same audit.
The OH logo reappears (differently) on OH.EMC.com, navigation and structure differ, the URL differs, etc., so it is possible to discern OH and EMC. Still, from a user perspective, the process starts on OH, seemlessly continues on OH.EMC.com and its generic purchase process, probably leading back to OH after payment.
Can OH.com (or, if we focus on WCAG's page-based conformance model, a page in OH.com that triggers a ticket purchase process taking the user to a different site, OH.EMC.com) be evaluated for conformance, without violating Conformance Requirement 5.2.3 OR simultaneously necessitating a conformance audit of a different site on which the OH site owner has no editorial control (and for which your auditor has no audit contract)?
One way to understand the initial quotation is that "Complete Processes" only applies to different pages of one and the same website that are part of a process. Processes that span several sites / domains would not fall under Conformance requirement 5.2.3. Is this view correct / shared by others?