package b0
Software construction and deployment kit
Install
dune-project
Dependency
Authors
Maintainers
Sources
b0-0.0.6.tbz
sha512=e9aa779e66c08fc763019f16d4706f465d16c05d6400b58fbd0313317ef33ddea51952e2b058db28e65f7ddb7012f328c8bf02d8f1da17bb543348541a2587f0
doc/b0.std/B0_html/At/index.html
Module B0_html.At
Source
HTML attributes.
See the attribute constructors.
Attributes
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
.
Predicates and comparisons
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
.
Converting and formatting
pp ppf at
formats at
on ppf
using HTML syntax. is_void
attributes format nothing.
Attribute constructors
See the MDN HTML attribute reference.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page