{-# LANGUAGE OverloadedStrings #-}
module Text.Blaze.Html4.Strict.Attributes
( abbr
, accept
, accesskey
, action
, align
, alt
, archive
, axis
, border
, cellpadding
, cellspacing
, char
, charoff
, charset
, checked
, cite
, class_
, classid
, codebase
, codetype
, cols
, colspan
, content
, coords
, data_
, datetime
, declare
, defer
, dir
, disabled
, enctype
, for
, frame
, headers
, height
, href
, hreflang
, httpEquiv
, id
, label
, lang
, maxlength
, media
, method
, multiple
, name
, nohref
, onabort
, onblur
, onchange
, onclick
, ondblclick
, onfocus
, onkeydown
, onkeypress
, onkeyup
, onload
, onmousedown
, onmousemove
, onmouseout
, onmouseover
, onmouseup
, onreset
, onselect
, onsubmit
, onunload
, profile
, readonly
, rel
, rev
, rows
, rowspan
, rules
, scheme
, scope
, selected
, shape
, size
, span
, src
, standby
, style
, summary
, tabindex
, title
, type_
, usemap
, valign
, value
, valuetype
, width
) where
import Prelude ()
import Text.Blaze.Internal (Attribute, AttributeValue, attribute)
abbr :: AttributeValue
-> Attribute
abbr = attribute "abbr" " abbr=\""
{-# INLINE abbr #-}
accept :: AttributeValue
-> Attribute
accept = attribute "accept" " accept=\""
{-# INLINE accept #-}
accesskey :: AttributeValue
-> Attribute
accesskey = attribute "accesskey" " accesskey=\""
{-# INLINE accesskey #-}
action :: AttributeValue
-> Attribute
action = attribute "action" " action=\""
{-# INLINE action #-}
align :: AttributeValue
-> Attribute
align = attribute "align" " align=\""
{-# INLINE align #-}
alt :: AttributeValue
-> Attribute
alt = attribute "alt" " alt=\""
{-# INLINE alt #-}
archive :: AttributeValue
-> Attribute
archive = attribute "archive" " archive=\""
{-# INLINE archive #-}
axis :: AttributeValue
-> Attribute
axis = attribute "axis" " axis=\""
{-# INLINE axis #-}
border :: AttributeValue
-> Attribute
border = attribute "border" " border=\""
{-# INLINE border #-}
cellpadding :: AttributeValue
-> Attribute
cellpadding = attribute "cellpadding" " cellpadding=\""
{-# INLINE cellpadding #-}
cellspacing :: AttributeValue
-> Attribute
cellspacing = attribute "cellspacing" " cellspacing=\""
{-# INLINE cellspacing #-}
char :: AttributeValue
-> Attribute
char = attribute "char" " char=\""
{-# INLINE char #-}
charoff :: AttributeValue
-> Attribute
charoff = attribute "charoff" " charoff=\""
{-# INLINE charoff #-}
charset :: AttributeValue
-> Attribute
charset = attribute "charset" " charset=\""
{-# INLINE charset #-}
checked :: AttributeValue
-> Attribute
checked = attribute "checked" " checked=\""
{-# INLINE checked #-}
cite :: AttributeValue
-> Attribute
cite = attribute "cite" " cite=\""
{-# INLINE cite #-}
class_ :: AttributeValue
-> Attribute
class_ = attribute "class" " class=\""
{-# INLINE class_ #-}
classid :: AttributeValue
-> Attribute
classid = attribute "classid" " classid=\""
{-# INLINE classid #-}
codebase :: AttributeValue
-> Attribute
codebase = attribute "codebase" " codebase=\""
{-# INLINE codebase #-}
codetype :: AttributeValue
-> Attribute
codetype = attribute "codetype" " codetype=\""
{-# INLINE codetype #-}
cols :: AttributeValue
-> Attribute
cols = attribute "cols" " cols=\""
{-# INLINE cols #-}
colspan :: AttributeValue
-> Attribute
colspan = attribute "colspan" " colspan=\""
{-# INLINE colspan #-}
content :: AttributeValue
-> Attribute
content = attribute "content" " content=\""
{-# INLINE content #-}
coords :: AttributeValue
-> Attribute
coords = attribute "coords" " coords=\""
{-# INLINE coords #-}
data_ :: AttributeValue
-> Attribute
data_ = attribute "data" " data=\""
{-# INLINE data_ #-}
datetime :: AttributeValue
-> Attribute
datetime = attribute "datetime" " datetime=\""
{-# INLINE datetime #-}
declare :: AttributeValue
-> Attribute
declare = attribute "declare" " declare=\""
{-# INLINE declare #-}
defer :: AttributeValue
-> Attribute
defer = attribute "defer" " defer=\""
{-# INLINE defer #-}
dir :: AttributeValue
-> Attribute
dir = attribute "dir" " dir=\""
{-# INLINE dir #-}
disabled :: AttributeValue
-> Attribute
disabled = attribute "disabled" " disabled=\""
{-# INLINE disabled #-}
enctype :: AttributeValue
-> Attribute
enctype = attribute "enctype" " enctype=\""
{-# INLINE enctype #-}
for :: AttributeValue
-> Attribute
for = attribute "for" " for=\""
{-# INLINE for #-}
frame :: AttributeValue
-> Attribute
frame = attribute "frame" " frame=\""
{-# INLINE frame #-}
headers :: AttributeValue
-> Attribute
headers = attribute "headers" " headers=\""
{-# INLINE headers #-}
height :: AttributeValue
-> Attribute
height = attribute "height" " height=\""
{-# INLINE height #-}
href :: AttributeValue
-> Attribute
href = attribute "href" " href=\""
{-# INLINE href #-}
hreflang :: AttributeValue
-> Attribute
hreflang = attribute "hreflang" " hreflang=\""
{-# INLINE hreflang #-}
httpEquiv :: AttributeValue
-> Attribute
httpEquiv = attribute "http-equiv" " http-equiv=\""
{-# INLINE httpEquiv #-}
id :: AttributeValue
-> Attribute
id = attribute "id" " id=\""
{-# INLINE id #-}
label :: AttributeValue
-> Attribute
label = attribute "label" " label=\""
{-# INLINE label #-}
lang :: AttributeValue
-> Attribute
lang = attribute "lang" " lang=\""
{-# INLINE lang #-}
maxlength :: AttributeValue
-> Attribute
maxlength = attribute "maxlength" " maxlength=\""
{-# INLINE maxlength #-}
media :: AttributeValue
-> Attribute
media = attribute "media" " media=\""
{-# INLINE media #-}
method :: AttributeValue
-> Attribute
method = attribute "method" " method=\""
{-# INLINE method #-}
multiple :: AttributeValue
-> Attribute
multiple = attribute "multiple" " multiple=\""
{-# INLINE multiple #-}
name :: AttributeValue
-> Attribute
name = attribute "name" " name=\""
{-# INLINE name #-}
nohref :: AttributeValue
-> Attribute
nohref = attribute "nohref" " nohref=\""
{-# INLINE nohref #-}
onabort :: AttributeValue
-> Attribute
onabort = attribute "onabort" " onabort=\""
{-# INLINE onabort #-}
onblur :: AttributeValue
-> Attribute
onblur = attribute "onblur" " onblur=\""
{-# INLINE onblur #-}
onchange :: AttributeValue
-> Attribute
onchange = attribute "onchange" " onchange=\""
{-# INLINE onchange #-}
onclick :: AttributeValue
-> Attribute
onclick = attribute "onclick" " onclick=\""
{-# INLINE onclick #-}
ondblclick :: AttributeValue
-> Attribute
ondblclick = attribute "ondblclick" " ondblclick=\""
{-# INLINE ondblclick #-}
onfocus :: AttributeValue
-> Attribute
onfocus = attribute "onfocus" " onfocus=\""
{-# INLINE onfocus #-}
onkeydown :: AttributeValue
-> Attribute
onkeydown = attribute "onkeydown" " onkeydown=\""
{-# INLINE onkeydown #-}
onkeypress :: AttributeValue
-> Attribute
onkeypress = attribute "onkeypress" " onkeypress=\""
{-# INLINE onkeypress #-}
onkeyup :: AttributeValue
-> Attribute
onkeyup = attribute "onkeyup" " onkeyup=\""
{-# INLINE onkeyup #-}
onload :: AttributeValue
-> Attribute
onload = attribute "onload" " onload=\""
{-# INLINE onload #-}
onmousedown :: AttributeValue
-> Attribute
onmousedown = attribute "onmousedown" " onmousedown=\""
{-# INLINE onmousedown #-}
onmousemove :: AttributeValue
-> Attribute
onmousemove = attribute "onmousemove" " onmousemove=\""
{-# INLINE onmousemove #-}
onmouseout :: AttributeValue
-> Attribute
onmouseout = attribute "onmouseout" " onmouseout=\""
{-# INLINE onmouseout #-}
onmouseover :: AttributeValue
-> Attribute
onmouseover = attribute "onmouseover" " onmouseover=\""
{-# INLINE onmouseover #-}
onmouseup :: AttributeValue
-> Attribute
onmouseup = attribute "onmouseup" " onmouseup=\""
{-# INLINE onmouseup #-}
onreset :: AttributeValue
-> Attribute
onreset = attribute "onreset" " onreset=\""
{-# INLINE onreset #-}
onselect :: AttributeValue
-> Attribute
onselect = attribute "onselect" " onselect=\""
{-# INLINE onselect #-}
onsubmit :: AttributeValue
-> Attribute
onsubmit = attribute "onsubmit" " onsubmit=\""
{-# INLINE onsubmit #-}
onunload :: AttributeValue
-> Attribute
onunload = attribute "onunload" " onunload=\""
{-# INLINE onunload #-}
profile :: AttributeValue
-> Attribute
profile = attribute "profile" " profile=\""
{-# INLINE profile #-}
readonly :: AttributeValue
-> Attribute
readonly = attribute "readonly" " readonly=\""
{-# INLINE readonly #-}
rel :: AttributeValue
-> Attribute
rel = attribute "rel" " rel=\""
{-# INLINE rel #-}
rev :: AttributeValue
-> Attribute
rev = attribute "rev" " rev=\""
{-# INLINE rev #-}
rows :: AttributeValue
-> Attribute
rows = attribute "rows" " rows=\""
{-# INLINE rows #-}
rowspan :: AttributeValue
-> Attribute
rowspan = attribute "rowspan" " rowspan=\""
{-# INLINE rowspan #-}
rules :: AttributeValue
-> Attribute
rules = attribute "rules" " rules=\""
{-# INLINE rules #-}
scheme :: AttributeValue
-> Attribute
scheme = attribute "scheme" " scheme=\""
{-# INLINE scheme #-}
scope :: AttributeValue
-> Attribute
scope = attribute "scope" " scope=\""
{-# INLINE scope #-}
selected :: AttributeValue
-> Attribute
selected = attribute "selected" " selected=\""
{-# INLINE selected #-}
shape :: AttributeValue
-> Attribute
shape = attribute "shape" " shape=\""
{-# INLINE shape #-}
size :: AttributeValue
-> Attribute
size = attribute "size" " size=\""
{-# INLINE size #-}
span :: AttributeValue
-> Attribute
span = attribute "span" " span=\""
{-# INLINE span #-}
src :: AttributeValue
-> Attribute
src = attribute "src" " src=\""
{-# INLINE src #-}
standby :: AttributeValue
-> Attribute
standby = attribute "standby" " standby=\""
{-# INLINE standby #-}
style :: AttributeValue
-> Attribute
style = attribute "style" " style=\""
{-# INLINE style #-}
summary :: AttributeValue
-> Attribute
summary = attribute "summary" " summary=\""
{-# INLINE summary #-}
tabindex :: AttributeValue
-> Attribute
tabindex = attribute "tabindex" " tabindex=\""
{-# INLINE tabindex #-}
title :: AttributeValue
-> Attribute
title = attribute "title" " title=\""
{-# INLINE title #-}
type_ :: AttributeValue
-> Attribute
type_ = attribute "type" " type=\""
{-# INLINE type_ #-}
usemap :: AttributeValue
-> Attribute
usemap = attribute "usemap" " usemap=\""
{-# INLINE usemap #-}
valign :: AttributeValue
-> Attribute
valign = attribute "valign" " valign=\""
{-# INLINE valign #-}
value :: AttributeValue
-> Attribute
value = attribute "value" " value=\""
{-# INLINE value #-}
valuetype :: AttributeValue
-> Attribute
valuetype = attribute "valuetype" " valuetype=\""
{-# INLINE valuetype #-}
width :: AttributeValue
-> Attribute
width = attribute "width" " width=\""
{-# INLINE width #-}