Classes and attributes
Custom classes and attributes for tables, lists, etc.
val cls_table : string list -> t -> t
val a_table : Html_types.table_attrib Tyxml.Html.attrib list -> t -> t
val cls_text : string list -> t -> t
val a_text : Html_types.div_attrib Tyxml.Html.attrib list -> t -> t
val cls_row : string list -> t -> t
val a_row : Html_types.div_attrib Tyxml.Html.attrib list -> t -> t
val cls_col : string list -> t -> t
val a_col : Html_types.div_attrib Tyxml.Html.attrib list -> t -> t
val tree_summary : bool -> t -> t
When set to true, the trees are rendered collapsed using the <detalis>
HTML5 element.