The examples in the section of 4.4 (Attribute values must always be quoted) seems wrong.

In XHTML 1.0, the examples in the section of 4.4 (Attribute values must
always be quoted) seem wrong.
The table doesn't have the ROWS attribute, doesn't it? In HTML4.0 spec or
anywhere else I couldn't find the table has the rows attribute.
I think that these examples should be fixed.

4.4 Attribute values must always be quoted
All attribute values must be quoted, even those which appear to be numeric.
CORRECT: quoted attribute values
<table rows="3">
INCORRECT: unquoted attribute values
<table rows=3>

Received on Friday, 23 March 2001 15:12:58 UTC