Scroll to navigation

Eliom_content.Html5(3o) Eliom_content.Html5(3o)

NAME

Eliom_content.Html5 - Building and printing valid HTML5 tree.

Module

Module Eliom_content.Html5

Documentation

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. This makes possible to insert in server side generated pages some nodes that will be computed on client side (for example reactive nodes).
module Id : sig end
Node identifiers
module Custom_data : sig end
Type-safe custom data for HTML5. See the .
module Printer : sig end
"Polyglot" HTML5 printer. See .
2014-07-10 OCamldoc