From 228f1a2d0f34646c9a678311ae19cd92af1a3c3c Mon Sep 17 00:00:00 2001 From: alenniu <43788415+alenniu@users.noreply.github.com> Date: Sat, 27 Oct 2018 23:05:57 -0400 Subject: [PATCH] Add Comma (#20154) between the sentences " pleasant experience on your website, they need to be able to get", I decided it was more appropriate to add a comma. --- guide/english/accessibility/accessibility-examples/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/accessibility/accessibility-examples/index.md b/guide/english/accessibility/accessibility-examples/index.md index 61c4344aa6..260b59c6e7 100644 --- a/guide/english/accessibility/accessibility-examples/index.md +++ b/guide/english/accessibility/accessibility-examples/index.md @@ -6,7 +6,7 @@ title: Accessibility Examples I am writing this short guide to provide practical examples of how to implement accessibility in websites. Accessibility was not emphasized during school nor is it being emphasized enough in the real world of web development. It is my hope that this article, along with many others, will encourage developers to create accessible sites from now on. It has always helped me to get practical hands on examples for how to do things. So this guide will focus on real world examples that I have encountered in my day to day life as a web developer. ### Skipping Navigation -In order to give non-sighted users a pleasant experience on your website they need to be able to get to content quickly and efficiently. If you have never experienced a website through a screen reader I recommend doing so. It is the best way to test how easily a site can be navigated for non-sighted users. NVDA is a very good screen reader application that is provided free of charge. But if you use the screen reader and find it helpful consider making a donation to the development team. The screen reader can be downloaded from [nvaccess.org](https://www.nvaccess.org/download/). +In order to give non-sighted users a pleasant experience on your website, they need to be able to get to content quickly and efficiently. If you have never experienced a website through a screen reader I recommend doing so. It is the best way to test how easily a site can be navigated for non-sighted users. NVDA is a very good screen reader application that is provided free of charge. But if you use the screen reader and find it helpful consider making a donation to the development team. The screen reader can be downloaded from [nvaccess.org](https://www.nvaccess.org/download/). To allow non-sighted users to skip to the main content of a site and avoid tabbing through all the main navigation links: 1. Create a "skip navigation link" that lives directly underneath the opening body tag.