Stylament 0.28.3

Interactive Elements

These elements help to create interactive user interface objects.

Related

Spec [external]

MDN [external]

details

scss
details {
  
}

Details disclosure.

The details element represents a disclosure widget from which the user can obtain additional information or controls.

Related

Spec [external]

MDN [external]

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.

Related

Spec [external]

MDN [external]

summary

scss
summary {
  
}

Disclosure 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.

Related

Spec [external]

MDN [external]