Warning: Reason support is experimental. We are looking for beta-tester and contributors.

Module Eliom_content_core.Html

module Html : sig..end

Building Html tree.


See the Eliom manual for more information on dom semantics vs. functional semantics for SVG tree manipulated by client/server application.

type +'a elt
type 'a wrap = 'a
type 'a list_wrap = 'a list
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).

Typed interface for building valid HTML5 tree from React signals. HTML5's trees are automatically updated whenever corresponding signals change.

Html_sigs.T .

module R : sig..end
module Id : sig..end

Node identifiers

module Custom_data : sig..end

Type-safe custom data for HTML5.

module Of_dom : Js_of_ocaml_tyxml.Tyxml_cast_sigs.OFwith type 'a elt = 'a elt

Conversion of Javascript DOM elements to HTML5 elts (with DOM semantics of course).