html-minimalist-0.3: Minimalist haskell html library

Text.HTML.Light.Attribute

Description

XHTML attribute constructors. Where an attribute name conflicts with a haskell keyword the attribute name is written with a prime suffix, ie. class'. Where an attribute name conflicts with an element name the attribute name is written likewise.

Synopsis

Documentation

class' :: String -> AttrSource

'class' is a reserved word.

data' :: String -> AttrSource

'data' is a reserved word.

span' :: String -> AttrSource

span is the name of both an attribute and element.

style' :: String -> AttrSource

style is the name of both an attribute and element.

title' :: String -> AttrSource

title is the name of both an attribute and element.

type' :: String -> AttrSource

'type' is a reserved word.