ericmmartin / simplemodal

A modal dialog framework for jQuery
http://simplemodal.com/
Other
506 stars 229 forks source link

508 Compliance: Add role attribute to modal. #69

Closed santhoshbalakrishnan-okta closed 7 years ago

santhoshbalakrishnan-okta commented 7 years ago

Description

Adding role="dialog" attribute to the simple modal container for screen readers to interpret the container div as a dialog modal.

Testing

Tested manually that the screen readers say 'dialog' when mouse enters or tabbed inside the modal.