Skip to content

Commit

Permalink
Merge pull request #725 from piperchester/patch-1
Browse files Browse the repository at this point in the history
Fix screenreader -> screen reader
  • Loading branch information
jessebeach committed Jul 17, 2020
2 parents c2ae092 + 3652357 commit 5b35bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/alt-text.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# alt-text

Enforce that all elements that require alternative text have meaningful information to relay back to the end user. This is a critical component of accessibility for screenreader users in order for them to understand the content's purpose on the page. By default, this rule checks for alternative text on the following elements: `<img>`, `<area>`, `<input type="image">`, and `<object>`.
Enforce that all elements that require alternative text have meaningful information to relay back to the end user. This is a critical component of accessibility for screen reader users in order for them to understand the content's purpose on the page. By default, this rule checks for alternative text on the following elements: `<img>`, `<area>`, `<input type="image">`, and `<object>`.

## How to resolve
### `<img>`
Expand Down

0 comments on commit 5b35bb0

Please sign in to comment.