LI, DD, TH, TD: blocklevel in HTML 4.0 Draft

Hello, Editors,

The White space, Unordered and ordered lists, Definitions lists, and all
Tables examples in the HTML 4.0 draft specification do not validate as HTML
4.0 at KGV, <http://ugweb.cs.ualberta.ca/%7Egerald/validate/>.

LI, DD, TH, and TD require blocklevel contents in the 1997/09/17 DTD,
<http://www.w3.org/TR/WD-html40/sgml/dtd.html>. Examples throughout the
draft appear without blocklevel containers. Is this correct?

Best wishes,
--
Susan Lesch
http://www.macvirus.com/

---

RE: <http://www.w3.org/TR/WD-html40/struct/text.html#h-10.1>
10.1 White Space

RE: <http://www.w3.org/TR/WD-html40/struct/lists.html#edef-LI>
11.1 Unordered (UL) and ordered (OL) lists
<!ELEMENT LI - O (%block;)+ -- list item -->

RE: <http://www.w3.org/TR/WD-html40/struct/lists.html#h-11.2>
11.2 Definition lists: the DL, DT, and DD elements
<!ELEMENT DD - O  (%block;)+ -- definition description -->

RE: <http://www.w3.org/TR/WD-html40/struct/tables.html#h-12.1.6>
12.1.6 Table cells: The TH and TD elements
<!ELEMENT (TH|TD) - O (%block;)+ -- table header cell, table data cell -->

Received on Sunday, 2 November 1997 03:51:31 UTC