(4) Designated public sector organizations and large organizations for their internet websites shall meet the requirements of this section in accordance with the following schedule:The following definitions should clarify the exact meaning of the preceding law:
- By January 1, 2014, new internet websites and web content on those sites must conform with WCAG 2.0 Level A.
- By January 1, 2021, all internet websites and web content must conform with WCAG 2.0 Level AA, other than,
- success criteria 1.2.4 Captions (Live), and
- success criteria 1.2.5 Audio Descriptions (Pre-recorded).
Content Type | Description | Link to Details | Potentially Requiring CSCF Attention? | Reasoning for Relevance |
---|---|---|---|---|
Non-text Content | All non-text content that is presented to the user has a text alternative that serves the equivalent purpose, except for the situations listed below. (non-relevant situations removed)
For example: Every form control needs a label associated with it. Here is a very simple form: <label for="search">Search:</label> <input id="search" type="text" ...> |
Details | Yes | A scan of the CF TWiki reveals that there are 39 images without images there alone. Others might exist in other webs and other CSCF pages. For more details see Pages with Images Missing Alt Text |
Audio-only and Video-only (Prerecorded) | For prerecorded audio-only and prerecorded video-only media, the following are true, except when the audio or video is a media alternative for text and is clearly labeled as such:
|
Details | No | CSCF does not have any pre-recorded content on its websites |
Captions (Prerecorded) | Captions are provided for all prerecorded audio content in synchronized media, except when the media is a media alternative for text and is clearly labeled as such. | Details | No | CSCF does not have any pre-recorded content on its websites |
Audio Description or Media Alternative (Prerecorded) | An alternative for time-based media or audio description of the prerecordedvideo content is provided for synchronized media, except when the media is a media alternative for text and is clearly labeled as such. | Details | No | CSCF does not have any pre-recorded content on its websites |
Info and Relationships | Information, structure, and relationships conveyed through presentation can be programmatically determined or are available in text. | Details | Yes |
|
Meaningful Sequence | When the sequence in which content is presented affects its meaning, a correct reading sequence can be programmatically determined. | Details | Yes | This is something that will need to be considered with any uniquely styled page. Elements styled with absolute positioning can easily violate this. We should check that the ordering of content is not modified by removing the styles from pages that use this type of positioning. I used thischrome extension to do this https://chrome.google.com/webstore/detail/web-developer/bfbameneiokkgbdmiekhjnmfkcnldhhm. |
Sensory Characteristics | Instructions provided for understanding and operating content do not rely solely on sensory characteristics of components such as shape, size, visual location, orientation, or sound. | Details | No | I suspect that there are no pages from CSCF that rely on the shape or size of content to relay information. (For example, "click the square button" would violate this success criterion) |
Use of Color | Color is not used as the only visual means of conveying information, indicating an action, prompting a response, or distinguishing a visual element. | Details | Yes | It is possible that there are some CSCF pages that try to emphasize content using colours or something else like it. I don't suspect that there are many instances where this will be a problem, however the blink element on https://cs.uwaterloo.ca/cscf/howto/thin/eon_guide might violate this. |
Audio Control | If any audio on a Web page plays automatically for more than 3 seconds, either a mechanism is available to pause or stop the audio, or a mechanism is available to control audio volume independently from the overall system volume level. | Details | No | I do not know of any audio content on any CSCF web pages. |
Keyboard | All functionality of the content is operable through a keyboard interface without requiring specific timings for individual keystrokes, except where the underlying function requires input that depends on the path of the user's movement and not just the endpoints. | Details | No | CSCF probably does not have any content that could violate this |
No Keyboard Trap | If keyboard focus can be moved to a component of the page using a keyboard interface, then focus can be moved away from that component using only a keyboard interface, and, if it requires more than unmodified arrow or tab keys or other standard exit methods, the user is advised of the method for moving focus away. | Details | Yes | There might be a keyboard trap on the edit page for TWiki topics. I can navigate to the edit field with just the keyboard but then I can't figure out how to exit without the mouse. |
Timing Adjustable | For each time limit that is set by the content, at least one of the following is true:
|
Details | No | CSCF is unlikely to have any time-sensitive content on its web pages. |
Pause, Stop, Hide | For moving, blinking, scrolling, or auto-updating information, all of the following are true:
|
Details | No | I have encountered no auto-updating or flashing content on our sites |
Three Flashes or Below Threshold | Web pages do not contain anything that flashes more than three times in any one second period, or the flash is below the general flash and red flash thresholds. | Details | Yes | The automated accessibility check run by Math reported that some pages used the blink HTML element, including https://cs.uwaterloo.ca/cscf/howto/thin/eon_guide |
Bypass Blocks | A mechanism is available to bypass blocks of content that are repeated on multiple Web pages. | Details | Yes | Screen readers are smart enough to jump to the <h1> tag on a page if the user so chooses. Assuming that a heading 1 appears just before the main content of a page, this should suffice for a bypass block. However, the scan of the faculty recruiting page shows that we have a mapped image in which there is no title, which will force non-sighted users to read each link before discovering that it might not be relevant to them. |
Page Titled | Web pages have titles that describe topic or purpose. | Details | Yes | --Faculity recruiting app has been corrected of titling issue.-- |
Focus Order | If a Web page can be navigated sequentially and the navigation sequences affect meaning or operation, focusable components receive focus in an order that preserves meaning and operability. | Details | No | Only applies to forms, of which we have very few. For any forms that do exist, it is unlikely that programmers would let this be violated. |
Link Purpose (In Context) | The purpose of each link can be determined from the link text alone or from the link text together with its programmatically determined link context, except where the purpose of the link would be ambiguous to users in general. | Details | Yes | There are likely some places on the CSCF pages where the link text is non-descriptive. For example, the words "click here" violates this success criterion on https://cs.uwaterloo.ca/cscf/howto/ssh/forwardX11 |
Language of Page | The default human language of each Web page can be programmatically determined. | Details | Yes | A quick look at the source HTML of https://cs.uwaterloo.ca/cscf/ shows that the language was not set to english. This is likely a problem on other pages as well. |
On Focus | When any component receives focus, it does not initiate a change of context. | Details | No | In my experience, there is no CSCF page that modifies itself depending on the object with focus. |
On Input | Changing the setting of any user interface component does not automatically cause a change of context unless the user has been advised of the behavior before using the component. | Details | No | Applies to forms that change according to user input, of which CSCF has none |
Error Identification | If an input error is automatically detected, the item that is in error is identified and the error is described to the user in text. | Details | No | The only form I can find on our site is https://cs.uwaterloo.ca/cscf/teaching/schedule/ and it accepts every possible input and never returns errors or alerts. |
Labels or Instructions | Labels or instructions are provided when content requires user input. | Details | Yes | The form on https://cs.uwaterloo.ca/cscf/teaching/schedule/ does not seem to conform to this success criterion. The <label> tags are being used strangely. They encompass the input field and not the label text. This might confuse screen readers. According to the scan made by James, form inputs should also have titles, which are missing in most of our cases. |
Parsing | In content implemented using markup languages, elements have complete start and end tags, elements are nested according to their specifications, elements do not contain duplicate attributes, and any IDs are unique, except where the specifications allow these features. | Details | Yes | Normally, the only time where CSCF would violate this is if developers make a mistake while writing a webpage. Since this criterion is also a convention of regular HTML, any developer should already be doing his/her best to avoid this style of problem. However, it is extremely common for TWiki pages to use multiple <h1> headings in a document. This will complicate things for screen readers. |
Name, Role, Value | For all user interface components (including but not limited to: form elements, links and components generated by scripts), the name and role can be programmatically determined; states, properties, and values that can be set by the user can be programmatically set; and notification of changes to these items is available to user agents, including assistive technologies. | Details | No | From what I understand, there are no CSCF pages that use HTML elements in a way that is different from the expected way that people use HTML. Since default HTML meets this requirement, it will not require our attention. |