Domovoy API

FieldSetAttributes extends GlobalAttributes
in package
implements NodeAttributes

Content attributes from the DOM Element interface.

Tags
see
https://html.spec.whatwg.org/multipage/form-elements.html#htmlfieldsetelement

Table of Contents

Interfaces

NodeAttributes
Marker interface for typed element attributes.

Properties

$acceptCharset  : string|null
$accessKey  : string|null
$action  : string|null
$aria  : AriaAttributes|null
$autocapitalize  : string|null
$autocomplete  : string|null
$autocorrect  : bool|null
$autofocus  : bool|null
$className  : string|null
$contentEditable  : string|null
$dataset  : DataAttributes|null
$dir  : string|null
$disabled  : bool|null
$draggable  : bool|null
$encoding  : string|null
$enctype  : string|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
$method  : string|null
$name  : string|null
$nonce  : string|null
$noValidate  : bool|null
$on  : EventAttributes|null
$part  : string|null
$popover  : string|null
$rel  : string|null
$relList  : string|null
$slot  : string|null
$spellcheck  : bool|null
$style  : string|null
$tabIndex  : int|null
$target  : string|null
$title  : string|null
$translate  : bool|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