- From: <bugzilla@wiggum.w3.org>
- Date: Wed, 10 May 2006 08:45:04 +0000
- To: www-validator-cvs@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=3270
robin@reala.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Comment #2 from robin@reala.net 2006-05-10 08:45 -------
The p element cannot contain other block level elements ( see
http://www.w3.org/TR/html4/struct/text.html#h-9.3.1 ) so in this case the
validator is correct. A possible fix would be to remove the p and change the
opening table tag to:
<table class='table center' cellspacing="0">
-> INVALID
Received on Wednesday, 10 May 2006 08:45:10 UTC