- From: John Bentley <jlrbentley@yahoo.com.au>
- Date: Thu, 15 Dec 2005 12:47:58 +1100
- To: <www-html-editor@w3.org>
In Modularization of XHTMLT 1.0 - Second Edition W3C Working Draft 18
February 2004.
http://www.w3.org/TR/2004/WD-xhtml-modularization-20040218/abstract_modules.
html#s_textmodule
Section 5.2.2 Text Module, Shouldn't the Minimal Content Model for the
blockquote element allow PCData.
So the Minimal Content Model should read:
(PCDATA|Heading|Block|List)*
Not
(Heading | Block | List)*
In other words, shouldn't
<blockquote>
Blah, blah
</blockquote>
be legal?
Cheers,
John.
Received on Thursday, 15 December 2005 04:49:09 UTC