<?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>11629</bug_id>
          
          <creation_ts>2011-01-01 01:04:19 +0000</creation_ts>
          <short_desc>False report of errors in code</short_desc>
          <delta_ts>2011-08-23 19:51:33 +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>1.2</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>INVALID</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="George Hayes">hayes.gr</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>43704</commentid>
    <comment_count>0</comment_count>
    <who name="George Hayes">hayes.gr</who>
    <bug_when>2011-01-01 01:04:19 +0000</bug_when>
    <thetext>I received a 9 so called errors of the greater than and less than missing from the beginning of some code.
I went through the page code by and to ensure they are closed and open properly and the order is correct.
The pages are built via a template that doesn&apos;t change.
Even on the simplest page it messes up.
http://www.paidtopen.com/template.php
&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/TR/html4/strict.dtd&quot;&gt;
&lt;html&gt;
&lt;head&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;/body&gt;
&lt;/html&gt;

Should have no errors. That is the html I get when I removed even the &lt;footer&gt;&lt;/footer&gt; I had in it. It still got to errors.

Having a validator that gives false results isn&apos;t worth much.
Hope you get it fixed soon.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>44337</commentid>
    <comment_count>1</comment_count>
    <who name="Michael[tm] Smith">mike</who>
    <bug_when>2011-01-13 23:14:01 +0000</bug_when>
    <thetext>Hi George,

First off, I think this is not related to the HTML5 backend for the validator. The doctype in your document triggers the validator to automatically check your doc using the HTML4 checker.

Anyway, the results you are seeing are correct. You have at least one error in your document: that error is it&apos;s missing a required &quot;title&quot; element in the head. And if you want to follow HTML4 rules, you have another error, which is that the body needs to have at least one child element. (That&apos;s not a requirement in HTML5 though.)

The problem is just that the error reports the validator gives you do not pinpoint those problems for you.

For cases like this, you might want to try comparing the results you get from the experimental standalone Nu Markup Validation Service:

http://www.w3.org/html/check

If you try your doc with that, it reports:

Error: Element head is missing a required instance of child element title.

Error: Element body is missing a required instance of one or more of the following child elements: address, blockquote, del, div, dl, fieldset, form, h1, h2, h3, h4, h5, h6, hr, ins, noscript, ol, p, pre, script, table, ul.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>