dialog
The dialog element represents a part of an application that a user interacts with to perform a task, for example a dialog box, inspector, or window. 4.11.4. The dialog element
Links about dialog
Having an open dialog | scottohara.me
I’ve written about building accessible modal dialogs a few times over the past five-ish years. Most recently I dissected the current state of modal dialog ac...
Tags:<dialog>: The Dialog element
The HTML dialog element represents a dialog box or other interactive component, such as a dismissable alert, inspector, or subwindow.
<dialog>
<h1>Hello World</h1>
</dialog>
Explore other pages
- :not()
Represents an element that is not represented by its argument.
- aria-roledescription
Defines a human-readable, author-localized description for the role of an element.
- *
Represents an element of any element type.
- select
A control for selecting amongst a set of options.