module Html5: sig
.. end
Building Html5 tree.
type +'a
elt
See the Eliom manual for more information on for SVG tree manipulated by client/server
application.
type 'a
wrap = 'a
type 'a
list_wrap = 'a list
type +'a
attrib
type
uri = Eliom_content_core.Xml.uri
module F: sig
.. end
Typed interface for building valid HTML5 tree (functional semantics).
module D: sig
.. end
Typed interface for building valid HTML5 tree (DOM semantics).
module R: sig
.. end
Typed interface for building valid HTML5 tree from
React signals.
module Id: sig
.. end
Node identifiers
module Custom_data: sig
.. end
Type-safe custom data for HTML5.
module Of_dom: Tyxml_cast_sigs.OF
with type 'a elt = 'a elt
Conversion of Javascript DOM elements to HTML5 elts (with DOM semantics of course).