Version 0.99.5
This is a preliminary version of the documentation. Help us to improve it by filling tickets. We are looking for native english speakers to proof read the documentation. Contact us!
module Xhtmltypes:XHTML types with variants. (See alsosig..end
XHTML.M)typexhtml =[ `Html ]
typeform =[ `Form ]
typea =[ `A ]
typeimg =[ `Img ]
typelink =[ `Link ]
typescript =[ `Script ]
typeinput =[ `Input ]
typetextarea =[ `Textarea ]
typeselect =[ `Select ]
typeselectoption =[ `Option ]
typeoptgroup =[ `Optgroup ]
typebutton =[ `Button ]
typepcdata =[ `PCDATA ]
type notag typehtml_content =[ `Body | `Frameset | `Head ]
typebody_content =XHTML.M.block
typediv_content =[ `A
| `Abbr
| `Acronym
| `Address
| `B
| `Bdo
| `Big
| `Blockquote
| `Br
| `Button
| `Cite
| `Code
| `Del
| `Dfn
| `Div
| `Dl
| `Em
| `Fieldset
| `Form
| `H1
| `H2
| `H3
| `H4
| `H5
| `H6
| `Hr
| `I
| `Img
| `Input
| `Ins
| `Kbd
| `Label
| `Map
| `Noscript
| `Object
| `Ol
| `P
| `PCDATA
| `Pre
| `Q
| `Samp
| `Script
| `Select
| `Small
| `Span
| `Strong
| `Sub
| `Sup
| `Table
| `Textarea
| `Tt
| `Ul
| `Var ]
typeobject_content =[ `A
| `Abbr
| `Acronym
| `Address
| `B
| `Bdo
| `Big
| `Blockquote
| `Br
| `Button
| `Cite
| `Code
| `Del
| `Dfn
| `Div
| `Dl
| `Em
| `Fieldset
| `Form
| `H1
| `H2
| `H3
| `H4
| `H5
| `H6
| `Hr
| `I
| `Img
| `Input
| `Ins
| `Kbd
| `Label
| `Map
| `Noscript
| `Object
| `Ol
| `P
| `PCDATA
| `Param
| `Pre
| `Q
| `Samp
| `Script
| `Select
| `Small
| `Span
| `Strong
| `Sub
| `Sup
| `Table
| `Textarea
| `Tt
| `Ul
| `Var ]
typefieldset_content =[ `A
| `Abbr
| `Acronym
| `Address
| `B
| `Bdo
| `Big
| `Blockquote
| `Br
| `Button
| `Cite
| `Code
| `Del
| `Dfn
| `Div
| `Dl
| `Em
| `Fieldset
| `Form
| `H1
| `H2
| `H3
| `H4
| `H5
| `H6
| `Hr
| `I
| `Img
| `Input
| `Ins
| `Kbd
| `Label
| `Legend
| `Map
| `Noscript
| `Object
| `Ol
| `P
| `PCDATA
| `Pre
| `Q
| `Samp
| `Script
| `Select
| `Small
| `Span
| `Strong
| `Sub
| `Sup
| `Table
| `Textarea
| `Tt
| `Ul
| `Var ]
typebutton_content =[ `Abbr
| `Acronym
| `Address
| `B
| `Bdo
| `Big
| `Blockquote
| `Br
| `Cite
| `Code
| `Del
| `Dfn
| `Div
| `Dl
| `Em
| `H1
| `H2
| `H3
| `H4
| `H5
| `H6
| `Hr
| `I
| `Img
| `Ins
| `Kbd
| `Map
| `Noscript
| `Object
| `Ol
| `P
| `PCDATA
| `Pre
| `Q
| `Samp
| `Script
| `Small
| `Span
| `Strong
| `Sub
| `Sup
| `Table
| `Tt
| `Ul
| `Var ]
typehead_content =[ `Base | `Link | `Meta | `Object | `Script | `Style | `Title ]
typeform_content =[ `Address
| `Blockquote
| `Del
| `Div
| `Dl
| `Fieldset
| `H1
| `H2
| `H3
| `H4
| `H5
| `H6
| `Hr
| `Ins
| `Noscript
| `Ol
| `P
| `Pre
| `Script
| `Table
| `Ul ]
typeblockquote_content =[ `Address
| `Blockquote
| `Del
| `Div
| `Dl
| `Fieldset
| `Form
| `H1
| `H2
| `H3
| `H4
| `H5
| `H6
| `Hr
| `Ins
| `Noscript
| `Ol
| `P
| `PCDATA
| `Pre
| `Script
| `Table
| `Ul ]
typemap_content =[ `Address
| `Area
| `Blockquote
| `Del
| `Div
| `Dl
| `Fieldset
| `Form
| `H1
| `H2
| `H3
| `H4
| `H5
| `H6
| `Hr
| `Ins
| `Noscript
| `Ol
| `P
| `Pre
| `Script
| `Table
| `Ul ]
typeinlinemix =[ `A
| `Abbr
| `Acronym
| `B
| `Bdo
| `Big
| `Br
| `Button
| `Cite
| `Code
| `Del
| `Dfn
| `Em
| `I
| `Img
| `Input
| `Ins
| `Kbd
| `Label
| `Map
| `Noscript
| `Object
| `PCDATA
| `Q
| `Samp
| `Script
| `Select
| `Small
| `Span
| `Strong
| `Sub
| `Sup
| `Textarea
| `Tt
| `Var ]
typelabel_content =[ `A
| `Abbr
| `Acronym
| `B
| `Bdo
| `Big
| `Br
| `Button
| `Cite
| `Code
| `Del
| `Dfn
| `Em
| `I
| `Img
| `Input
| `Ins
| `Kbd
| `Map
| `Noscript
| `Object
| `PCDATA
| `Q
| `Samp
| `Script
| `Select
| `Small
| `Span
| `Strong
| `Sub
| `Sup
| `Textarea
| `Tt
| `Var ]
typea_content =[ `Abbr
| `Acronym
| `B
| `Bdo
| `Big
| `Br
| `Button
| `Cite
| `Code
| `Del
| `Dfn
| `Em
| `I
| `Img
| `Input
| `Ins
| `Kbd
| `Label
| `Map
| `Noscript
| `Object
| `PCDATA
| `Q
| `Samp
| `Script
| `Select
| `Small
| `Span
| `Strong
| `Sub
| `Sup
| `Textarea
| `Tt
| `Var ]
typepre_content =[ `A
| `Abbr
| `Acronym
| `B
| `Bdo
| `Br
| `Cite
| `Code
| `Dfn
| `Em
| `I
| `Kbd
| `Map
| `PCDATA
| `Q
| `Samp
| `Script
| `Span
| `Strong
| `Tt
| `Var ]
typedl_content =[ `Dd | `Dt ]
typeoptgroup_content =[ `Option ]
typecolgroup_content =[ `Col ]
typeul_content =[ `Li ]
typeselect_content =[ `Optgroup | `Option ]
typetbody_content =[ `Tr ]
typetable_content =[ `Caption | `Col | `Colgroup | `Tbody | `Tfoot | `Thead | `Tr ]
typetr_content =[ `Td | `Th ]
typeabbr_content =inlinemix
typeacronym_content =inlinemix
typeaddress_content =inlinemix
typeb_content =inlinemix
typebdo_content =inlinemix
typebig_content =inlinemix
typecaption_content =inlinemix
typecite_content =inlinemix
typecode_content =inlinemix
typedfn_content =inlinemix
typedt_content =inlinemix
typeem_content =inlinemix
typeh1_content =inlinemix
typeh2_content =inlinemix
typeh3_content =inlinemix
typeh4_content =inlinemix
typeh5_content =inlinemix
typeh6_content =inlinemix
typei_content =inlinemix
typekbd_content =inlinemix
typelegend_content =inlinemix
typep_content =inlinemix
typeq_content =inlinemix
typesamp_content =inlinemix
typesmall_content =inlinemix
typespan_content =inlinemix
typestrong_content =inlinemix
typesub_content =inlinemix
typesup_content =inlinemix
typett_content =inlinemix
typevar_content =inlinemix
typedd_content =div_content
typedel_content =div_content
typeins_content =div_content
typeli_content =div_content
typeth_content =div_content
typetd_content =div_content
typenoscript_content =body_content
typearea_content =notag
typebase_content =notag
typebr_content =notag
typecol_content =notag
typehr_content =notag
typeimg_content =notag
typeinput_content =notag
typemeta_content =notag
typeparam_content =notag
typelink_content =pcdata
typeoption_content =pcdata
typescript_content =pcdata
typestyle_content =pcdata
typetextarea_content =pcdata
typetitle_content =pcdata
typeol_content =ul_content
typethead_content =tbody_content
typetfoot_content =tbody_content
typea_attrib =[ `Accesskey
| `Charset
| `Class
| `Coords
| `Href
| `Hreflang
| `Id
| `Name_01_00
| `Rel
| `Rev
| `Shape
| `Tabindex
| `Target
| `Title
| `Type
| `XML_lang ]
typelink_attrib =[ `Charset
| `Class
| `Href
| `Hreflang
| `Id
| `Media
| `Rel
| `Rev
| `Target
| `Title
| `Type
| `XML_lang ]
typescript_attrib =[ `Charset | `Defer | `Src | `XML_space | `XMLns ]
typeform_attrib =[ `Accept
| `Accept_charset
| `Class
| `Enctype
| `Id
| `Method
| `Name_01_00
| `Target
| `Title
| `XML_lang ]
typeimg_attrib =[ `Class
| `Height
| `Id
| `Longdesc
| `Name_01_00
| `Title
| `Usemap
| `Width
| `XML_lang ]
typediv_attrib =XHTML.M.common
typeinput_attrib =[ `Accesskey
| `Checked
| `Class
| `Id
| `Input_Type
| `Maxlength
| `Name
| `Size
| `Src
| `Tabindex
| `Title
| `Usemap
| `Value
| `XML_lang ]
typetextarea_attrib =[ `Accesskey | `Class | `Id | `Name | `Tabindex | `Title | `XML_lang ]
typeselect_attrib =[ `Class
| `Disabled
| `Id
| `Multiple
| `Name
| `Size
| `Tabindex
| `Title
| `XML_lang ]
typeoptgroup_attrib =[ `Class | `Disabled | `Id | `Label | `Title | `XML_lang ]
typeoption_attrib =[ `Class | `Disabled | `Id | `Label | `Selected | `Title | `Value | `XML_lang ]
typebutton_attrib =[ `Button_Type | `Class | `Id | `Name | `Title | `Value | `XML_lang ]