Skip to content

Commit 3ac92ae

Browse files
committed
added link to live demo
1 parent 2ee8c56 commit 3ac92ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This page demonstrates how to make a modal window as accessible as possible to a
66

77
* Due to high demand, the role="document" is added back to the contents of the modal. This makes it so NVDA automatically switches into document reading mode inside of the modal. NVDA had previously let you toggle the reading mode, but since many modals contain items that require document browsing mode, I've added this back in as the default.
88
* There is now a check that when the modal window is open, detects any time the #mainPage or any of its contents receives focus and will redirect the focus to the modal window. This was necessary because of the modal window was open and you went to the address bar, if you started tabbing again you would interact with the main page.
9-
* Both the documentation and the live demo now live on GitHub.
9+
* Both the documentation and the [live demo](http://gdkraus.github.io/accessible-modal-dialog/) now live on GitHub.
1010

1111
##Features
1212

0 commit comments

Comments
 (0)