Copyright | (c) Andy Gill, and the Oregon Graduate Institute of Science and Technology 1999-2001 (c) Bjorn Bringert 2004-2006 (c) Alasdair Armstrong 2010 |
---|---|
License | BSD-style |
Maintainer | alasdair.armstrong@googlemail.com |
Stability | experimental |
Portability | GHC |
Safe Haskell | None |
Language | Haskell98 |
Text.XHtmlCombinators.Attributes.Safe
Description
- attr :: Text -> Text -> Attr
- action :: Text -> Attr
- align :: Text -> Attr
- alt :: Text -> Attr
- altcode :: Text -> Attr
- archive :: Text -> Attr
- base :: Text -> Attr
- border :: Int -> Attr
- bordercolor :: Text -> Attr
- cellpadding :: Int -> Attr
- cellspacing :: Int -> Attr
- checked :: Attr
- codebase :: Text -> Attr
- cols :: Text -> Attr
- colspan :: Int -> Attr
- content :: Text -> Attr
- coords :: Text -> Attr
- disabled :: Attr
- enctype :: Text -> Attr
- height :: Text -> Attr
- href :: Text -> Attr
- hreflang :: Text -> Attr
- httpEquiv :: Text -> Attr
- id_ :: Text -> Attr
- ismap :: Attr
- lang :: Text -> Attr
- maxlength :: Int -> Attr
- method :: Text -> Attr
- multiple :: Attr
- name :: Text -> Attr
- nohref :: Attr
- rel :: Text -> Attr
- rev :: Text -> Attr
- rows :: Text -> Attr
- rowspan :: Int -> Attr
- rules :: Text -> Attr
- selected :: Attr
- shape :: Text -> Attr
- size :: Text -> Attr
- src :: Text -> Attr
- class_ :: Text -> Attr
- for :: Text -> Attr
- style :: Text -> Attr
- type_ :: Text -> Attr
- title :: Text -> Attr
- usemap :: Text -> Attr
- valign :: Text -> Attr
- value :: Text -> Attr
- width :: Text -> Attr