<?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>3060</bug_id>
          
          <creation_ts>2006-03-30 07:04:08 +0000</creation_ts>
          <short_desc>XHTML Parser misinterprets code</short_desc>
          <delta_ts>2006-03-30 07:13:58 +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 2000</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>INVALID</resolution>
          
          
          <bug_file_loc>http://www.enkon.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="Ken Cox">kjopc</reporter>
          <assigned_to name="Terje Bless">link</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>8974</commentid>
    <comment_count>0</comment_count>
    <who name="Ken Cox">kjopc</who>
    <bug_when>2006-03-30 07:04:08 +0000</bug_when>
    <thetext>The validator reports a bogus XHTML error because it is incorrectly parsing the original markup.

Validate http://www.enkon.com/ and you see an error report for the line:

Error Line 568, column 199: there is no attribute &quot;border&quot; . 
...f=1&apos;,&apos;_blank&apos;);return false;&quot; border=&quot;0&quot; /&gt;

However, if you look at the actual code, border=&quot;0&quot; does not exist!

Here&apos;s the real HTML output from the site:

f=1&apos;,&apos;_blank&apos;);return false;&quot; style=&quot;border-width:0px;&quot; /&gt;

It looks like the parser is misinterpreting the original code and therefore reporting a bogus error.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>8975</commentid>
    <comment_count>1</comment_count>
    <who name="Bj">bjoern</who>
    <bug_when>2006-03-30 07:13:58 +0000</bug_when>
    <thetext>I am not sure what you are looking at, please use the Validator&apos;s show source option and jump to the line in the source using the linkin the error message,
I get

&lt;input type=&quot;image&quot; name=&quot;ctl00$imgbtnpf&quot; id=&quot;ctl00_imgbtnpf&quot; src=&quot;images/printfriendly.gif&quot; onclick=&quot;window.open(&apos;/Default.aspx?pf=1&apos;,&apos;_blank&apos;);return false;&quot; border=&quot;0&quot; /&gt;

not the code you are talking about. The server might be trying to recognize
the client and emit code depending on that, so the Validator might not get
the code you can see in browser when visiting the site.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>