HTML 3.2 PR: %html.content

This has been asked several times before, but I have never seen an
answer.  The question has arisen again because I have been updating
my content model trees for HTML 3.2
(<URL:http://www.ozemail.com.au/~dkgsoft/html/html32.html>). 

The HTML 3.2 DTD dated 18 September 1996 contains:

<![ %HTML.Deprecated [
    <!ENTITY % html.content "HEAD, BODY, PLAINTEXT?">
]]>

<!ELEMENT HTML O O  (%html.content)>

I have assumed it should read:

<![ %HTML.Deprecated [
        <!ENTITY % html.content "HEAD, BODY, PLAINTEXT?">
]]>
<!ENTITY % html.content "HEAD, BODY">

<!ELEMENT HTML O O  (%html.content)>

Is this assumption correct?
*********************************************
Dianne Gorman - Sydney, Australia
email: dkgsoft@ozemail.com.au
www:   http://www.ozemail.com.au/~dkgsoft/index.html
*********************************************

Received on Monday, 6 January 1997 23:21:43 UTC