- From: <bugzilla@wiggum.w3.org>
- Date: Mon, 18 Jan 2010 11:24:32 +0000
- To: www-validator-cvs@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=8771
Ville Skyttä <ville.skytta@iki.fi> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #1 from Ville Skyttä <ville.skytta@iki.fi> 2010-01-18 11:24:32 ---
(In reply to comment #0)
> 1) Tags <i> and <u> in <h1> are closed in wrong order
> 2) <table> isn't closed
All these are inside a CDATA section. The page has "<![CDATA[ ] ] >" which is
not a "self closing" one because there is whitespace between ], ], and >.
There is a "<! [ [ ]]>" later which closes it, and the <h1> and <table> etc are
between these two.
> 3) window.document.writeln() is used (prohibited in XHTML)
Even though it might not work in XHTML, this is not a validity error.
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Monday, 18 January 2010 11:24:34 UTC