EmbedTags

trait EmbedTags[T[_ <: DomHtmlElement], DomHtmlElement, HtmlImage <: DomHtmlElement, HtmlIframe <: DomHtmlElement, HtmlEmbed <: DomHtmlElement, HtmlObject <: DomHtmlElement, HtmlParam <: DomHtmlElement, HtmlVideo <: DomHtmlElement, HtmlAudio <: DomHtmlElement, HtmlSource <: DomHtmlElement, HtmlTrack <: DomHtmlElement, HtmlCanvas <: DomHtmlElement, HtmlMap <: DomHtmlElement, HtmlArea <: DomHtmlElement]
class Object
trait Matchable
class Any

Value members

Concrete fields

lazy val area: T[HtmlArea]

In conjunction with map, defines an image map

In conjunction with map, defines an image map

MDN

lazy val audio: T[HtmlAudio]

Represents a sound or an audio stream.

Represents a sound or an audio stream.

MDN

lazy val canvas: T[HtmlCanvas]

Represents a bitmap area that scripts can use to render graphics like graphs, games or any visual images on the fly.

Represents a bitmap area that scripts can use to render graphics like graphs, games or any visual images on the fly.

MDN

lazy val embed: T[HtmlEmbed]

Represents a integration point for an external, often non-HTML, application or interactive content.

Represents a integration point for an external, often non-HTML, application or interactive content.

MDN

lazy val iframe: T[HtmlIframe]

Represents a nested browsing context, that is an embedded HTML document.

Represents a nested browsing context, that is an embedded HTML document.

MDN

lazy val img: T[HtmlImage]

Represents an image.

Represents an image.

MDN

lazy val mapTag: T[HtmlMap]

In conjunction with area, defines an image map.

In conjunction with area, defines an image map.

MDN

lazy val objectTag: T[HtmlObject]

Represents an external resource, which is treated as an image, an HTML sub-document, or an external resource to be processed by a plug-in.

Represents an external resource, which is treated as an image, an HTML sub-document, or an external resource to be processed by a plug-in.

MDN

lazy val paramTag: T[HtmlParam]

Defines parameters for use by plug-ins invoked by object elements.

Defines parameters for use by plug-ins invoked by object elements.

MDN

lazy val source: T[HtmlSource]

Allows the authors to specify alternate media resources for media elements like video or audio

Allows the authors to specify alternate media resources for media elements like video or audio

MDN

lazy val track: T[HtmlTrack]

Allows authors to specify timed text track for media elements like video or audio

Allows authors to specify timed text track for media elements like video or audio

MDN

lazy val video: T[HtmlVideo]

Represents a video, and its associated audio files and captions, with the necessary interface to play it.

Represents a video, and its associated audio files and captions, with the necessary interface to play it.

MDN