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 -> tThe type for attribute constructors with value of type
'a.
val autofocus : tval charset : string consval checked : tval class' : string consval content : string consval disabled : tval for' : string consval height : int consval href : string consval id : string consval media : string consval name : string consval placeholder : string consval rel : string consval src : string consval tabindex : int consval title : string consval type' : string consval value : string consval width : int cons