Scroll to navigation

Eliom_content_core.Html5(3o) Eliom_content_core.Html5(3o)

NAME

Eliom_content_core.Html5 - Building and printing valid (X)HTML5 tree.

Module

Module Eliom_content_core.Html5

Documentation

Module Html5
: sig end
 
 
Building and printing valid (X)HTML5 tree.
 
 
 
 
 
 
type +'a elt
 
 
See the Eliom manual for more information on for HTML5 tree manipulated by client/server application.
 
 
 
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 Id : sig end
 
 
Node identifiers
 
 
 
module Printer : sig end
 
 
"Polyglot" HTML5 printer. See .
 
 
 
2012-06-11 OCamldoc