Module Htmlg.Att
Attributes.
Attributes
Predefined attribute constructors
Convention. Whenever an attribute name conflicts with an OCaml keyword we prime it, see for example class'
.
type 'a cons
= 'a -> t
The type for attribute constructors with value of type
'a
.
val autofocus : t
val charset : string cons
val checked : t
val class' : string cons
val content : string cons
val disabled : t
val for' : string cons
val height : int cons
val href : string cons
val id : string cons
val media : string cons
val name : string cons
val placeholder : string cons
val rel : string cons
val src : string cons
val tabindex : int cons
val title : string cons
val type' : string cons
val value : string cons
val width : int cons