From f0797195c931c493a2d74933b2b0ab3542bf731e Mon Sep 17 00:00:00 2001 From: Jonathan Pool Date: Sat, 3 Feb 2018 10:48:39 -0800 Subject: [PATCH] Make punctuation in 3 items consistent. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Rest of list sets list style as ending with “.”. --- web-apps-for-everyone/03-accessibility.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web-apps-for-everyone/03-accessibility.md b/web-apps-for-everyone/03-accessibility.md index 2b66473..df0e60f 100644 --- a/web-apps-for-everyone/03-accessibility.md +++ b/web-apps-for-everyone/03-accessibility.md @@ -111,9 +111,9 @@ It is worth noting that the W3C does not recommended that Level AAA conformance The WCAG 2.0 guidelines are classified according to the POUR principle. Guideline 1 encompasses areas of perception, Guideline 2 covers areas of operation, Guideline 3 is directed at ensuring understanding, and Guideline 4 is targeted at the robustness of the application. Below are the specific guidelines from WCAG 2.0: -- Guideline 1.1 Text Alternatives: Provide text alternatives for any non-text content -- Guideline 1.2 Time-based Media: Provide alternatives for time-based media -- Guideline 1.3 Adaptable: Create content that can be presented in different ways (for example simpler layout) without losing information or structure +- Guideline 1.1 Text Alternatives: Provide text alternatives for any non-text content. +- Guideline 1.2 Time-based Media: Provide alternatives for time-based media. +- Guideline 1.3 Adaptable: Create content that can be presented in different ways (for example simpler layout) without losing information or structure. - Guideline 1.4 Distinguishable: Make it easier for users to see and hear content including separating foreground from background. - Guideline 2.1 Keyboard Accessible: Make all functionality available from a keyboard. - Guideline 2.2 Enough Time: Provide users enough time to read and use content.