Eliom_content_core.Html5(3) Building Html5 tree.

Module

Module Eliom_content_core.Html5

Documentation

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 attrib

type uri = Eliom_content_core.Xml.uri

module F : sig end

Typed interface for building valid HTML5 tree (functional semantics). See .

module D : sig end

Typed interface for building valid HTML5 tree (DOM semantics). See .

module Id : sig end

Node identifiers

module Of_dom : sig end

Conversion of Javascript DOM elements to HTML5 elts (with DOM semantics of course). One conversion function per source type (stressed by the of_ prefix).