xhtml-combinators-0.2.2: Fast and easy to use XHTML combinators.

PortabilityGHC
Stabilityexperimental
Maintaineralasdair.armstrong@googlemail.com
Safe HaskellNone

Text.XHtmlCombinators.Attributes.Safe

Description

 

Synopsis

Documentation

attr :: Text -> Text -> Attr

alt :: Text -> Attr

base :: Text -> Attr

cols :: Text -> Attr

href :: Text -> Attr

id_ :: Text -> Attr

lang :: Text -> Attr

name :: Text -> Attr

rel :: Text -> Attr

rev :: Text -> Attr

rows :: Text -> Attr

size :: Text -> Attr

src :: Text -> Attr

for :: Text -> Attr

style :: Text -> Attr

Currently data input into the style tag is not escaped.