Eliom_content.HtmlSourceBuilding valid (X)HTML5.
See the Eliom manual for more information on <<a_manual
chapter="clientserver-html" fragment="unique"| dom semantics vs. functional
semantics>> for HTML5 tree manipulated by client/server application.
Creation of HTML5 content from React signals. HTML5's trees are automatically updated whenever corresponding signals change.
Creation of HTML5 content from client-side values. This module is available on client side only to make possible to use C-nodes in shared sections.
Conversion from HTML5 elts to Javascript DOM elements (<: <<a_api
project="js_of_ocaml"| class Js_of_ocaml.Dom_html.element >> ). One conversion function per source type (stressed by the of_ prefix).
Conversion functions from DOM nodes ( <<a_api project="js_of_ocaml"| type Js_of_ocaml.Dom_html.element>> <<a_api
project="js_of_ocaml"| type Js_of_ocaml.Js.t>> ) to Eliom nodes ( <<a_api | type Eliom_content.Html.elt>> ).