Module XHTML.​T.​PRESENTATION

module PRESENTATION: sig..end


type block = [ `Hr ]

type inline = [ `B | `Big | `I | `Small | `Sub | `Sup | `Tt ]

type flow = [ `B | `Big | `Hr | `I | `Small | `Sub | `Sup | `Tt ]