Warning: Reason support is experimental. We are looking for beta-tester and contributors.

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 ]