A modal control displays information or interactive content that must be dismissed before further interaction with the background page can occur.

Accessible Modal

Bootstrap Syntax

<a href="#"
class="accModal"
data-src="path/file.html#modalIdContent"
data-role="ContentRole"
id="uniqueID"
> ... </a>

Or

<a href="#"
class="accModal"
data-internal="modalIdContent"
data-role="ContentRole"
id="uniqueID"
> ... </a>

Attributes