previous | start | next


Attribute Minimization

XML does not support attribute minimization. Attribute-value pairs must be written in full. Attribute names such as compact and checked cannot occur in elements without their value being specified.

INCORRECT: minimized attributes

<option selected>

CORRECT: unminimized attributes

<option selected="selected">