attr Module

HTML attributes.

Nested modules

Modules Description

async

task

Functions and values

Function or value Description

``class`` v

Full Usage: ``class`` v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML class attribute.

v : obj

The value of the attribute.

Returns: Attr

``default`` v

Full Usage: ``default`` v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML default attribute.

v : obj

The value of the attribute.

Returns: Attr

``for`` v

Full Usage: ``for`` v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML for attribute.

v : obj

The value of the attribute.

Returns: Attr

``open`` v

Full Usage: ``open`` v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML open attribute.

v : obj

The value of the attribute.

Returns: Attr

``type`` v

Full Usage: ``type`` v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML type attribute.

v : obj

The value of the attribute.

Returns: Attr

accept v

Full Usage: accept v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML accept attribute.

v : obj

The value of the attribute.

Returns: Attr

acceptCharset v

Full Usage: acceptCharset v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML accept-charset attribute.

v : obj

The value of the attribute.

Returns: Attr

accesskey v

Full Usage: accesskey v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML accesskey attribute.

v : obj

The value of the attribute.

Returns: Attr

action v

Full Usage: action v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML action attribute.

v : obj

The value of the attribute.

Returns: Attr

align v

Full Usage: align v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML align attribute.

v : obj

The value of the attribute.

Returns: Attr

allow v

Full Usage: allow v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML allow attribute.

v : obj

The value of the attribute.

Returns: Attr

alt v

Full Usage: alt v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML alt attribute.

v : obj

The value of the attribute.

Returns: Attr

aria name v

Full Usage: aria name v

Parameters:
    name : string - The attribute name, minus the aria- prefix.
    v : obj - The attribute value.

Returns: Attr
Modifiers: inline

Create an HTML aria-X attribute.

name : string

The attribute name, minus the aria- prefix.

v : obj

The attribute value.

Returns: Attr

async' v

Full Usage: async' v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML async attribute.

v : obj

The value of the attribute.

Returns: Attr

autocapitalize v

Full Usage: autocapitalize v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML autocapitalize attribute.

v : obj

The value of the attribute.

Returns: Attr

autocomplete v

Full Usage: autocomplete v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML autocomplete attribute.

v : obj

The value of the attribute.

Returns: Attr

autofocus v

Full Usage: autofocus v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML autofocus attribute.

v : obj

The value of the attribute.

Returns: Attr

autoplay v

Full Usage: autoplay v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML autoplay attribute.

v : obj

The value of the attribute.

Returns: Attr

bgcolor v

Full Usage: bgcolor v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML bgcolor attribute.

v : obj

The value of the attribute.

Returns: Attr

border v

Full Usage: border v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML border attribute.

v : obj

The value of the attribute.

Returns: Attr

buffered v

Full Usage: buffered v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML buffered attribute.

v : obj

The value of the attribute.

Returns: Attr

callback name value

Full Usage: callback name value

Parameters:
    name : string - The name of the attribute (including "on" prefix for HTML event handlers).
    value : 'T -> unit - The function to use as callback.

Returns: Attr
Modifiers: inline
Type parameters: 'T

Create an attribute whose value is a callback. Use this function for Blazor component attributes of type EventCallback.

For HTML event handlers, prefer functions from the module on.

name : string

The name of the attribute (including "on" prefix for HTML event handlers).

value : 'T -> unit

The function to use as callback.

Returns: Attr

challenge v

Full Usage: challenge v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML challenge attribute.

v : obj

The value of the attribute.

Returns: Attr

charset v

Full Usage: charset v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML charset attribute.

v : obj

The value of the attribute.

Returns: Attr

checked v

Full Usage: checked v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML checked attribute.

v : obj

The value of the attribute.

Returns: Attr

cite v

Full Usage: cite v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML cite attribute.

v : obj

The value of the attribute.

Returns: Attr

code v

Full Usage: code v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML code attribute.

v : obj

The value of the attribute.

Returns: Attr

codebase v

Full Usage: codebase v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML codebase attribute.

v : obj

The value of the attribute.

Returns: Attr

color v

Full Usage: color v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML color attribute.

v : obj

The value of the attribute.

Returns: Attr

cols v

Full Usage: cols v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML cols attribute.

v : obj

The value of the attribute.

Returns: Attr

colspan v

Full Usage: colspan v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML colspan attribute.

v : obj

The value of the attribute.

Returns: Attr

content v

Full Usage: content v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML content attribute.

v : obj

The value of the attribute.

Returns: Attr

contenteditable v

Full Usage: contenteditable v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML contenteditable attribute.

v : obj

The value of the attribute.

Returns: Attr

contextmenu v

Full Usage: contextmenu v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML contextmenu attribute.

v : obj

The value of the attribute.

Returns: Attr

controls v

Full Usage: controls v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML controls attribute.

v : obj

The value of the attribute.

Returns: Attr

coords v

Full Usage: coords v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML coords attribute.

v : obj

The value of the attribute.

Returns: Attr

crossorigin v

Full Usage: crossorigin v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML crossorigin attribute.

v : obj

The value of the attribute.

Returns: Attr

csp v

Full Usage: csp v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML csp attribute.

v : obj

The value of the attribute.

Returns: Attr

data v

Full Usage: data v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML data attribute.

v : obj

The value of the attribute.

Returns: Attr

datetime v

Full Usage: datetime v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML datetime attribute.

v : obj

The value of the attribute.

Returns: Attr

decoding v

Full Usage: decoding v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML decoding attribute.

v : obj

The value of the attribute.

Returns: Attr

defer v

Full Usage: defer v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML defer attribute.

v : obj

The value of the attribute.

Returns: Attr

dir v

Full Usage: dir v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML dir attribute.

v : obj

The value of the attribute.

Returns: Attr

dirname v

Full Usage: dirname v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML dirname attribute.

v : obj

The value of the attribute.

Returns: Attr

disabled v

Full Usage: disabled v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML disabled attribute.

v : obj

The value of the attribute.

Returns: Attr

download v

Full Usage: download v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML download attribute.

v : obj

The value of the attribute.

Returns: Attr

draggable v

Full Usage: draggable v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML draggable attribute.

v : obj

The value of the attribute.

Returns: Attr

dropzone v

Full Usage: dropzone v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML dropzone attribute.

v : obj

The value of the attribute.

Returns: Attr

empty ()

Full Usage: empty ()

Parameters:
    () : unit

Returns: Attr
Modifiers: inline

Create an empty attribute.

() : unit
Returns: Attr

enctype v

Full Usage: enctype v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML enctype attribute.

v : obj

The value of the attribute.

Returns: Attr

form v

Full Usage: form v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML form attribute.

v : obj

The value of the attribute.

Returns: Attr

formaction v

Full Usage: formaction v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML formaction attribute.

v : obj

The value of the attribute.

Returns: Attr

fragment name node

Full Usage: fragment name node

Parameters:
    name : string - The name of the attribute.
    node : Node - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an attribute whose value is an HTML fragment. Use this function for Blazor component attributes of type RenderFragment.

name : string

The name of the attribute.

node : Node

The value of the attribute.

Returns: Attr

fragmentWith name node

Full Usage: fragmentWith name node

Parameters:
    name : string - The name of the attribute.
    node : 'a -> Node - The value of the attribute.

Returns: Attr
Modifiers: inline
Type parameters: 'a

Create an attribute whose value is a parameterized HTML fragment. Use this function for Blazor component attributes of type RenderFragment.

name : string

The name of the attribute.

node : 'a -> Node

The value of the attribute.

Returns: Attr

headers v

Full Usage: headers v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML headers attribute.

v : obj

The value of the attribute.

Returns: Attr

height v

Full Usage: height v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML height attribute.

v : obj

The value of the attribute.

Returns: Attr

hidden v

Full Usage: hidden v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML hidden attribute.

v : obj

The value of the attribute.

Returns: Attr

high v

Full Usage: high v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML high attribute.

v : obj

The value of the attribute.

Returns: Attr

href v

Full Usage: href v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML href attribute.

v : obj

The value of the attribute.

Returns: Attr

hreflang v

Full Usage: hreflang v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML hreflang attribute.

v : obj

The value of the attribute.

Returns: Attr

httpEquiv v

Full Usage: httpEquiv v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML http-equiv attribute.

v : obj

The value of the attribute.

Returns: Attr

icon v

Full Usage: icon v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML icon attribute.

v : obj

The value of the attribute.

Returns: Attr

id v

Full Usage: id v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML id attribute.

v : obj

The value of the attribute.

Returns: Attr

importance v

Full Usage: importance v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML importance attribute.

v : obj

The value of the attribute.

Returns: Attr

integrity v

Full Usage: integrity v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML integrity attribute.

v : obj

The value of the attribute.

Returns: Attr

ismap v

Full Usage: ismap v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML ismap attribute.

v : obj

The value of the attribute.

Returns: Attr

itemprop v

Full Usage: itemprop v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML itemprop attribute.

v : obj

The value of the attribute.

Returns: Attr

key k

Full Usage: key k

Parameters:
    k : obj - The unique key.

Returns: Attr
Modifiers: inline

Set an element's unique key among a sequence of similar elements.

k : obj

The unique key.

Returns: Attr

keytype v

Full Usage: keytype v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML keytype attribute.

v : obj

The value of the attribute.

Returns: Attr

kind v

Full Usage: kind v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML kind attribute.

v : obj

The value of the attribute.

Returns: Attr

label v

Full Usage: label v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML label attribute.

v : obj

The value of the attribute.

Returns: Attr

lang v

Full Usage: lang v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML lang attribute.

v : obj

The value of the attribute.

Returns: Attr

language v

Full Usage: language v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML language attribute.

v : obj

The value of the attribute.

Returns: Attr

lazyload v

Full Usage: lazyload v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML lazyload attribute.

v : obj

The value of the attribute.

Returns: Attr

list v

Full Usage: list v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML list attribute.

v : obj

The value of the attribute.

Returns: Attr

loop v

Full Usage: loop v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML loop attribute.

v : obj

The value of the attribute.

Returns: Attr

low v

Full Usage: low v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML low attribute.

v : obj

The value of the attribute.

Returns: Attr

manifest v

Full Usage: manifest v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML manifest attribute.

v : obj

The value of the attribute.

Returns: Attr

max v

Full Usage: max v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML max attribute.

v : obj

The value of the attribute.

Returns: Attr

maxlength v

Full Usage: maxlength v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML maxlength attribute.

v : obj

The value of the attribute.

Returns: Attr

media v

Full Usage: media v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML media attribute.

v : obj

The value of the attribute.

Returns: Attr

method v

Full Usage: method v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML method attribute.

v : obj

The value of the attribute.

Returns: Attr

min v

Full Usage: min v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML min attribute.

v : obj

The value of the attribute.

Returns: Attr

minlength v

Full Usage: minlength v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML minlength attribute.

v : obj

The value of the attribute.

Returns: Attr

multiple v

Full Usage: multiple v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML multiple attribute.

v : obj

The value of the attribute.

Returns: Attr

muted v

Full Usage: muted v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML muted attribute.

v : obj

The value of the attribute.

Returns: Attr

name v

Full Usage: name v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML name attribute.

v : obj

The value of the attribute.

Returns: Attr

novalidate v

Full Usage: novalidate v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML novalidate attribute.

v : obj

The value of the attribute.

Returns: Attr

optimum v

Full Usage: optimum v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML optimum attribute.

v : obj

The value of the attribute.

Returns: Attr

pattern v

Full Usage: pattern v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML pattern attribute.

v : obj

The value of the attribute.

Returns: Attr

ping v

Full Usage: ping v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML ping attribute.

v : obj

The value of the attribute.

Returns: Attr

placeholder v

Full Usage: placeholder v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML placeholder attribute.

v : obj

The value of the attribute.

Returns: Attr

poster v

Full Usage: poster v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML poster attribute.

v : obj

The value of the attribute.

Returns: Attr

preload v

Full Usage: preload v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML preload attribute.

v : obj

The value of the attribute.

Returns: Attr

readonly v

Full Usage: readonly v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML readonly attribute.

v : obj

The value of the attribute.

Returns: Attr

ref r

Full Usage: ref r

Parameters:
    r : Ref<'T> - The reference.

Returns: RefContent
Modifiers: inline
Type parameters: 'T

Bind an element or component reference.

Must be inserted in an element or component computation expression, after attributes and before child content.

r : Ref<'T>

The reference.

Returns: RefContent

rel v

Full Usage: rel v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML rel attribute.

v : obj

The value of the attribute.

Returns: Attr

required v

Full Usage: required v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML required attribute.

v : obj

The value of the attribute.

Returns: Attr

reversed v

Full Usage: reversed v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML reversed attribute.

v : obj

The value of the attribute.

Returns: Attr

rows v

Full Usage: rows v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML rows attribute.

v : obj

The value of the attribute.

Returns: Attr

rowspan v

Full Usage: rowspan v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML rowspan attribute.

v : obj

The value of the attribute.

Returns: Attr

sandbox v

Full Usage: sandbox v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML sandbox attribute.

v : obj

The value of the attribute.

Returns: Attr

scope v

Full Usage: scope v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML scope attribute.

v : obj

The value of the attribute.

Returns: Attr

selected v

Full Usage: selected v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML selected attribute.

v : obj

The value of the attribute.

Returns: Attr

shape v

Full Usage: shape v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML shape attribute.

v : obj

The value of the attribute.

Returns: Attr

size v

Full Usage: size v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML size attribute.

v : obj

The value of the attribute.

Returns: Attr

sizes v

Full Usage: sizes v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML sizes attribute.

v : obj

The value of the attribute.

Returns: Attr

slot v

Full Usage: slot v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML slot attribute.

v : obj

The value of the attribute.

Returns: Attr

span v

Full Usage: span v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML span attribute.

v : obj

The value of the attribute.

Returns: Attr

spellcheck v

Full Usage: spellcheck v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML spellcheck attribute.

v : obj

The value of the attribute.

Returns: Attr

src v

Full Usage: src v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML src attribute.

v : obj

The value of the attribute.

Returns: Attr

srcdoc v

Full Usage: srcdoc v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML srcdoc attribute.

v : obj

The value of the attribute.

Returns: Attr

srclang v

Full Usage: srclang v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML srclang attribute.

v : obj

The value of the attribute.

Returns: Attr

srcset v

Full Usage: srcset v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML srcset attribute.

v : obj

The value of the attribute.

Returns: Attr

start v

Full Usage: start v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML start attribute.

v : obj

The value of the attribute.

Returns: Attr

step v

Full Usage: step v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML step attribute.

v : obj

The value of the attribute.

Returns: Attr

style v

Full Usage: style v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML style attribute.

v : obj

The value of the attribute.

Returns: Attr

summary v

Full Usage: summary v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML summary attribute.

v : obj

The value of the attribute.

Returns: Attr

tabindex v

Full Usage: tabindex v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML tabindex attribute.

v : obj

The value of the attribute.

Returns: Attr

target v

Full Usage: target v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML target attribute.

v : obj

The value of the attribute.

Returns: Attr

title v

Full Usage: title v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML title attribute.

v : obj

The value of the attribute.

Returns: Attr

translate v

Full Usage: translate v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML translate attribute.

v : obj

The value of the attribute.

Returns: Attr

usemap v

Full Usage: usemap v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML usemap attribute.

v : obj

The value of the attribute.

Returns: Attr

value v

Full Usage: value v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML value attribute.

v : obj

The value of the attribute.

Returns: Attr

width v

Full Usage: width v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML width attribute.

v : obj

The value of the attribute.

Returns: Attr

wrap v

Full Usage: wrap v

Parameters:
    v : obj - The value of the attribute.

Returns: Attr
Modifiers: inline

Create an HTML wrap attribute.

v : obj

The value of the attribute.

Returns: Attr