This is client API (go to server)
Module Eliom_content.Html5
module Html5 : sig..end
Building valid (X)HTML5.
type 'a elt = 'a Eliom_content_core.Html5.elt
See the Eliom manual for more information on dom semantics vs. functional semantics for HTML5 tree manipulated by client/server application.
type 'a attrib = 'a Eliom_content_core.Html5.attrib
type uri = Eliom_content_core.Html5.uri
module F : sig..end
Creation of functional HTML5 content (copy-able but not referable).
module D : sig..end
Creation of HTML5 content with DOM semantics (referable)
module Id : sig..end
Node identifiers
module Custom_data :
module type of Eliom_content_core.Html5.Custom_datawith
type 'a t = 'a Eliom_content_core.Html5.Custom_data.t
module To_dom : sig..end
Conversion from HTML5 elts to Javascript DOM elements (<: Dom_html.element ).
module Manip : sig..end
DOM-like manipulation functions.
module Of_dom : module type of Eliom_content_core.Html5.Of_dom
Conversion functions from DOM nodes (Dom_html.element Js.t ) to Eliom nodes (Eliom_content.Html5.elt ).
