Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MelSumner authored May 3, 2019
1 parent 0bfb074 commit 84f7545
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

[npm-badge]: https://img.shields.io/npm/v/ember-a11y-refocus.svg
[npm-badge-url]: https://www.npmjs.com/package/ember-a11y-refocus
==============================================================================

This adds a message to the page to let the screen reader user know that the route has changed and regular page navigation can resume.
It is similar to [https://github.com/ember-a11y/a11y-announcer](https://github.com/ember-a11y/a11y-announcer) but does not use aria-live.
This addon does two things:
1. it adds a message to the page to let the screen reader user know that the route has changed and regular page navigation can resume (it is similar to [https://github.com/ember-a11y/a11y-announcer](https://github.com/ember-a11y/a11y-announcer) but does not use `aria-live`).
2. It moves the focus to that message for the screen reader user- effectively resetting focus in Ember apps (which is the current, undesirable state for screen-reader users).

Compatibility
------------------------------------------------------------------------------
Expand Down

0 comments on commit 84f7545

Please sign in to comment.