From ed2c860fb087332bfe244e2848553293ae301bae Mon Sep 17 00:00:00 2001 From: kevcc <44409914+kevcc@users.noreply.github.com> Date: Sat, 15 Dec 2018 11:19:55 -0600 Subject: [PATCH] Took out an I in "as I stated above" (#27139) I took the pronoun to make it "As stated above" --- guide/english/accessibility/accessibility-basics/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/accessibility/accessibility-basics/index.md b/guide/english/accessibility/accessibility-basics/index.md index 0e2f6369ed..490ddf09be 100644 --- a/guide/english/accessibility/accessibility-basics/index.md +++ b/guide/english/accessibility/accessibility-basics/index.md @@ -63,7 +63,7 @@ There are variations on this legislation all over the world, some more severe an That question, sadly, is harder to answer than it may seem. The Harry Potter quote at the top is there for a reason, and it's not my being an avid fantasy reader. -As I stated above, accessibility is important for a large group of different people, each with their own needs. Making your website work for literally everyone is a large, on-going task. +As stated above, accessibility is important for a large group of different people, each with their own needs. Making your website work for literally everyone is a large, on-going task. The Web Content Accessibility Guidelines or WCAG were composed to help developers create accessible content. This document contains a number of criteria you can use to check your website. For now, I will cover some of the most important basics here. I will point you at the low-hanging fruits, so to speak. In subsequent articles, I will discuss more advanced techniques like [WAI-ARIA] which is important for JavaScript-based apps.