.TH "Eliom_content.Html5" 3o 2014-07-10 OCamldoc "" .SH NAME Eliom_content.Html5 \- Building and printing valid HTML5 tree. .SH Module Module Eliom_content.Html5 .SH Documentation .sp Module .BI "Html5" : .B sig end .sp Building and printing valid HTML5 tree\&. Information about Html5 api can be found at \&. .sp .sp .sp .sp .I type .B +'a .I elt .sp See in Eliom\&'s manual for HTML5 tree manipulated by client/server application\&. .sp .sp .I type .B +'a .I attrib .sp .sp .I type uri = .B Eliom_content.Xml.uri .sp .sp .I module F : .B sig end .sp Creation of Functional HTML5 content (copy\-able but not referable, see also )\&. .sp .sp .I module D : .B sig end .sp Creation of HTML5 content with DOM semantics (referable, see also )\&. .sp .sp .I module C : .B sig end .sp 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)\&. .sp .sp .I module Id : .B sig end .sp Node identifiers .sp .sp .I module Custom_data : .B sig end .sp Type\-safe custom data for HTML5\&. See the \&. .sp .sp .I module Printer : .B sig end .sp "Polyglot" HTML5 printer\&. See \&. .sp .sp