lucid-0.3: Clear to write, read and edit DSL for HTML

Safe HaskellNone
LanguageHaskell98

Lucid.Html5

Description

Html5 terms.

Synopsis

Documentation

doctype_ :: Monad m => HtmlT m () Source

DOCTYPE element

doctypehtml_ :: Monad m => HtmlT m () -> HtmlT m () Source

DOCTYPE element + html element

a_ :: Monad m => HtmlT m () -> HtmlT m () Source

a element

abbr_ :: Monad m => HtmlT m () -> HtmlT m () Source

abbr element

address_ :: Monad m => HtmlT m () -> HtmlT m () Source

address element

area_ :: Monad m => HtmlT m () Source

area element

article_ :: Monad m => HtmlT m () -> HtmlT m () Source

article element

aside_ :: Monad m => HtmlT m () -> HtmlT m () Source

aside element

audio_ :: Monad m => HtmlT m () -> HtmlT m () Source

audio element

b_ :: Monad m => HtmlT m () -> HtmlT m () Source

b element

base_ :: Monad m => HtmlT m () Source

base element

bdo_ :: Monad m => HtmlT m () -> HtmlT m () Source

bdo element

blockquote_ :: Monad m => HtmlT m () -> HtmlT m () Source

blockquote element

body_ :: Monad m => HtmlT m () -> HtmlT m () Source

body element

br_ :: Monad m => HtmlT m () Source

br element

button_ :: Monad m => HtmlT m () -> HtmlT m () Source

button element

canvas_ :: Monad m => HtmlT m () -> HtmlT m () Source

canvas element

caption_ :: Monad m => HtmlT m () -> HtmlT m () Source

caption element

cite_ :: Mixed a r => a -> r Source

cite element or cite attribute.

code_ :: Monad m => HtmlT m () -> HtmlT m () Source

code element

col_ :: Monad m => HtmlT m () Source

col element

colgroup_ :: Monad m => HtmlT m () -> HtmlT m () Source

colgroup element

command_ :: Monad m => HtmlT m () -> HtmlT m () Source

command element

datalist_ :: Monad m => HtmlT m () -> HtmlT m () Source

datalist element

dd_ :: Monad m => HtmlT m () -> HtmlT m () Source

dd element

del_ :: Monad m => HtmlT m () -> HtmlT m () Source

del element

details_ :: Monad m => HtmlT m () -> HtmlT m () Source

details element

dfn_ :: Monad m => HtmlT m () -> HtmlT m () Source

dfn element

div_ :: Monad m => HtmlT m () -> HtmlT m () Source

div element

dl_ :: Monad m => HtmlT m () -> HtmlT m () Source

dl element

dt_ :: Monad m => HtmlT m () -> HtmlT m () Source

dt element

em_ :: Monad m => HtmlT m () -> HtmlT m () Source

em element

embed_ :: Monad m => HtmlT m () Source

embed element

fieldset_ :: Monad m => HtmlT m () -> HtmlT m () Source

fieldset element

figcaption_ :: Monad m => HtmlT m () -> HtmlT m () Source

figcaption element

figure_ :: Monad m => HtmlT m () -> HtmlT m () Source

figure element

footer_ :: Monad m => HtmlT m () -> HtmlT m () Source

footer element

form_ :: Mixed a r => a -> r Source

form element or form attribute

h1_ :: Monad m => HtmlT m () -> HtmlT m () Source

h1 element

h2_ :: Monad m => HtmlT m () -> HtmlT m () Source

h2 element

h3_ :: Monad m => HtmlT m () -> HtmlT m () Source

h3 element

h4_ :: Monad m => HtmlT m () -> HtmlT m () Source

h4 element

h5_ :: Monad m => HtmlT m () -> HtmlT m () Source

h5 element

h6_ :: Monad m => HtmlT m () -> HtmlT m () Source

h6 element

head_ :: Monad m => HtmlT m () -> HtmlT m () Source

head element

header_ :: Monad m => HtmlT m () -> HtmlT m () Source

header element

hgroup_ :: Monad m => HtmlT m () -> HtmlT m () Source

hgroup element

hr_ :: Monad m => HtmlT m () Source

hr element

html_ :: Monad m => HtmlT m () -> HtmlT m () Source

html element

i_ :: Monad m => HtmlT m () -> HtmlT m () Source

i element

iframe_ :: Monad m => HtmlT m () -> HtmlT m () Source

iframe element

img_ :: Monad m => HtmlT m () Source

img element

input_ :: Monad m => HtmlT m () Source

input element

ins_ :: Monad m => HtmlT m () -> HtmlT m () Source

ins element

kbd_ :: Monad m => HtmlT m () -> HtmlT m () Source

kbd element

keygen_ :: Monad m => HtmlT m () Source

keygen element

label_ :: Mixed a r => a -> r Source

label element or label attribute

legend_ :: Monad m => HtmlT m () -> HtmlT m () Source

legend element

li_ :: Monad m => HtmlT m () -> HtmlT m () Source

li element

link_ :: Monad m => HtmlT m () Source

link element

map_ :: Monad m => HtmlT m () -> HtmlT m () Source

map element

mark_ :: Monad m => HtmlT m () -> HtmlT m () Source

mark element

menu_ :: Monad m => HtmlT m () -> HtmlT m () Source

menu element

menuitem_ :: Monad m => HtmlT m () Source

menuitem element

meta_ :: Monad m => HtmlT m () Source

meta element

meter_ :: Monad m => HtmlT m () -> HtmlT m () Source

meter element

nav_ :: Monad m => HtmlT m () -> HtmlT m () Source

nav element

noscript_ :: Monad m => HtmlT m () -> HtmlT m () Source

noscript element

object_ :: Monad m => HtmlT m () -> HtmlT m () Source

object element

ol_ :: Monad m => HtmlT m () -> HtmlT m () Source

ol element

optgroup_ :: Monad m => HtmlT m () -> HtmlT m () Source

optgroup element

option_ :: Monad m => HtmlT m () -> HtmlT m () Source

option element

output_ :: Monad m => HtmlT m () -> HtmlT m () Source

output element

p_ :: Monad m => HtmlT m () -> HtmlT m () Source

p element

param_ :: Monad m => HtmlT m () Source

param element

pre_ :: Monad m => HtmlT m () -> HtmlT m () Source

pre element

progress_ :: Monad m => HtmlT m () -> HtmlT m () Source

progress element

q_ :: Monad m => HtmlT m () -> HtmlT m () Source

q element

rp_ :: Monad m => HtmlT m () -> HtmlT m () Source

rp element

rt_ :: Monad m => HtmlT m () -> HtmlT m () Source

rt element

ruby_ :: Monad m => HtmlT m () -> HtmlT m () Source

ruby element

samp_ :: Monad m => HtmlT m () -> HtmlT m () Source

samp element

script_ :: Monad m => HtmlT m () -> HtmlT m () Source

script element

section_ :: Monad m => HtmlT m () -> HtmlT m () Source

section element

select_ :: Monad m => HtmlT m () -> HtmlT m () Source

select element

small_ :: Monad m => HtmlT m () -> HtmlT m () Source

small element

source_ :: Monad m => HtmlT m () Source

source element

span_ :: Mixed a r => a -> r Source

span element or span attribute

strong_ :: Monad m => HtmlT m () -> HtmlT m () Source

strong element

style_ :: Mixed a r => a -> r Source

style element or style attribute

sub_ :: Monad m => HtmlT m () -> HtmlT m () Source

sub element

summary_ :: Mixed a r => a -> r Source

summary element or summary attribute

sup_ :: Monad m => HtmlT m () -> HtmlT m () Source

sup element

table_ :: Monad m => HtmlT m () -> HtmlT m () Source

table element

tbody_ :: Monad m => HtmlT m () -> HtmlT m () Source

tbody element

td_ :: Monad m => HtmlT m () -> HtmlT m () Source

td element

textarea_ :: Monad m => HtmlT m () -> HtmlT m () Source

textarea element

tfoot_ :: Monad m => HtmlT m () -> HtmlT m () Source

tfoot element

th_ :: Monad m => HtmlT m () -> HtmlT m () Source

th element

thead_ :: Monad m => HtmlT m () -> HtmlT m () Source

thead element

time_ :: Monad m => HtmlT m () -> HtmlT m () Source

time element

title_ :: Mixed a r => a -> r Source

title element or title attribute

tr_ :: Monad m => HtmlT m () -> HtmlT m () Source

tr element

track_ :: Monad m => HtmlT m () Source

track element

ul_ :: Monad m => HtmlT m () -> HtmlT m () Source

ul element

var_ :: Monad m => HtmlT m () -> HtmlT m () Source

var element

video_ :: Monad m => HtmlT m () -> HtmlT m () Source

video element

wbr_ :: Monad m => HtmlT m () Source

wbr element

accept_ :: ToText a => a -> (Text, Text) Source

The accept attribute.

acceptCharset_ :: ToText a => a -> (Text, Text) Source

The acceptCharset attribute.

accesskey_ :: ToText a => a -> (Text, Text) Source

The accesskey attribute.

action_ :: ToText a => a -> (Text, Text) Source

The action attribute.

alt_ :: ToText a => a -> (Text, Text) Source

The alt attribute.

async_ :: ToText a => a -> (Text, Text) Source

The async attribute.

autocomplete_ :: ToText a => a -> (Text, Text) Source

The autocomplete attribute.

autofocus_ :: (Text, Text) Source

The autofocus attribute.

autoplay_ :: ToText a => a -> (Text, Text) Source

The autoplay attribute.

challenge_ :: ToText a => a -> (Text, Text) Source

The challenge attribute.

charset_ :: ToText a => a -> (Text, Text) Source

The charset attribute.

checked_ :: (Text, Text) Source

The checked attribute.

class_ :: ToText a => a -> (Text, Text) Source

The class attribute.

cols_ :: ToText a => a -> (Text, Text) Source

The cols attribute.

colspan_ :: ToText a => a -> (Text, Text) Source

The colspan attribute.

content_ :: ToText a => a -> (Text, Text) Source

The content attribute.

contenteditable_ :: ToText a => a -> (Text, Text) Source

The contenteditable attribute.

contextmenu_ :: ToText a => a -> (Text, Text) Source

The contextmenu attribute.

controls_ :: ToText a => a -> (Text, Text) Source

The controls attribute.

coords_ :: ToText a => a -> (Text, Text) Source

The coords attribute.

data_ :: ToText a => a -> (Text, Text) Source

The data attribute.

datetime_ :: ToText a => a -> (Text, Text) Source

The datetime attribute.

defer_ :: ToText a => a -> (Text, Text) Source

The defer attribute.

dir_ :: ToText a => a -> (Text, Text) Source

The dir attribute.

disabled_ :: ToText a => a -> (Text, Text) Source

The disabled attribute.

draggable_ :: ToText a => a -> (Text, Text) Source

The draggable attribute.

enctype_ :: ToText a => a -> (Text, Text) Source

The enctype attribute.

for_ :: ToText a => a -> (Text, Text) Source

The for attribute.

formaction_ :: ToText a => a -> (Text, Text) Source

The formaction attribute.

formenctype_ :: ToText a => a -> (Text, Text) Source

The formenctype attribute.

formmethod_ :: ToText a => a -> (Text, Text) Source

The formmethod attribute.

formnovalidate_ :: ToText a => a -> (Text, Text) Source

The formnovalidate attribute.

formtarget_ :: ToText a => a -> (Text, Text) Source

The formtarget attribute.

headers_ :: ToText a => a -> (Text, Text) Source

The headers attribute.

height_ :: ToText a => a -> (Text, Text) Source

The height attribute.

hidden_ :: ToText a => a -> (Text, Text) Source

The hidden attribute.

high_ :: ToText a => a -> (Text, Text) Source

The high attribute.

href_ :: ToText a => a -> (Text, Text) Source

The href attribute.

hreflang_ :: ToText a => a -> (Text, Text) Source

The hreflang attribute.

httpEquiv_ :: ToText a => a -> (Text, Text) Source

The httpEquiv attribute.

icon_ :: ToText a => a -> (Text, Text) Source

The icon attribute.

id_ :: ToText a => a -> (Text, Text) Source

The id attribute.

ismap_ :: ToText a => a -> (Text, Text) Source

The ismap attribute.

item_ :: ToText a => a -> (Text, Text) Source

The item attribute.

itemprop_ :: ToText a => a -> (Text, Text) Source

The itemprop attribute.

keytype_ :: ToText a => a -> (Text, Text) Source

The keytype attribute.

lang_ :: ToText a => a -> (Text, Text) Source

The lang attribute.

list_ :: ToText a => a -> (Text, Text) Source

The list attribute.

loop_ :: ToText a => a -> (Text, Text) Source

The loop attribute.

low_ :: ToText a => a -> (Text, Text) Source

The low attribute.

manifest_ :: ToText a => a -> (Text, Text) Source

The manifest attribute.

max_ :: ToText a => a -> (Text, Text) Source

The max attribute.

maxlength_ :: ToText a => a -> (Text, Text) Source

The maxlength attribute.

media_ :: ToText a => a -> (Text, Text) Source

The media attribute.

method_ :: ToText a => a -> (Text, Text) Source

The method attribute.

min_ :: ToText a => a -> (Text, Text) Source

The min attribute.

multiple_ :: ToText a => a -> (Text, Text) Source

The multiple attribute.

name_ :: ToText a => a -> (Text, Text) Source

The name attribute.

novalidate_ :: ToText a => a -> (Text, Text) Source

The novalidate attribute.

onbeforeonload_ :: ToText a => a -> (Text, Text) Source

The onbeforeonload attribute.

onbeforeprint_ :: ToText a => a -> (Text, Text) Source

The onbeforeprint attribute.

onblur_ :: ToText a => a -> (Text, Text) Source

The onblur attribute.

oncanplay_ :: ToText a => a -> (Text, Text) Source

The oncanplay attribute.

oncanplaythrough_ :: ToText a => a -> (Text, Text) Source

The oncanplaythrough attribute.

onchange_ :: ToText a => a -> (Text, Text) Source

The onchange attribute.

onclick_ :: ToText a => a -> (Text, Text) Source

The onclick attribute.

oncontextmenu_ :: ToText a => a -> (Text, Text) Source

The oncontextmenu attribute.

ondblclick_ :: ToText a => a -> (Text, Text) Source

The ondblclick attribute.

ondrag_ :: ToText a => a -> (Text, Text) Source

The ondrag attribute.

ondragend_ :: ToText a => a -> (Text, Text) Source

The ondragend attribute.

ondragenter_ :: ToText a => a -> (Text, Text) Source

The ondragenter attribute.

ondragleave_ :: ToText a => a -> (Text, Text) Source

The ondragleave attribute.

ondragover_ :: ToText a => a -> (Text, Text) Source

The ondragover attribute.

ondragstart_ :: ToText a => a -> (Text, Text) Source

The ondragstart attribute.

ondrop_ :: ToText a => a -> (Text, Text) Source

The ondrop attribute.

ondurationchange_ :: ToText a => a -> (Text, Text) Source

The ondurationchange attribute.

onemptied_ :: ToText a => a -> (Text, Text) Source

The onemptied attribute.

onended_ :: ToText a => a -> (Text, Text) Source

The onended attribute.

onerror_ :: ToText a => a -> (Text, Text) Source

The onerror attribute.

onfocus_ :: ToText a => a -> (Text, Text) Source

The onfocus attribute.

onformchange_ :: ToText a => a -> (Text, Text) Source

The onformchange attribute.

onforminput_ :: ToText a => a -> (Text, Text) Source

The onforminput attribute.

onhaschange_ :: ToText a => a -> (Text, Text) Source

The onhaschange attribute.

oninput_ :: ToText a => a -> (Text, Text) Source

The oninput attribute.

oninvalid_ :: ToText a => a -> (Text, Text) Source

The oninvalid attribute.

onkeydown_ :: ToText a => a -> (Text, Text) Source

The onkeydown attribute.

onkeyup_ :: ToText a => a -> (Text, Text) Source

The onkeyup attribute.

onload_ :: ToText a => a -> (Text, Text) Source

The onload attribute.

onloadeddata_ :: ToText a => a -> (Text, Text) Source

The onloadeddata attribute.

onloadedmetadata_ :: ToText a => a -> (Text, Text) Source

The onloadedmetadata attribute.

onloadstart_ :: ToText a => a -> (Text, Text) Source

The onloadstart attribute.

onmessage_ :: ToText a => a -> (Text, Text) Source

The onmessage attribute.

onmousedown_ :: ToText a => a -> (Text, Text) Source

The onmousedown attribute.

onmousemove_ :: ToText a => a -> (Text, Text) Source

The onmousemove attribute.

onmouseout_ :: ToText a => a -> (Text, Text) Source

The onmouseout attribute.

onmouseover_ :: ToText a => a -> (Text, Text) Source

The onmouseover attribute.

onmouseup_ :: ToText a => a -> (Text, Text) Source

The onmouseup attribute.

onmousewheel_ :: ToText a => a -> (Text, Text) Source

The onmousewheel attribute.

ononline_ :: ToText a => a -> (Text, Text) Source

The ononline attribute.

onpagehide_ :: ToText a => a -> (Text, Text) Source

The onpagehide attribute.

onpageshow_ :: ToText a => a -> (Text, Text) Source

The onpageshow attribute.

onpause_ :: ToText a => a -> (Text, Text) Source

The onpause attribute.

onplay_ :: ToText a => a -> (Text, Text) Source

The onplay attribute.

onplaying_ :: ToText a => a -> (Text, Text) Source

The onplaying attribute.

onprogress_ :: ToText a => a -> (Text, Text) Source

The onprogress attribute.

onpropstate_ :: ToText a => a -> (Text, Text) Source

The onpropstate attribute.

onratechange_ :: ToText a => a -> (Text, Text) Source

The onratechange attribute.

onreadystatechange_ :: ToText a => a -> (Text, Text) Source

The onreadystatechange attribute.

onredo_ :: ToText a => a -> (Text, Text) Source

The onredo attribute.

onresize_ :: ToText a => a -> (Text, Text) Source

The onresize attribute.

onscroll_ :: ToText a => a -> (Text, Text) Source

The onscroll attribute.

onseeked_ :: ToText a => a -> (Text, Text) Source

The onseeked attribute.

onseeking_ :: ToText a => a -> (Text, Text) Source

The onseeking attribute.

onselect_ :: ToText a => a -> (Text, Text) Source

The onselect attribute.

onstalled_ :: ToText a => a -> (Text, Text) Source

The onstalled attribute.

onstorage_ :: ToText a => a -> (Text, Text) Source

The onstorage attribute.

onsubmit_ :: ToText a => a -> (Text, Text) Source

The onsubmit attribute.

onsuspend_ :: ToText a => a -> (Text, Text) Source

The onsuspend attribute.

ontimeupdate_ :: ToText a => a -> (Text, Text) Source

The ontimeupdate attribute.

onundo_ :: ToText a => a -> (Text, Text) Source

The onundo attribute.

onunload_ :: ToText a => a -> (Text, Text) Source

The onunload attribute.

onvolumechange_ :: ToText a => a -> (Text, Text) Source

The onvolumechange attribute.

onwaiting_ :: ToText a => a -> (Text, Text) Source

The onwaiting attribute.

open_ :: ToText a => a -> (Text, Text) Source

The open attribute.

optimum_ :: ToText a => a -> (Text, Text) Source

The optimum attribute.

pattern_ :: ToText a => a -> (Text, Text) Source

The pattern attribute.

ping_ :: ToText a => a -> (Text, Text) Source

The ping attribute.

placeholder_ :: ToText a => a -> (Text, Text) Source

The placeholder attribute.

preload_ :: ToText a => a -> (Text, Text) Source

The preload attribute.

pubdate_ :: ToText a => a -> (Text, Text) Source

The pubdate attribute.

radiogroup_ :: ToText a => a -> (Text, Text) Source

The radiogroup attribute.

readonly_ :: ToText a => a -> (Text, Text) Source

The readonly attribute.

rel_ :: ToText a => a -> (Text, Text) Source

The rel attribute.

required_ :: ToText a => a -> (Text, Text) Source

The required attribute.

reversed_ :: ToText a => a -> (Text, Text) Source

The reversed attribute.

rows_ :: ToText a => a -> (Text, Text) Source

The rows attribute.

rowspan_ :: ToText a => a -> (Text, Text) Source

The rowspan attribute.

sandbox_ :: ToText a => a -> (Text, Text) Source

The sandbox attribute.

scope_ :: ToText a => a -> (Text, Text) Source

The scope attribute.

scoped_ :: ToText a => a -> (Text, Text) Source

The scoped attribute.

seamless_ :: ToText a => a -> (Text, Text) Source

The seamless attribute.

selected_ :: ToText a => a -> (Text, Text) Source

The selected attribute.

shape_ :: ToText a => a -> (Text, Text) Source

The shape attribute.

size_ :: ToText a => a -> (Text, Text) Source

The size attribute.

sizes_ :: ToText a => a -> (Text, Text) Source

The sizes attribute.

spellcheck_ :: ToText a => a -> (Text, Text) Source

The spellcheck attribute.

src_ :: ToText a => a -> (Text, Text) Source

The src attribute.

srcdoc_ :: ToText a => a -> (Text, Text) Source

The srcdoc attribute.

start_ :: ToText a => a -> (Text, Text) Source

The start attribute.

step_ :: ToText a => a -> (Text, Text) Source

The step attribute.

subject_ :: ToText a => a -> (Text, Text) Source

The subject attribute.

tabindex_ :: ToText a => a -> (Text, Text) Source

The tabindex attribute.

target_ :: ToText a => a -> (Text, Text) Source

The target attribute.

type_ :: ToText a => a -> (Text, Text) Source

The type attribute.

usemap_ :: ToText a => a -> (Text, Text) Source

The usemap attribute.

value_ :: ToText a => a -> (Text, Text) Source

The value attribute.

width_ :: ToText a => a -> (Text, Text) Source

The width attribute.

wrap_ :: ToText a => a -> (Text, Text) Source

The wrap attribute.

xmlns_ :: ToText a => a -> (Text, Text) Source

The xmlns attribute.