aside

slinky.web.html.aside$
object aside extends Tag

The HTML <aside> element represents a section of a document with content connected tangentially to the main content of the document (often presented as a sidebar).

Attributes

Graph
Supertypes
trait Tag
class Object
trait Matchable
class Any
Self type
aside.type

Members list

Concise view

Type members

Classlikes

object tag extends TagElement

Attributes

Graph
Supertypes
class TagElement
class Object
trait Matchable
class Any
Self type
tag.type

Types

type tagType = tag.type

Value members

Concrete methods

def apply(mods: TagMod[tag.type]*): WithAttrs[tagType]