MiscTags

trait MiscTags[T[_ <: DomHtmlElement], DomHtmlElement, HtmlTitle <: DomHtmlElement, HtmlStyle <: DomHtmlElement, HtmlElement <: DomHtmlElement, HtmlQuote <: DomHtmlElement, HtmlProgress <: DomHtmlElement, HtmlMenu <: DomHtmlElement]

Contains HTML tags which are used less frequently. These are generally imported individually as needed.

Contains HTML tags which are used less frequently. These are generally imported individually as needed.

class Object
trait Matchable
class Any

Value members

Concrete fields

lazy val `var`: T[HtmlElement]

Represents a variable.

Represents a variable.

MDN

lazy val abbr: T[HtmlElement]

An abbreviation or acronym; the expansion of the abbreviation can be represented in the title attribute.

An abbreviation or acronym; the expansion of the abbreviation can be represented in the title attribute.

MDN

lazy val address: T[HtmlElement]

Defines a section containing contact information.

Defines a section containing contact information.

MDN

lazy val article: T[HtmlElement]

Defines self-contained content that could exist independently of the rest of the content.

Defines self-contained content that could exist independently of the rest of the content.

MDN

lazy val aside: T[HtmlElement]

Defines some content loosely related to the page content. If it is removed, the remaining content still makes sense.

Defines some content loosely related to the page content. If it is removed, the remaining content still makes sense.

MDN

lazy val bdi: T[HtmlElement]

Represents text that must be isolated from its surrounding for bidirectional text formatting. It allows embedding a span of text with a different, or unknown, directionality.

Represents text that must be isolated from its surrounding for bidirectional text formatting. It allows embedding a span of text with a different, or unknown, directionality.

MDN

lazy val bdo: T[HtmlElement]

Represents the directionality of its children, in order to explicitly override the Unicode bidirectional algorithm.

Represents the directionality of its children, in order to explicitly override the Unicode bidirectional algorithm.

MDN

lazy val command: T[HtmlElement]

A command that the user can invoke.

A command that the user can invoke.

MDN

lazy val dataTag: T[HtmlElement]

Associates to its content a machine-readable equivalent.

Associates to its content a machine-readable equivalent.

MDN

lazy val details: T[HtmlElement]

A widget from which the user can obtain additional information or controls.

A widget from which the user can obtain additional information or controls.

MDN

lazy val dfn: T[HtmlElement]

Represents a term whose definition is contained in its nearest ancestor content.

Represents a term whose definition is contained in its nearest ancestor content.

MDN

lazy val kbd: T[HtmlElement]

Represents user input, often from a keyboard, but not necessarily.

Represents user input, often from a keyboard, but not necessarily.

MDN

lazy val keyGen: T[HtmlElement]

A key-pair generator control.

A key-pair generator control.

MDN

lazy val main: T[HtmlElement]

Defines the main or important content in the document. There is only one main element in the document.

Defines the main or important content in the document. There is only one main element in the document.

MDN

lazy val mark: T[HtmlElement]

Represents text highlighted for reference purposes, that is for its relevance in another context.

Represents text highlighted for reference purposes, that is for its relevance in another context.

MDN

lazy val math: T[HtmlElement]

Defines a mathematical formula.

Defines a mathematical formula.

MDN

lazy val meter: T[HtmlElement]

A scalar measurement within a known range.

A scalar measurement within a known range.

MDN

lazy val output: T[HtmlElement]

The result of a calculation

The result of a calculation

MDN

lazy val progress: T[HtmlProgress]

A progress completion bar

A progress completion bar

MDN

lazy val q: T[HtmlQuote]

An inline quotation.

An inline quotation.

MDN

lazy val rp: T[HtmlElement]

Represents parenthesis around a ruby annotation, used to display the annotation in an alternate way by browsers not supporting the standard display for annotations.

Represents parenthesis around a ruby annotation, used to display the annotation in an alternate way by browsers not supporting the standard display for annotations.

MDN

lazy val rt: T[HtmlElement]

Represents the text of a ruby annotation.

Represents the text of a ruby annotation.

MDN

lazy val ruby: T[HtmlElement]

Represents content to be marked with ruby annotations, short runs of text presented alongside the text. This is often used in conjunction with East Asian language where the annotations act as a guide for pronunciation, like the Japanese furigana .

Represents content to be marked with ruby annotations, short runs of text presented alongside the text. This is often used in conjunction with East Asian language where the annotations act as a guide for pronunciation, like the Japanese furigana .

MDN

lazy val samp: T[HtmlElement]

Represents the output of a program or a computer.

Represents the output of a program or a computer.

MDN

lazy val section: T[HtmlElement]

Represents a generic section of a document, i.e., a thematic grouping of content, typically with a heading.

Represents a generic section of a document, i.e., a thematic grouping of content, typically with a heading.

MDN

lazy val styleTag: T[HtmlStyle]

Used to write inline CSS.

Used to write inline CSS.

MDN

lazy val summary: T[HtmlElement]

A summary, caption, or legend for a given details.

A summary, caption, or legend for a given details.

MDN

lazy val time: T[HtmlElement]

Represents a date and time value; the machine-readable equivalent can be represented in the datetime attribute

Represents a date and time value; the machine-readable equivalent can be represented in the datetime attribute

MDN

lazy val titleTag: T[HtmlTitle]

Defines the title of the document, shown in a browser's title bar or on the page's tab. It can only contain text and any contained tags are not interpreted.

Defines the title of the document, shown in a browser's title bar or on the page's tab. It can only contain text and any contained tags are not interpreted.

MDN