<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>8771</bug_id>
          
          <creation_ts>2010-01-17 12:03:32 +0000</creation_ts>
          <short_desc>Validator missed errors</short_desc>
          <delta_ts>2010-01-18 11:24:32 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Validator</product>
          <component>check</component>
          <version>0.8.5</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>INVALID</resolution>
          
          
          <bug_file_loc>http://acko-mega-validate.artdesignfest.com/</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>major</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Konstantin Tokarev">annulen</reporter>
          <assigned_to name="This bug has no owner yet - up for the taking">dave.null</assigned_to>
          
          
          <qa_contact name="qa-dev tracking">www-validator-cvs</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>31093</commentid>
    <comment_count>0</comment_count>
    <who name="Konstantin Tokarev">annulen</who>
    <bug_when>2010-01-17 12:03:32 +0000</bug_when>
    <thetext>This XHTML page contains some vere errors which are missed by Validator
1) Tags &lt;i&gt; and &lt;u&gt; in &lt;h1&gt; are closed in wrong order
2) &lt;table&gt; isn&apos;t closed
3) window.document.writeln() is used (prohibited in XHTML)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>31101</commentid>
    <comment_count>1</comment_count>
    <who name="Ville Skyttä">ville.skytta</who>
    <bug_when>2010-01-18 11:24:32 +0000</bug_when>
    <thetext>(In reply to comment #0)
&gt; 1) Tags &lt;i&gt; and &lt;u&gt; in &lt;h1&gt; are closed in wrong order
&gt; 2) &lt;table&gt; isn&apos;t closed

All these are inside a CDATA section.  The page has &quot;&lt;![CDATA[ ] ] &gt;&quot; which is not a &quot;self closing&quot; one because there is whitespace between ], ], and &gt;.  There is a &quot;&lt;! [ [ ]]&gt;&quot; later which closes it, and the &lt;h1&gt; and &lt;table&gt; etc are between these two.

&gt; 3) window.document.writeln() is used (prohibited in XHTML)

Even though it might not work in XHTML, this is not a validity error.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>