Module Eliom_content.Html5

module Html5: sig .. end
Building and printing valid HTML5 tree. Information about Html5 api can be found at .

type +'a elt 
See in Eliom's manual for HTML5 tree manipulated by client/server application.
type +'a attrib 
type uri = Eliom_content.Xml.uri 
module F: sig .. end
Creation of Functional HTML5 content (copy-able but not referable, see also ).
module D: sig .. end
Creation of HTML5 content with DOM semantics (referable, see also ).
module C: sig .. end
Creation of HTML5 content from client-side values.
module Id: sig .. end
Node identifiers
module Custom_data: sig .. end
Type-safe custom data for HTML5.
module Printer: Xml_sigs.Typed_simple_printer  with type (+'a) elt := 'a elt
      and type doc := F.doc
"Polyglot" HTML5 printer.