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 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 27 October 2009 08:27:37 GMT