<?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>2798</bug_id>
          
          <creation_ts>2006-02-03 09:21:47 +0000</creation_ts>
          <short_desc>Error: end tag for element &quot;A&quot; which is not open.</short_desc>
          <delta_ts>2006-02-05 09:33:34 +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.cs-software.com/W3C_A_01.html</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="Jerry A Green">jag</reporter>
          <assigned_to name="Terje Bless">link</assigned_to>
          <cc>jag</cc>
          
          <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>8119</commentid>
    <comment_count>0</comment_count>
    <who name="Jerry A Green">jag</who>
    <bug_when>2006-02-03 09:21:47 +0000</bug_when>
    <thetext>Validation Error:

&lt;!-- script below has closing &lt;/a&gt; but it does not validate --&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
&lt;!--
if (location.protocol == &quot;http:&quot;)
  { document.write(&quot;&lt;a href=&apos;https://www.cs-software.com/test_order.html&apos;&gt; click
here for secure Order Form&lt;/a&gt;&quot;)
  }
--&gt;
&lt;/script&gt;

Error: Line 12 column 110: end tag for element &quot;A&quot; which is not open.
Sample Source file: http://www.cs-software.com/W3C_A_01.html

***************

&lt;!-- script below has missing closing &lt;/a&gt; but it validates --&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
&lt;!--
if (location.protocol == &quot;http:&quot;)
  { document.write(&quot;&lt;a href=&apos;https://www.cs-software.com/test_order.html&apos;&gt; click
here for secure Order Form&quot;)
  }
--&gt;
&lt;/script&gt;
Sample Source File: http://www.cs-software.com/W3C_A_02.html</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>8124</commentid>
    <comment_count>1</comment_count>
    <who name="Ville Skyttä">ville.skytta</who>
    <bug_when>2006-02-05 09:33:34 +0000</bug_when>
    <thetext>Like the validator&apos;s error message about your _01 document says:

   &quot;If this error occured in a script section of your document, you should
    probably read this FAQ entry.&quot;
   http://validator.w3.org/docs/help.html#faq-javascript</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>