controls

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

audio - If this attribute is present, the browser will offer controls to allow the user to control audio playback, including volume, seeking, and pause/resume playback. video - If this attribute is present, the browser will offer controls to allow the user to control video playback, including volume, seeking, and pause/resume playback.

Attributes

Graph
Supertypes
trait Attr
class Object
trait Matchable
class Any
Self 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[_controls_attr.type]
def :=(v: Option[Boolean]): OptionalAttrPair[_controls_attr.type]

Implicits

Implicits

implicit def boolToPairaudioApplied(attrObj: controls.type.this.type): AttrPair[tag.type]
implicit def boolToPairstarApplied(attrObj: controls.type.this.type): AttrPair[tag.type]
implicit def boolToPairvideoApplied(attrObj: controls.type.this.type): AttrPair[tag.type]