Module XHTML.T.FORMS

module FORMS: sig .. end

type t = [ `Option ] 
type form = [ `Form ] 
type formctrl_sans_label = [ `Input | `Select | `Textarea ] 
type formctrl = [ `Input | `Label | `Select | `Textarea ] 
type block = form 
type inline_sans_label = formctrl_sans_label 
type inline = formctrl 
type flow_sans_label = [ `Form | `Input | `Select | `Textarea ] 
type flow = [ `Form | `Input | `Label | `Select | `Textarea ]