Index of values
A | |
a [Html5_sigs.T] | |
a [Svg_sigs.T] | |
a_accentheight [Svg_sigs.T] | |
a_accept [Html5_sigs.T] | |
a_accept_charset [Html5_sigs.T] | |
a_accesskey [Html5_sigs.T] |
This attribute assigns an access key to an element.
a_accumulate [Svg_sigs.T] | |
a_action [Html5_sigs.T] |
This attribute specifies a form processing agent.
This attribute specifies the character encoding of the resource designated by the link.
a_checked [Html5_sigs.T] |
When the type attribute has the value "radio" or "checkbox", this boolean attribute specifies that the button is on.
a_cite [Html5_sigs.T] | |
a_class [Html5_sigs.T] |
This attribute assigns a class name or set of class names to an element.
a_class [Svg_sigs.T] | |
a_clippathunits [Svg_sigs.T] | |
a_codetype [Html5_sigs.T] | |
a_cols [Html5_sigs.T] |
This attribute specifies the visible width in average character widths.
This attribute specifies the location of a Web resource, thus defining a link between the current element (the source anchor) and the destination anchor defined by this attribute.
a_hreflang [Html5_sigs.T] |
This attribute specifies the base language of the resource designated by href and may only be used when href is specified.
a_http_equiv [Html5_sigs.T] | |
a_icon [Html5_sigs.T] | |
a_id [Html5_sigs.T] |
This attribute assigns a name to an element.
This attribute gives an advisory hint as to the content type of the content available at the link target address.
a_min [Html5_sigs.T] | |
a_min [Svg_sigs.T] | |
a_mode [Svg_sigs.T] | |
a_multiple [Html5_sigs.T] | |
a_muted [Html5_sigs.T] | |
a_name [Html5_sigs.T] |
This attribute assigns the control name.
a_name [Svg_sigs.T] | |
a_novalidate [Html5_sigs.T] | |
a_numoctaves [Svg_sigs.T] | |
a_offset [Svg_sigs.T] | |
a_offsettransfer [Svg_sigs.T] | |
a_onabort [Html5_sigs.T] |
Javascript events
Javascript mouse events
Javascript keyboard events
This attribute describes the relationship from the current document to the anchor specified by the href attribute.
This attribute specifies the number of visible text lines.
When set, this boolean attribute specifies that this option is pre-selected.
This attribute is deprecated, you should use Html5_sigs.T.a_xml_lang.
This attribute specifies the position of the current element in the tabbing order for the current document.
This attribute specifies the initial value of the control.
a_textlength [Svg_sigs.T] | |
a_title [Html5_sigs.T] |
This attribute offers advisory information about the element for which it is set.
May be used to specify custom attribs.
Recursively edit attributes for the element and all its children.
amap [Xml] |
Recursively edit attributes for the element and all its children.
amap1 [Xml_iter.Make] |
Edit attributes only for one element.
amap1 [Xml] |
Edit attributes only for one element.
Remove phantom type annotation on an element, to make it usable everywhere.
coerce_elt [Svg_sigs.T.Unsafe] |
Remove phantom type annotation on an element, to make it usable everywhere.
col [Html5_sigs.T] | |
colgroup [Html5_sigs.T] | |
colorprofile [Svg_sigs.T] | |
comma_sep_attrib [Html5_sigs.T.Unsafe] |
Same, for a comma separated list of values
comma_sep_attrib [Svg_sigs.T.Unsafe] |
Same, for a comma separated list of values
comma_sep_attrib [Xml_sigs.T] | |
comma_sep_attrib [Xml] | |
command [Html5_sigs.T] | |
comment [Xml_sigs.T] | |
comment [Xml] | |
compose_decl [Xml_print] |
encoding is the name of the character encoding, e.g.
compose_doctype [Xml_print] | |
concat [Xml_sigs.Output] | |
cons [Xml_wrap.T] | |
content [Xml_sigs.Iterable] | |
content [Xml] | |
content_type [Xml_sigs.Info] | |
cursor [Svg_sigs.T] | |
D | |
data [Html5_sigs.T.Unsafe] |
Insert raw text without any encoding
data [Svg_sigs.T.Unsafe] |
Insert raw text without any encoding
The encoder maps strings to HTML and must encode the unsafe characters '<', '>', '"', '&' and the control characters 0-8, 11-12, 14-31, 127 to HTML entities.
encode_unsafe_char_and_at [Xml_print] |
In addition, encode "@" as "@" in the hope that this will fool simple minded email address harvesters.
encodedpcdata [Xml_sigs.T] | |
encodedpcdata [Xml] | |
entity [Html5_sigs.T] | |
entity [Xml_sigs.T] | |
entity [Xml] |
Neither comment, pcdata nor entity check their argument for invalid characters.
Same, for float attribute
float_attrib [Svg_sigs.T.Unsafe] |
Same, for float attribute
Forms
If the type attribute is not "hidden", must be considered as interactive.
ins [Html5_sigs.T] | |
int_attrib [Html5_sigs.T.Unsafe] |
Same, for int attribute
int_attrib [Svg_sigs.T.Unsafe] |
Same, for int attribute
int_attrib [Xml_sigs.T] | |
int_attrib [Xml] | |
K | |
kbd [Html5_sigs.T] | |
keyboard_event_handler_attrib [Xml_sigs.T] | |
keyboard_event_handler_attrib [Xml] | |
keygen [Html5_sigs.T] | |
L | |
label [Html5_sigs.T] |
Label authorizes only one control inside them that should be labelled with a for attribute (although it is not necessary).
leaf [Html5_sigs.T.Unsafe] |
Insert an XML node without children that is not implemented in this module.
leaf [Svg_sigs.T.Unsafe] |
Insert an XML node without children that is not implemented in this module.
leaf [Xml_sigs.T] | |
leaf [Xml] | |
legend [Html5_sigs.T] | |
li [Html5_sigs.T] |
A list element.
Insert an XML node that is not implemented in this module.
node [Svg_sigs.T.Unsafe] |
Insert an XML node that is not implemented in this module.
node [Xml_sigs.T] | |
node [Xml] | |
normalize [Xml_print.Utf8] | |
normalize_html [Xml_print.Utf8] |
Same as normalize plus some extra work : It encode '<' , '>' , '"' , '&' characters with corresponding entities and replaced invalid html character by U+FFFD
Same, for a space separated list of values
space_sep_attrib [Svg_sigs.T.Unsafe] |
Same, for a space separated list of values
space_sep_attrib [Xml_sigs.T] | |
space_sep_attrib [Xml] | |
span [Html5_sigs.T] | |
standard [Xml_sigs.Info] | |
stop [Svg_sigs.T] | |
string_attrib [Html5_sigs.T.Unsafe] |
Insert an attribute that is not implemented in this module.
string_attrib [Svg_sigs.T.Unsafe] |
Insert an attribute that is not implemented in this module.
Convert a float to a string using a compact representation compatible with Javascript norme.
Same, for URI attribute
uri_attrib [Svg_sigs.T.Unsafe] |
Same, for URI attribute