Module Html5

module Html5: sig .. end
Typesafe constructors and printers for HTML5 documents.
See also W3C Recommendation

module M: Html5_sigs.T  with type Xml.uri = Xml.uri
                        and type Xml.event_handler = Xml.event_handler
                        and type Xml.attrib = Xml.attrib
                        and type Xml.elt = Xml.elt
			and module Svg := Svg.M
Concrete implementation of HTML5 typesafe constructors
module P: Xml_sigs.Typed_simple_printer  with type 'a elt := 'a M.elt
                                         and type doc := M.doc
Simple printer for HTML5 documents
module Make_printer: 
functor (O : Xml_sigs.Output) -> Xml_sigs.Typed_printer with type out := O.out and type 'a elt := 'a M.elt and type doc := M.doc
Parametrized stream printer for HTML5 documents