accessible-modal-dialog icon indicating copy to clipboard operation
accessible-modal-dialog copied to clipboard

An demonstration of how to code a modal dialog/window so that it is accessible to people with disabilities.

Results 18 accessible-modal-dialog issues
Sort by recently updated
recently updated
newest added

Hello, When trying your demo on safari browser, using the tab key let you get out of the modal box. From the third input field, pressing tab sets the focus...

https://github.com/gdkraus/accessible-modal-dialog/pull/18 is possibly better.

Markdown formatting changes so that headings and nested lists now appear as-expected. A few ordered lists were changed to unordered lists where it seemed to make sense. Snippets of code...

Would it be possible to replace the form with an external php file (with my own form)?

The initial demo page is normal unzoomed. ![1 unzoomed](https://user-images.githubusercontent.com/9466851/64871843-4e650500-d603-11e9-8cbf-8dcf7cc9852d.PNG) When the dialog is opened, focus is on "First Name" and the dialog is zoomed. I'm not sure if this is...

Hi, The unique license is nice but it refers to your name, but does not include it. Do you have a version that includes your name? Thanks,

GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1

after opening the lightbox the site content can still be scrolled. setting the site overflow to hidden when the lightbox is open should fix the issue.

On say a iPhone 4 sized screen the demo modal is not fully usable. It's centred and fixed and some of it is below the viewport. I've found that the...