We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7500207 commit 71deafbCopy full SHA for 71deafb
README.md
@@ -15,7 +15,7 @@ You can try the [live demo](http://edenspiekermann.github.io/a11y-dialog/).
15
- DOM events (`dialog:open`, `dialog:close`);
16
- No `display` manipulation in JS, the hiding mechanism is entirely up to the CSS layer (using `[aria-hidden]` selectors);
17
- Full test coverage with [CasperJS](http://casperjs.org) and [CodeShip](https://codeship.com);
18
-- Clean code resulting in only 830 bytes (0.83Kb!) once gzipped.
+- Clean code resulting in only 880 bytes (0.88Kb!) once gzipped.
19
20
*Note: the script should run seamlessly in Internet Explorer 9 and above.*
21
0 commit comments