capture

object capture extends Attr

When the value of the <strong>type</strong> attribute is <code>file</code>, the presence of this Boolean attribute indicates that capture of media directly from the device's environment using a <a class="external" href="https://www.w3.org/TR/html-media-capture/#dfn-media-capture-mechanism">media capture mechanism</a> is preferred.

trait Attr
class Object
trait Matchable
class Any

Type members

Classlikes

object tag extends TagElement

Types

Inherited types

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

Value members

Concrete methods

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

Implicits

Implicits

@inline
implicit def boolToPairinputApplied(attrObj: capture): AttrPair[tag]
@inline
implicit def boolToPairstarApplied(attrObj: capture): AttrPair[tag]