Page
Library
Module
Module type
Parameter
Class
Class type
Source
Htmlit.AtSourceHTML attributes.
See the attribute constructors.
The type for attribute names.
The type for attributes.
v n value is an attribute named n with value value. Favour use of attribute constructors whenever possible.
true' n is v n "". This sets the boolean attribute n to true. The attribute must be omitted to be false. See also if' and if_some.
is_void at is true iff the name of at is empty. These attributes render nothing. See also void.
equal at0 at1 is true if both the name and value of at0 and at1 are String.equal.
pp ppf at formats at on ppf using HTML syntax. is_void attributes format nothing.
See the MDN HTML attribute reference.