Skip to content

Commit

Permalink
Fixed typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
KittyGiraudel committed Feb 16, 2016
1 parent e915ec2 commit f3e8c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ You can try the [live demo](http://edenspiekermann.github.io/accessible-modal-di
- Addition of `[tabindex]:not([value="-1"])` to focusable elements;
- No more `display` manipulation in JS, the hiding mechanism is entirely up to the CSS layer (using `[aria-hidden]` selectors);
- Full test coverage with [CasperJS](http://casperjs.org) and [CodeShip](https://codeship.com);
- Cleaner code resulting in only 700 bytes (O.7Kb!) once gzipped.
- Cleaner code resulting in only 700 bytes (0.7Kb!) once gzipped.

*Note: the script should run seamlessly in Internet Explorer 9 and above.*

Expand Down

0 comments on commit f3e8c9b

Please sign in to comment.