<?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>4991</bug_id>
          
          <creation_ts>2007-08-29 03:48:26 +0000</creation_ts>
          <short_desc>Validation fails on URL input, passes on direct input</short_desc>
          <delta_ts>2007-08-29 17:48:46 +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>Parser</component>
          <version>HEAD</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows XP</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>INVALID</resolution>
          
          
          <bug_file_loc>http://www.roberthenrylowe.com</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="Rob Lowe">rhlowe</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>16316</commentid>
    <comment_count>0</comment_count>
    <who name="Rob Lowe">rhlowe</who>
    <bug_when>2007-08-29 03:48:26 +0000</bug_when>
    <thetext>When I try to validate my site via URL input, it fails. When I view the generated source and copy/paste that into direct input, I pass validation. I am pretty sure it should pass because it says I require tags that *are* there and

&lt;div&gt;
&lt;ul&gt;
&lt;li&gt;something&lt;/li&gt;
&lt;li&gt;something&lt;/li&gt;
&lt;li&gt;something&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;

that is valid xhtml strict, isn&apos;t it?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>16318</commentid>
    <comment_count>1</comment_count>
    <who name="Olivier Thereaux">ot</who>
    <bug_when>2007-08-29 07:57:03 +0000</bug_when>
    <thetext>I get the exact same errors when validating by URI and when copy-pasting the source of the page from a browser to the validator.

You may want to use the &quot;show source&quot; option of the validator. The validator is not inventing error for the sake of it

</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>16319</commentid>
    <comment_count>2</comment_count>
    <who name="Rob Lowe">rhlowe</who>
    <bug_when>2007-08-29 16:11:30 +0000</bug_when>
    <thetext>There shouldn&apos;t be any errors when validating the URI, the errors it throw back are not there. Look at the source code on the actual site versus the errors the validator sends back, the errors aren&apos;t there</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>16321</commentid>
    <comment_count>3</comment_count>
    <who name="Olivier Thereaux">ot</who>
    <bug_when>2007-08-29 17:48:46 +0000</bug_when>
    <thetext>(In reply to comment #2)
&gt; There shouldn&apos;t be any errors when validating the URI, the errors it throw back
&gt; are not there. Look at the source code on the actual site versus the errors the
&gt; validator sends back, the errors aren&apos;t there

First error: the html element is missing the xmlns attribute.
Let&apos;s look at the code for your site... it starts with
&lt;html&gt;
=&gt; in XHTML you have to have the xmlns=...&quot; there.
The first error is definitely there

Second error: document type does not allow element &quot;ul&quot; here
I look where the validator is pointing
&lt;span class=&quot;terms&quot;&gt;&lt;ul class=&quot;links inline&quot;&gt;
=&gt; you can&apos;t have a block-level &lt;ul&gt; in an inline-level &lt;span&gt;
The second error is definitely there, too.

etc.


I&apos;m not sure what your browser is seeing, maybe you are seeing different content and markup because you are logged in or have a different version in cache, but I can assure you that the errors are there, whether seen from a browser or the validator.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>