Skip to content

Commit

Permalink
Build version 5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KittyGiraudel committed Oct 9, 2020
1 parent df4536a commit 8b0c84c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [A11y Dialog](http://edenspiekermann.github.io/a11y-dialog/)

[a11y-dialog](http://edenspiekermann.github.io/a11y-dialog/) is a lightweight (1.4Kb) yet flexible script to create accessible dialog windows.
[a11y-dialog](http://edenspiekermann.github.io/a11y-dialog/) is a lightweight (1.5Kb) yet flexible script to create accessible dialog windows.

✔︎ No dependencies
✔︎ Leveraging the native `<dialog>` element
Expand Down
4 changes: 2 additions & 2 deletions a11y-dialog.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions example/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@
}
} else {
this.container.setAttribute('data-a11y-dialog-native', '');
// Remove initial `aria-hidden` from container
// See: https://github.com/edenspiekermann/a11y-dialog/pull/117#issuecomment-706056246
this.container.removeAttribute('aria-hidden');
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "a11y-dialog",
"version": "5.3.2",
"version": "5.4.0",
"description": "A tiny script to make dialog windows accessible to assistive technology users.",
"homepage": "https://github.com/edenspiekermann/a11y-dialog",
"license": "MIT",
Expand Down

0 comments on commit 8b0c84c

Please sign in to comment.