Skip to content

Commit

Permalink
docs(a11y): Small fixes (#10079)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlmeroSteyn authored and nhunzaker committed Jun 30, 2017
1 parent 8d61138 commit 79868a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/accessibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand All @@ -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:

<img src="/react/img/docs/keyboard-focus.png" alt="Blue keyboard focus outline around a selected link." />

Expand Down

0 comments on commit 79868a9

Please sign in to comment.