Attribute
Attribute
attribute : Str -> Str -> Attribute
Define a non-standard attribute. You can use this to add attributes that are not already supported.
accept : Str -> Attribute
Construct a accept attribute.
accept_charset : Str -> Attribute
Construct a accept-charset attribute.
accesskey : Str -> Attribute
Construct a accesskey attribute.
action : Str -> Attribute
Construct a action attribute.
align : Str -> Attribute
Construct a align attribute.
allow : Str -> Attribute
Construct a allow attribute.
alt : Str -> Attribute
Construct a alt attribute.
async : Str -> Attribute
Construct a async attribute.
autocapitalize : Str -> Attribute
Construct a autocapitalize attribute.
autocomplete : Str -> Attribute
Construct a autocomplete attribute.
autofocus : Str -> Attribute
Construct a autofocus attribute.
autoplay : Str -> Attribute
Construct a autoplay attribute.
background : Str -> Attribute
Construct a background attribute.
bgcolor : Str -> Attribute
Construct a bgcolor attribute.
border : Str -> Attribute
Construct a border attribute.
buffered : Str -> Attribute
Construct a buffered attribute.
capture : Str -> Attribute
Construct a capture attribute.
challenge : Str -> Attribute
Construct a challenge attribute.
charset : Str -> Attribute
Construct a charset attribute.
checked : Str -> Attribute
Construct a checked attribute.
cite : Str -> Attribute
Construct a cite attribute.
class : Str -> Attribute
Construct a class attribute.
code : Str -> Attribute
Construct a code attribute.
codebase : Str -> Attribute
Construct a codebase attribute.
color : Str -> Attribute
Construct a color attribute.
cols : Str -> Attribute
Construct a cols attribute.
colspan : Str -> Attribute
Construct a colspan attribute.
content : Str -> Attribute
Construct a content attribute.
contenteditable : Str -> Attribute
Construct a contenteditable attribute.
contextmenu : Str -> Attribute
Construct a contextmenu attribute.
controls : Str -> Attribute
Construct a controls attribute.
coords : Str -> Attribute
Construct a coords attribute.
crossorigin : Str -> Attribute
Construct a crossorigin attribute.
csp : Str -> Attribute
Construct a csp attribute.
data : Str -> Attribute
Construct a data attribute.
datetime : Str -> Attribute
Construct a datetime attribute.
decoding : Str -> Attribute
Construct a decoding attribute.
default : Str -> Attribute
Construct a default attribute.
defer : Str -> Attribute
Construct a defer attribute.
dir : Str -> Attribute
Construct a dir attribute.
dirname : Str -> Attribute
Construct a dirname attribute.
disabled : Str -> Attribute
Construct a disabled attribute.
download : Str -> Attribute
Construct a download attribute.
draggable : Str -> Attribute
Construct a draggable attribute.
enctype : Str -> Attribute
Construct a enctype attribute.
enterkeyhint : Str -> Attribute
Construct a enterkeyhint attribute.
for : Str -> Attribute
Construct a for attribute.
form : Str -> Attribute
Construct a form attribute.
formaction : Str -> Attribute
Construct a formaction attribute.
formenctype : Str -> Attribute
Construct a formenctype attribute.
formmethod : Str -> Attribute
Construct a formmethod attribute.
formnovalidate : Str -> Attribute
Construct a formnovalidate attribute.
formtarget : Str -> Attribute
Construct a formtarget attribute.
headers : Str -> Attribute
Construct a headers attribute.
height : Str -> Attribute
Construct a height attribute.
hidden : Str -> Attribute
Construct a hidden attribute.
high : Str -> Attribute
Construct a high attribute.
href : Str -> Attribute
Construct a href attribute.
hreflang : Str -> Attribute
Construct a hreflang attribute.
http_equiv : Str -> Attribute
Construct a http-equiv attribute.
icon : Str -> Attribute
Construct a icon attribute.
id : Str -> Attribute
Construct a id attribute.
importance : Str -> Attribute
Construct a importance attribute.
inputmode : Str -> Attribute
Construct a inputmode attribute.
integrity : Str -> Attribute
Construct a integrity attribute.
intrinsicsize : Str -> Attribute
Construct a intrinsicsize attribute.
ismap : Str -> Attribute
Construct a ismap attribute.
itemprop : Str -> Attribute
Construct a itemprop attribute.
keytype : Str -> Attribute
Construct a keytype attribute.
kind : Str -> Attribute
Construct a kind attribute.
label : Str -> Attribute
Construct a label attribute.
lang : Str -> Attribute
Construct a lang attribute.
language : Str -> Attribute
Construct a language attribute.
list : Str -> Attribute
Construct a list attribute.
loading : Str -> Attribute
Construct a loading attribute.
loop : Str -> Attribute
Construct a loop attribute.
low : Str -> Attribute
Construct a low attribute.
manifest : Str -> Attribute
Construct a manifest attribute.
max : Str -> Attribute
Construct a max attribute.
maxlength : Str -> Attribute
Construct a maxlength attribute.
media : Str -> Attribute
Construct a media attribute.
method : Str -> Attribute
Construct a method attribute.
min : Str -> Attribute
Construct a min attribute.
minlength : Str -> Attribute
Construct a minlength attribute.
multiple : Str -> Attribute
Construct a multiple attribute.
muted : Str -> Attribute
Construct a muted attribute.
name : Str -> Attribute
Construct a name attribute.
novalidate : Str -> Attribute
Construct a novalidate attribute.
open : Str -> Attribute
Construct a open attribute.
optimum : Str -> Attribute
Construct a optimum attribute.
pattern : Str -> Attribute
Construct a pattern attribute.
ping : Str -> Attribute
Construct a ping attribute.
placeholder : Str -> Attribute
Construct a placeholder attribute.
poster : Str -> Attribute
Construct a poster attribute.
preload : Str -> Attribute
Construct a preload attribute.
radiogroup : Str -> Attribute
Construct a radiogroup attribute.
readonly : Str -> Attribute
Construct a readonly attribute.
referrerpolicy : Str -> Attribute
Construct a referrerpolicy attribute.
rel : Str -> Attribute
Construct a rel attribute.
required : Str -> Attribute
Construct a required attribute.
reversed : Str -> Attribute
Construct a reversed attribute.
role : Str -> Attribute
Construct a role attribute.
rows : Str -> Attribute
Construct a rows attribute.
rowspan : Str -> Attribute
Construct a rowspan attribute.
sandbox : Str -> Attribute
Construct a sandbox attribute.
scope : Str -> Attribute
Construct a scope attribute.
scoped : Str -> Attribute
Construct a scoped attribute.
selected : Str -> Attribute
Construct a selected attribute.
shape : Str -> Attribute
Construct a shape attribute.
size : Str -> Attribute
Construct a size attribute.
sizes : Str -> Attribute
Construct a sizes attribute.
slot : Str -> Attribute
Construct a slot attribute.
span : Str -> Attribute
Construct a span attribute.
spellcheck : Str -> Attribute
Construct a spellcheck attribute.
src : Str -> Attribute
Construct a src attribute.
srcdoc : Str -> Attribute
Construct a srcdoc attribute.
srclang : Str -> Attribute
Construct a srclang attribute.
srcset : Str -> Attribute
Construct a srcset attribute.
start : Str -> Attribute
Construct a start attribute.
step : Str -> Attribute
Construct a step attribute.
style : Str -> Attribute
Construct a style attribute.
summary : Str -> Attribute
Construct a summary attribute.
tabindex : Str -> Attribute
Construct a tabindex attribute.
target : Str -> Attribute
Construct a target attribute.
title : Str -> Attribute
Construct a title attribute.
translate : Str -> Attribute
Construct a translate attribute.
type : Str -> Attribute
Construct a type attribute.
usemap : Str -> Attribute
Construct a usemap attribute.
value : Str -> Attribute
Construct a value attribute.
width : Str -> Attribute
Construct a width attribute.
wrap : Str -> Attribute
Construct a wrap attribute.