Safe Haskell | None |
---|---|
Language | Haskell2010 |
Html5 terms.
Synopsis
- doctype_ :: Applicative m => HtmlT m ()
- doctypehtml_ :: Applicative m => HtmlT m a -> HtmlT m a
- a_ :: Term arg result => arg -> result
- abbr_ :: Term arg result => arg -> result
- address_ :: Term arg result => arg -> result
- area_ :: Applicative m => [Attribute] -> HtmlT m ()
- article_ :: Term arg result => arg -> result
- aside_ :: Term arg result => arg -> result
- audio_ :: Term arg result => arg -> result
- b_ :: Term arg result => arg -> result
- base_ :: Applicative m => [Attribute] -> HtmlT m ()
- bdo_ :: Term arg result => arg -> result
- blockquote_ :: Term arg result => arg -> result
- body_ :: Term arg result => arg -> result
- br_ :: Applicative m => [Attribute] -> HtmlT m ()
- button_ :: Term arg result => arg -> result
- canvas_ :: Term arg result => arg -> result
- caption_ :: Term arg result => arg -> result
- cite_ :: Term arg result => arg -> result
- code_ :: Term arg result => arg -> result
- col_ :: Applicative m => [Attribute] -> HtmlT m ()
- colgroup_ :: Term arg result => arg -> result
- command_ :: Term arg result => arg -> result
- datalist_ :: Term arg result => arg -> result
- dd_ :: Term arg result => arg -> result
- del_ :: Term arg result => arg -> result
- details_ :: Term arg result => arg -> result
- dfn_ :: Term arg result => arg -> result
- div_ :: Term arg result => arg -> result
- dl_ :: Term arg result => arg -> result
- dt_ :: Term arg result => arg -> result
- em_ :: Term arg result => arg -> result
- embed_ :: Applicative m => [Attribute] -> HtmlT m ()
- fieldset_ :: Term arg result => arg -> result
- figcaption_ :: Term arg result => arg -> result
- figure_ :: Term arg result => arg -> result
- footer_ :: Term arg result => arg -> result
- form_ :: Term arg result => arg -> result
- h1_ :: Term arg result => arg -> result
- h2_ :: Term arg result => arg -> result
- h3_ :: Term arg result => arg -> result
- h4_ :: Term arg result => arg -> result
- h5_ :: Term arg result => arg -> result
- h6_ :: Term arg result => arg -> result
- head_ :: Term arg result => arg -> result
- header_ :: Term arg result => arg -> result
- hgroup_ :: Term arg result => arg -> result
- hr_ :: Applicative m => [Attribute] -> HtmlT m ()
- html_ :: Term arg result => arg -> result
- i_ :: Term arg result => arg -> result
- iframe_ :: Term arg result => arg -> result
- img_ :: Applicative m => [Attribute] -> HtmlT m ()
- input_ :: Applicative m => [Attribute] -> HtmlT m ()
- ins_ :: Term arg result => arg -> result
- kbd_ :: Term arg result => arg -> result
- keygen_ :: Applicative m => [Attribute] -> HtmlT m ()
- label_ :: Term arg result => arg -> result
- legend_ :: Term arg result => arg -> result
- li_ :: Term arg result => arg -> result
- link_ :: Applicative m => [Attribute] -> HtmlT m ()
- map_ :: Term arg result => arg -> result
- main_ :: Term arg result => arg -> result
- mark_ :: Term arg result => arg -> result
- menu_ :: Term arg result => arg -> result
- menuitem_ :: Applicative m => [Attribute] -> HtmlT m ()
- meta_ :: Applicative m => [Attribute] -> HtmlT m ()
- meter_ :: Term arg result => arg -> result
- nav_ :: Term arg result => arg -> result
- noscript_ :: Term arg result => arg -> result
- object_ :: Term arg result => arg -> result
- ol_ :: Term arg result => arg -> result
- optgroup_ :: Term arg result => arg -> result
- option_ :: Term arg result => arg -> result
- output_ :: Term arg result => arg -> result
- p_ :: Term arg result => arg -> result
- param_ :: Applicative m => [Attribute] -> HtmlT m ()
- svg_ :: Term arg result => arg -> result
- pre_ :: Term arg result => arg -> result
- progress_ :: Term arg result => arg -> result
- q_ :: Term arg result => arg -> result
- rp_ :: Term arg result => arg -> result
- rt_ :: Term arg result => arg -> result
- ruby_ :: Term arg result => arg -> result
- samp_ :: Term arg result => arg -> result
- script_ :: TermRaw arg result => arg -> result
- section_ :: Term arg result => arg -> result
- select_ :: Term arg result => arg -> result
- small_ :: Term arg result => arg -> result
- source_ :: Applicative m => [Attribute] -> HtmlT m ()
- span_ :: Term arg result => arg -> result
- strong_ :: Term arg result => arg -> result
- style_ :: TermRaw arg result => arg -> result
- sub_ :: Term arg result => arg -> result
- summary_ :: Term arg result => arg -> result
- sup_ :: Term arg result => arg -> result
- table_ :: Term arg result => arg -> result
- tbody_ :: Term arg result => arg -> result
- td_ :: Term arg result => arg -> result
- textarea_ :: Term arg result => arg -> result
- tfoot_ :: Term arg result => arg -> result
- th_ :: Term arg result => arg -> result
- template_ :: Term arg result => arg -> result
- thead_ :: Term arg result => arg -> result
- time_ :: Term arg result => arg -> result
- title_ :: Term arg result => arg -> result
- tr_ :: Term arg result => arg -> result
- track_ :: Applicative m => [Attribute] -> HtmlT m ()
- ul_ :: Term arg result => arg -> result
- var_ :: Term arg result => arg -> result
- video_ :: Term arg result => arg -> result
- wbr_ :: Applicative m => [Attribute] -> HtmlT m ()
- accept_ :: Text -> Attribute
- acceptCharset_ :: Text -> Attribute
- accesskey_ :: Text -> Attribute
- action_ :: Text -> Attribute
- alt_ :: Text -> Attribute
- async_ :: Text -> Attribute
- autocomplete_ :: Text -> Attribute
- autofocus_ :: Attribute
- autoplay_ :: Text -> Attribute
- challenge_ :: Text -> Attribute
- charset_ :: Text -> Attribute
- checked_ :: Attribute
- class_ :: Text -> Attribute
- classes_ :: [Text] -> Attribute
- cols_ :: Text -> Attribute
- colspan_ :: Text -> Attribute
- content_ :: Text -> Attribute
- contenteditable_ :: Text -> Attribute
- contextmenu_ :: Text -> Attribute
- controls_ :: Text -> Attribute
- coords_ :: Text -> Attribute
- crossorigin_ :: Text -> Attribute
- data_ :: Text -> Text -> Attribute
- datetime_ :: Text -> Attribute
- defer_ :: Text -> Attribute
- dir_ :: Text -> Attribute
- disabled_ :: Text -> Attribute
- download_ :: Text -> Attribute
- draggable_ :: Text -> Attribute
- enctype_ :: Text -> Attribute
- for_ :: Text -> Attribute
- formaction_ :: Text -> Attribute
- formenctype_ :: Text -> Attribute
- formmethod_ :: Text -> Attribute
- formnovalidate_ :: Text -> Attribute
- formtarget_ :: Text -> Attribute
- headers_ :: Text -> Attribute
- height_ :: Text -> Attribute
- hidden_ :: Text -> Attribute
- high_ :: Text -> Attribute
- href_ :: Text -> Attribute
- hreflang_ :: Text -> Attribute
- httpEquiv_ :: Text -> Attribute
- icon_ :: Text -> Attribute
- id_ :: Text -> Attribute
- integrity_ :: Text -> Attribute
- ismap_ :: Text -> Attribute
- item_ :: Text -> Attribute
- itemprop_ :: Text -> Attribute
- keytype_ :: Text -> Attribute
- lang_ :: Text -> Attribute
- list_ :: Text -> Attribute
- loop_ :: Text -> Attribute
- low_ :: Text -> Attribute
- manifest_ :: Text -> Attribute
- max_ :: Text -> Attribute
- maxlength_ :: Text -> Attribute
- media_ :: Text -> Attribute
- method_ :: Text -> Attribute
- min_ :: Text -> Attribute
- multiple_ :: Text -> Attribute
- name_ :: Text -> Attribute
- novalidate_ :: Text -> Attribute
- onbeforeonload_ :: Text -> Attribute
- onbeforeprint_ :: Text -> Attribute
- onblur_ :: Text -> Attribute
- oncanplay_ :: Text -> Attribute
- oncanplaythrough_ :: Text -> Attribute
- onchange_ :: Text -> Attribute
- onclick_ :: Text -> Attribute
- oncontextmenu_ :: Text -> Attribute
- ondblclick_ :: Text -> Attribute
- ondrag_ :: Text -> Attribute
- ondragend_ :: Text -> Attribute
- ondragenter_ :: Text -> Attribute
- ondragleave_ :: Text -> Attribute
- ondragover_ :: Text -> Attribute
- ondragstart_ :: Text -> Attribute
- ondrop_ :: Text -> Attribute
- ondurationchange_ :: Text -> Attribute
- onemptied_ :: Text -> Attribute
- onended_ :: Text -> Attribute
- onerror_ :: Text -> Attribute
- onfocus_ :: Text -> Attribute
- onformchange_ :: Text -> Attribute
- onforminput_ :: Text -> Attribute
- onhaschange_ :: Text -> Attribute
- oninput_ :: Text -> Attribute
- oninvalid_ :: Text -> Attribute
- onkeydown_ :: Text -> Attribute
- onkeyup_ :: Text -> Attribute
- onload_ :: Text -> Attribute
- onloadeddata_ :: Text -> Attribute
- onloadedmetadata_ :: Text -> Attribute
- onloadstart_ :: Text -> Attribute
- onmessage_ :: Text -> Attribute
- onmousedown_ :: Text -> Attribute
- onmousemove_ :: Text -> Attribute
- onmouseout_ :: Text -> Attribute
- onmouseover_ :: Text -> Attribute
- onmouseup_ :: Text -> Attribute
- onmousewheel_ :: Text -> Attribute
- ononline_ :: Text -> Attribute
- onpagehide_ :: Text -> Attribute
- onpageshow_ :: Text -> Attribute
- onpause_ :: Text -> Attribute
- onplay_ :: Text -> Attribute
- onplaying_ :: Text -> Attribute
- onprogress_ :: Text -> Attribute
- onpropstate_ :: Text -> Attribute
- onratechange_ :: Text -> Attribute
- onreadystatechange_ :: Text -> Attribute
- onredo_ :: Text -> Attribute
- onresize_ :: Text -> Attribute
- onscroll_ :: Text -> Attribute
- onseeked_ :: Text -> Attribute
- onseeking_ :: Text -> Attribute
- onselect_ :: Text -> Attribute
- onstalled_ :: Text -> Attribute
- onstorage_ :: Text -> Attribute
- onsubmit_ :: Text -> Attribute
- onsuspend_ :: Text -> Attribute
- ontimeupdate_ :: Text -> Attribute
- onundo_ :: Text -> Attribute
- onunload_ :: Text -> Attribute
- onvolumechange_ :: Text -> Attribute
- onwaiting_ :: Text -> Attribute
- open_ :: Text -> Attribute
- optimum_ :: Text -> Attribute
- pattern_ :: Text -> Attribute
- ping_ :: Text -> Attribute
- placeholder_ :: Text -> Attribute
- preload_ :: Text -> Attribute
- pubdate_ :: Text -> Attribute
- radiogroup_ :: Text -> Attribute
- readonly_ :: Text -> Attribute
- rel_ :: Text -> Attribute
- required_ :: Text -> Attribute
- reversed_ :: Text -> Attribute
- role_ :: Text -> Attribute
- rows_ :: Text -> Attribute
- rowspan_ :: Text -> Attribute
- sandbox_ :: Text -> Attribute
- scope_ :: Text -> Attribute
- scoped_ :: Text -> Attribute
- seamless_ :: Text -> Attribute
- selected_ :: Text -> Attribute
- shape_ :: Text -> Attribute
- size_ :: Text -> Attribute
- sizes_ :: Text -> Attribute
- spellcheck_ :: Text -> Attribute
- src_ :: Text -> Attribute
- srcdoc_ :: Text -> Attribute
- start_ :: Text -> Attribute
- step_ :: Text -> Attribute
- subject_ :: Text -> Attribute
- tabindex_ :: Text -> Attribute
- target_ :: Text -> Attribute
- type_ :: Text -> Attribute
- usemap_ :: Text -> Attribute
- value_ :: Text -> Attribute
- width_ :: Text -> Attribute
- wrap_ :: Text -> Attribute
- xmlns_ :: Text -> Attribute
Documentation
doctype_ :: Applicative m => HtmlT m () Source #
DOCTYPE
element
doctypehtml_ :: Applicative m => HtmlT m a -> HtmlT m a Source #
DOCTYPE
element + html
element
blockquote_ :: Term arg result => arg -> result Source #
blockquote
element
figcaption_ :: Term arg result => arg -> result Source #
figcaption
element
acceptCharset_ :: Text -> Attribute Source #
The acceptCharset
attribute.
accesskey_ :: Text -> Attribute Source #
The accesskey
attribute.
autocomplete_ :: Text -> Attribute Source #
The autocomplete
attribute.
autofocus_ :: Attribute Source #
The autofocus
attribute.
challenge_ :: Text -> Attribute Source #
The challenge
attribute.
contenteditable_ :: Text -> Attribute Source #
The contenteditable
attribute.
contextmenu_ :: Text -> Attribute Source #
The contextmenu
attribute.
crossorigin_ :: Text -> Attribute Source #
The crossorigin
attribute.
Since: 2.9.8
draggable_ :: Text -> Attribute Source #
The draggable
attribute.
formaction_ :: Text -> Attribute Source #
The formaction
attribute.
formenctype_ :: Text -> Attribute Source #
The formenctype
attribute.
formmethod_ :: Text -> Attribute Source #
The formmethod
attribute.
formnovalidate_ :: Text -> Attribute Source #
The formnovalidate
attribute.
formtarget_ :: Text -> Attribute Source #
The formtarget
attribute.
httpEquiv_ :: Text -> Attribute Source #
The httpEquiv
attribute.
integrity_ :: Text -> Attribute Source #
The integrity
attribute.
Since: 2.9.8
maxlength_ :: Text -> Attribute Source #
The maxlength
attribute.
novalidate_ :: Text -> Attribute Source #
The novalidate
attribute.
onbeforeonload_ :: Text -> Attribute Source #
The onbeforeonload
attribute.
onbeforeprint_ :: Text -> Attribute Source #
The onbeforeprint
attribute.
oncanplay_ :: Text -> Attribute Source #
The oncanplay
attribute.
oncanplaythrough_ :: Text -> Attribute Source #
The oncanplaythrough
attribute.
oncontextmenu_ :: Text -> Attribute Source #
The oncontextmenu
attribute.
ondblclick_ :: Text -> Attribute Source #
The ondblclick
attribute.
ondragend_ :: Text -> Attribute Source #
The ondragend
attribute.
ondragenter_ :: Text -> Attribute Source #
The ondragenter
attribute.
ondragleave_ :: Text -> Attribute Source #
The ondragleave
attribute.
ondragover_ :: Text -> Attribute Source #
The ondragover
attribute.
ondragstart_ :: Text -> Attribute Source #
The ondragstart
attribute.
ondurationchange_ :: Text -> Attribute Source #
The ondurationchange
attribute.
onemptied_ :: Text -> Attribute Source #
The onemptied
attribute.
onformchange_ :: Text -> Attribute Source #
The onformchange
attribute.
onforminput_ :: Text -> Attribute Source #
The onforminput
attribute.
onhaschange_ :: Text -> Attribute Source #
The onhaschange
attribute.
oninvalid_ :: Text -> Attribute Source #
The oninvalid
attribute.
onkeydown_ :: Text -> Attribute Source #
The onkeydown
attribute.
onloadeddata_ :: Text -> Attribute Source #
The onloadeddata
attribute.
onloadedmetadata_ :: Text -> Attribute Source #
The onloadedmetadata
attribute.
onloadstart_ :: Text -> Attribute Source #
The onloadstart
attribute.
onmessage_ :: Text -> Attribute Source #
The onmessage
attribute.
onmousedown_ :: Text -> Attribute Source #
The onmousedown
attribute.
onmousemove_ :: Text -> Attribute Source #
The onmousemove
attribute.
onmouseout_ :: Text -> Attribute Source #
The onmouseout
attribute.
onmouseover_ :: Text -> Attribute Source #
The onmouseover
attribute.
onmouseup_ :: Text -> Attribute Source #
The onmouseup
attribute.
onmousewheel_ :: Text -> Attribute Source #
The onmousewheel
attribute.
onpagehide_ :: Text -> Attribute Source #
The onpagehide
attribute.
onpageshow_ :: Text -> Attribute Source #
The onpageshow
attribute.
onplaying_ :: Text -> Attribute Source #
The onplaying
attribute.
onprogress_ :: Text -> Attribute Source #
The onprogress
attribute.
onpropstate_ :: Text -> Attribute Source #
The onpropstate
attribute.
onratechange_ :: Text -> Attribute Source #
The onratechange
attribute.
onreadystatechange_ :: Text -> Attribute Source #
The onreadystatechange
attribute.
onseeking_ :: Text -> Attribute Source #
The onseeking
attribute.
onstalled_ :: Text -> Attribute Source #
The onstalled
attribute.
onstorage_ :: Text -> Attribute Source #
The onstorage
attribute.
onsuspend_ :: Text -> Attribute Source #
The onsuspend
attribute.
ontimeupdate_ :: Text -> Attribute Source #
The ontimeupdate
attribute.
onvolumechange_ :: Text -> Attribute Source #
The onvolumechange
attribute.
onwaiting_ :: Text -> Attribute Source #
The onwaiting
attribute.
placeholder_ :: Text -> Attribute Source #
The placeholder
attribute.
radiogroup_ :: Text -> Attribute Source #
The radiogroup
attribute.
spellcheck_ :: Text -> Attribute Source #
The spellcheck
attribute.