Module Eliom_content_core.Html5.D

module D: sig .. end
Typed interface for building valid HTML5 tree (DOM semantics). See .

module Raw: Html5_sigs.Make(Xml)(Svg.D.Raw).T  with type (+'a) elt = 'a elt
          and type (+'a) attrib = 'a attrib
include Eliom_content_core.Html5.D.Raw