type-of-html-1.6.2.0: High performance type driven html generation.
Safe HaskellNone
LanguageHaskell2010

Html.Obsolete

Synopsis

Documentation

type CustomElementDefault (x :: Symbol) = Element x '['Metadata, 'Flow, 'Sectioning, 'Heading, 'Phrasing, 'Embedded, 'Interactive, 'Palpable, 'Scripting] ('Metadata ':|: ('Flow ':|: ('Sectioning ':|: ('Heading ':|: ('Phrasing ':|: ('Embedded ':|: ('Interactive ':|: ('Palpable ':|: 'Scripting)))))))) ('[] :: [Symbol]) Source #

Functions to create obsolete html elements.

Usage:

>>> center :> "barf"
<center>barf</center>