-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | An HTML renderer for Haskell -- -- An HTML renderer for the Haskell programming language. It functions -- mostly as a wrapper for blaze-html. The syntax was inspired by Elm. A -- CSS solution is currently being experimented with. For now, I'd -- recommend using this with Tailwind CSS. @package blizzard-html @version 0.3.0.0 module Blizzard.Html.Attributes accept :: Text -> Attribute acceptCharset :: Text -> Attribute accesskey :: Text -> Attribute action :: Text -> Attribute alt :: Text -> Attribute async :: Text -> Attribute autocomplete :: Text -> Attribute autofocus :: Text -> Attribute autoplay :: Text -> Attribute challenge :: Text -> Attribute charset :: Text -> Attribute checked :: Text -> Attribute cite :: Text -> Attribute css :: [Text] -> Attribute cols :: Text -> Attribute colspan :: Text -> Attribute content :: Text -> Attribute contenteditable :: Text -> Attribute contextmenu :: Text -> Attribute controls :: Text -> Attribute coords :: Text -> Attribute data_ :: Text -> Attribute datetime :: Text -> Attribute defer :: Text -> Attribute dir :: Text -> Attribute disabled :: Text -> Attribute draggable :: Text -> Attribute enctype :: Text -> Attribute for :: Text -> Attribute form :: 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 ismap :: Text -> Attribute item :: Text -> Attribute itemprop :: Text -> Attribute itemscope :: Text -> Attribute itemtype :: Text -> Attribute keytype :: Text -> Attribute label :: 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 span :: Text -> Attribute spellcheck :: Text -> Attribute src :: Text -> Attribute srcdoc :: Text -> Attribute start :: Text -> Attribute step :: Text -> Attribute style :: [Text] -> Attribute subject :: Text -> Attribute summary :: Text -> Attribute tabindex :: Text -> Attribute target :: Text -> Attribute title :: Text -> Attribute type_ :: Text -> Attribute usemap :: Text -> Attribute value :: Text -> Attribute width :: Text -> Attribute wrap :: Text -> Attribute xmlns :: Text -> Attribute module Blizzard.Html -- | Type for an attribute. data Attribute type Html = Markup docType :: Html docTypeHtml :: [Html] -> Html a :: [Attribute] -> [Html] -> Html abbr :: [Attribute] -> [Html] -> Html address :: [Attribute] -> [Html] -> Html area :: [Attribute] -> Html article :: [Attribute] -> [Html] -> Html aside :: [Attribute] -> [Html] -> Html audio :: [Attribute] -> [Html] -> Html b :: [Attribute] -> [Html] -> Html base :: [Attribute] -> Html bdo :: [Attribute] -> [Html] -> Html blockquote :: [Attribute] -> [Html] -> Html body :: [Attribute] -> [Html] -> Html br :: [Attribute] -> Html button :: [Attribute] -> [Html] -> Html canvas :: [Attribute] -> [Html] -> Html caption :: [Attribute] -> [Html] -> Html cite :: [Attribute] -> [Html] -> Html code :: [Attribute] -> [Html] -> Html col :: [Attribute] -> Html colgroup :: [Attribute] -> [Html] -> Html command :: [Attribute] -> [Html] -> Html datalist :: [Attribute] -> [Html] -> Html dd :: [Attribute] -> [Html] -> Html del :: [Attribute] -> [Html] -> Html details :: [Attribute] -> [Html] -> Html dfn :: [Attribute] -> [Html] -> Html div :: [Attribute] -> [Html] -> Html dl :: [Attribute] -> [Html] -> Html dt :: [Attribute] -> [Html] -> Html em :: [Attribute] -> [Html] -> Html embed :: [Attribute] -> Html fieldset :: [Attribute] -> [Html] -> Html figcaption :: [Attribute] -> [Html] -> Html figure :: [Attribute] -> [Html] -> Html footer :: [Attribute] -> [Html] -> Html form :: [Attribute] -> [Html] -> Html h1 :: [Attribute] -> [Html] -> Html h2 :: [Attribute] -> [Html] -> Html h3 :: [Attribute] -> [Html] -> Html h4 :: [Attribute] -> [Html] -> Html h5 :: [Attribute] -> [Html] -> Html h6 :: [Attribute] -> [Html] -> Html head :: [Attribute] -> [Html] -> Html header :: [Attribute] -> [Html] -> Html hgroup :: [Attribute] -> [Html] -> Html hr :: [Attribute] -> Html html :: [Attribute] -> [Html] -> Html i :: [Attribute] -> [Html] -> Html iframe :: [Attribute] -> [Html] -> Html img :: [Attribute] -> Html input :: [Attribute] -> Html ins :: [Attribute] -> [Html] -> Html kbd :: [Attribute] -> [Html] -> Html keygen :: [Attribute] -> Html label :: [Attribute] -> [Html] -> Html legend :: [Attribute] -> [Html] -> Html li :: [Attribute] -> [Html] -> Html link :: [Attribute] -> Html main :: [Attribute] -> [Html] -> Html map :: [Attribute] -> [Html] -> Html mark :: [Attribute] -> [Html] -> Html menu :: [Attribute] -> [Html] -> Html menuitem :: [Attribute] -> Html meta :: [Attribute] -> Html meter :: [Attribute] -> [Html] -> Html nav :: [Attribute] -> [Html] -> Html noscript :: [Attribute] -> [Html] -> Html object :: [Attribute] -> [Html] -> Html ol :: [Attribute] -> [Html] -> Html optgroup :: [Attribute] -> [Html] -> Html option :: [Attribute] -> [Html] -> Html output :: [Attribute] -> [Html] -> Html p :: [Attribute] -> [Html] -> Html param :: [Attribute] -> Html pre :: [Attribute] -> [Html] -> Html progress :: [Attribute] -> [Html] -> Html q :: [Attribute] -> [Html] -> Html rp :: [Attribute] -> [Html] -> Html rt :: [Attribute] -> [Html] -> Html ruby :: [Attribute] -> [Html] -> Html samp :: [Attribute] -> [Html] -> Html script :: [Attribute] -> [Html] -> Html section :: [Attribute] -> [Html] -> Html select :: [Attribute] -> [Html] -> Html small :: [Attribute] -> [Html] -> Html source :: [Attribute] -> Html span :: [Attribute] -> [Html] -> Html strong :: [Attribute] -> [Html] -> Html style :: [Attribute] -> [Html] -> Html sub :: [Attribute] -> [Html] -> Html summary :: [Attribute] -> [Html] -> Html sup :: [Attribute] -> [Html] -> Html table :: [Attribute] -> [Html] -> Html tbody :: [Attribute] -> [Html] -> Html td :: [Attribute] -> [Html] -> Html textarea :: [Attribute] -> [Html] -> Html tfoot :: [Attribute] -> [Html] -> Html th :: [Attribute] -> [Html] -> Html thead :: [Attribute] -> [Html] -> Html time :: [Attribute] -> [Html] -> Html title :: [Attribute] -> [Html] -> Html tr :: [Attribute] -> [Html] -> Html track :: [Attribute] -> Html u :: [Attribute] -> [Html] -> Html ul :: [Attribute] -> [Html] -> Html var :: [Attribute] -> [Html] -> Html video :: [Attribute] -> [Html] -> Html wbr :: [Attribute] -> Html