<?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>8394</bug_id>
          
          <creation_ts>2009-11-28 20:23:06 +0000</creation_ts>
          <short_desc>does not report this:&lt;a ..&gt;&gt;&lt;/a&gt; as problem</short_desc>
          <delta_ts>2009-11-29 21:21:44 +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></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>trivial</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="BubikolRamios">cvenkel.miran</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>29775</commentid>
    <comment_count>0</comment_count>
    <who name="BubikolRamios">cvenkel.miran</who>
    <bug_when>2009-11-28 20:23:06 +0000</bug_when>
    <thetext>&lt;!DOCTYPE html PUBLIC
&quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot;
&quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;

1.This is ok markup:
&lt;a ..&gt;&amp;lt;&lt;/a&gt;
&lt;a ..&gt;&amp;gt;&lt;/a&gt;


2. This is not ok markup:
&lt;a ..&gt;&lt;&lt;/a&gt;
&lt;a ..&gt;&gt;&lt;/a&gt;

But valdator warns only about firt one from (2).

Regards</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>29784</commentid>
    <comment_count>1</comment_count>
    <who name="Ville Skyttä">ville.skytta</who>
    <bug_when>2009-11-29 21:21:44 +0000</bug_when>
    <thetext>(In reply to comment #0)
&gt; 2. This is not ok markup:
&gt; &lt;a ..&gt;&lt;&lt;/a&gt;
&gt; &lt;a ..&gt;&gt;&lt;/a&gt;
&gt; 
&gt; But valdator warns only about firt one from (2).

Validator is correct - the first one is not ok, but escaping &quot;&gt;&quot; as &quot;&amp;gt;&quot; in XML while a good general practice is not a must except in certain circumstances.  See
http://www.w3.org/TR/REC-xml/#syntax
http://annevankesteren.nl/2005/09/gt</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>