From 6a3ac8904b336bff887d87c15ed938ea45eefec0 Mon Sep 17 00:00:00 2001 From: "almero.steyn" Date: Fri, 30 Jun 2017 11:07:05 +0200 Subject: [PATCH] docs(a11y): Small fixes --- docs/docs/accessibility.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/accessibility.md b/docs/docs/accessibility.md index 6887820abd71..c8af9ae037a9 100644 --- a/docs/docs/accessibility.md +++ b/docs/docs/accessibility.md @@ -61,7 +61,7 @@ Although these standard HTML practices can be directly used in React, note that ### Notifying the user of errors -Error situations need to be understood by all users. The following link show us how to expose error texts to screen readers as well: +Error situations need to be understood by all users. The following link shows us how to expose error texts to screen readers as well: - [The W3C demonstrates user notifications](https://www.w3.org/WAI/tutorials/forms/notifications/) - [WebAIM looks at form validation](http://webaim.org/techniques/formvalidation/) @@ -74,7 +74,7 @@ Ensure that your web application can be fully operated with the keyboard only: ### Keyboard focus and focus outline -Keyboard focus refers to the current element in the DOM that is selected to accept input from the keyboard. We see it everywhere as a focus outline similar to the that shown in the following image: +Keyboard focus refers to the current element in the DOM that is selected to accept input from the keyboard. We see it everywhere as a focus outline similar to that shown in the following image: Blue keyboard focus outline around a selected link.