default

slinky.web.html.default$
object default extends Attr

menuitem - This Boolean attribute indicates use of the same command as the menu's subject element (such as a button or input). track - This attribute indicates that the track should be enabled unless the user's preferences indicate that another track is more appropriate. This may only be used on one track element per media element.

Attributes

Graph
Supertypes
trait Attr
class Object
trait Matchable
class Any
Self type
default.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

Inherited types

type supports[T <: Tag] = AttrPair[attrType] => AttrPair[tagType]

Attributes

Inherited from:
Attr

Value members

Concrete methods

def :=(v: Boolean): AttrPair[_default_attr.type]
def :=(v: Option[Boolean]): OptionalAttrPair[_default_attr.type]

Implicits

Implicits

implicit def boolToPairmenuitemApplied(attrObj: default.type.this.type): AttrPair[tag.type]
implicit def boolToPairstarApplied(attrObj: default.type.this.type): AttrPair[tag.type]
implicit def boolToPairtrackApplied(attrObj: default.type.this.type): AttrPair[tag.type]