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.

trait Attr
class Object
trait Matchable
class Any

Type members

Classlikes

object tag extends TagElement

Inherited types

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

Value members

Concrete methods

@inline
def :=(v: Boolean): AttrPair[_controls_attr]
@inline
def :=(v: Option[Boolean]): OptionalAttrPair[_controls_attr]

Implicits

Implicits

@inline
implicit def boolToPairaudioApplied(attrObj: controls): AttrPair[tag]
@inline
implicit def boolToPairstarApplied(attrObj: controls): AttrPair[tag]
@inline
implicit def boolToPairvideoApplied(attrObj: controls): AttrPair[tag]