role dialog

suggest change

A dialog is an application window that is designed to interrupt the current processing of an application in order to prompt the user to enter information or require a response.

<div role="dialog">
  <p>Are you sure?</p>
  <button role="button">Yes</button>
  <button role="button">No</button>
</div>

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents