Domovoy API

AudioAttributes extends MediaAttributes
in package
implements NodeAttributes

Content attributes from the DOM Element interface.

Tags
see
https://html.spec.whatwg.org/multipage/media.html#htmlaudioelement

Table of Contents

Interfaces

NodeAttributes
Marker interface for typed element attributes.

Properties

$accessKey  : string|null
$aria  : AriaAttributes|null
$autocapitalize  : string|null
$autocorrect  : bool|null
$autofocus  : bool|null
$autoplay  : bool|null
$className  : string|null
$contentEditable  : string|null
$controls  : bool|null
$crossOrigin  : string|null
$currentTime  : float|null
$dataset  : DataAttributes|null
$defaultMuted  : bool|null
$defaultPlaybackRate  : float|null
$dir  : string|null
$draggable  : bool|null
$enterKeyHint  : string|null
$exportParts  : string|null
$headingOffset  : int<0, 8>|null
$headingReset  : bool|null
$hidden  : string|null
$id  : string|null
$inert  : bool|null
$inputMode  : string|null
$is  : string|null
$itemId  : string|null
$itemProp  : string|null
$itemRef  : string|null
$itemScope  : bool|null
$itemType  : string|null
$lang  : string|null
$loop  : bool|null
$muted  : bool|null
$nonce  : string|null
$on  : EventAttributes|null
$part  : string|null
$playbackRate  : float|null
$popover  : string|null
$preload  : string|null
$preservesPitch  : bool|null
$slot  : string|null
$spellcheck  : bool|null
$src  : string|null
$srcObject  : string|null
$style  : string|null
$tabIndex  : int|null
$title  : string|null
$translate  : bool|null
$volume  : float|null
$writingSuggestions  : string|null

Properties

$exportParts

public string|null $exportParts = null

Value for the exportparts attribute (CSS shadow part export mapping)

$is

public string|null $is = null

Value for the is attribute (custom element name)

$itemId

public string|null $itemId = null

Value for the itemid attribute (microdata)

$itemProp

public string|null $itemProp = null

Value for the itemprop attribute (microdata)

$itemRef

public string|null $itemRef = null

Value for the itemref attribute (microdata)

$itemScope

public bool|null $itemScope = null

Value for the itemscope attribute (microdata)

$itemType

public string|null $itemType = null

Value for the itemtype attribute (microdata)

$part

public string|null $part = null

Value for the part attribute (CSS shadow parts)

$style

public string|null $style = null

Value for the style attribute (inline CSS declarations)


        
On this page

Search results