ARIA:
*ARIA
*role alertdialog
A type of dialog that contains an alert message, where initial focus goes to an element within the dialog.
<div role="alertdialog">
<h1>Warning</h1>
<div role="alert">Your session will expire in 60 seconds.</div>
</div>