the 5th of May, 2018

Adding aria-describedby to the modal

As kindly requested by @ram1279, it is now possible to add aria-describedby to the modal code.

To do this, you have to specify data-modal-describedby-id="<the id of the description>" on the button that launches the accessible modal, and the script will add it.

The third demo has an example of this new feature.

The update has been published one hour ago on Github/NPM (see Github repositery of Van11y modal).