- The option for a Boolean attribute not to have a value. That is, the attribute alone is enough, so that when the attribute is set without a value, it counts as true. In XML-based languages, attribute minimization is disallowed and attributes must have a value; for example, in XHTML,
checked
is invalid, and must be writtenchecked="checked"
.