Interactive Elements
These elements help to create interactive user interface objects.
details
scss
details {
}
Details.
The details
element represents a disclosure widget from which the user can obtain additional information or controls.
summary
scss
summary {
}
Summary.
The summary
element represents a summary, caption, or legend for the rest of the contents of the summary
element’s parent details
element, if any.
dialog
scss
dialog {
}
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.