<?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>13627</bug_id>
          
          <creation_ts>2011-08-03 19:41:47 +0000</creation_ts>
          <short_desc>got validation  as duplicate specification of attribute &quot;name&quot;</short_desc>
          <delta_ts>2011-08-25 20:39: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 2000</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="Alex">alexnemo1955</reporter>
          <assigned_to name="This bug has no owner yet - up for the taking">dave.null</assigned_to>
          <cc>elimerl</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>52222</commentid>
    <comment_count>0</comment_count>
    <who name="Alex">alexnemo1955</who>
    <bug_when>2011-08-03 19:41:47 +0000</bug_when>
    <thetext>complete validation looks like:
==================================================================
Error Line 59, Column 109: duplicate specification of attribute &quot;name&quot;

irstName&quot; type=&quot;text&quot; id=&quot;tbxFirstName&quot; name=&quot;tbxFirstName&quot; type=&quot;text&quot; /&gt;&lt;/td&gt;

&amp;#9993;

You have specified an attribute more than once. Example: Using the &quot;height&quot; attribute twice on the same &quot;img&quot; tag.
Error Line 59, Column 129: duplicate specification of attribute &quot;type&quot;

irstName&quot; type=&quot;text&quot; id=&quot;tbxFirstName&quot; name=&quot;tbxFirstName&quot; type=&quot;text&quot; /&gt;&lt;/td&gt;

&amp;#9993;

You have specified an attribute more than once. Example: Using the &quot;height&quot; attribute twice on the same &quot;img&quot; tag.



========================================================

That is how your validator renders that section of the page (taken from the source on your validator):

============================================================
58   &lt;td width=&quot;105px&quot;&gt;&lt;label for=&quot;tbxFirstName&quot;&gt;FIRST NAME&lt;/label&gt;&lt;/td&gt;
59   &lt;td width=&quot;193px&quot;&gt;&lt;input name=&quot;tbxFirstName&quot; type=&quot;text&quot; id=&quot;tbxFirstName&quot; name=&quot;tbxFirstName&quot; type=&quot;text&quot; /&gt;&lt;/td&gt;
60   &lt;td width=&quot;195px&quot;&gt;&lt;/td&gt;&lt;/tr&gt;

===========================================================


and that is what I have as a code on our source and view source from any browser:

source: 
&lt;td width=&quot;105px&quot;&gt;&lt;label for=&quot;tbxFirstName&quot;&gt;FIRST NAME&lt;/label&gt;&lt;/td&gt;
&lt;td width=&quot;193px&quot;&gt;&lt;asp:TextBox ID=&quot;tbxFirstName&quot;  name=&quot;tbxFirstName&quot; type=&quot;text&quot; runat=&quot;server&quot; Width=&quot;190px&quot;&gt;&lt;/asp:TextBox&gt;&lt;/td&gt;
&lt;td width=&quot;195px&quot;&gt;&lt;asp:Label runat=&quot;server&quot; ID=&quot;LblErrors&quot; Visible=&quot;false&quot; Font-Size=&quot;11px&quot; Font-Bold=&quot;True&quot; ForeColor=&quot;Red&quot;&gt;&lt;/asp:Label&gt;&lt;/td&gt;&lt;/tr&gt;


rendering by any known to me browser(source of rendered page):
&lt;td width=&quot;105px&quot;&gt;&lt;label for=&quot;tbxFirstName&quot;&gt;FIRST NAME&lt;/label&gt;&lt;/td&gt;
&lt;td width=&quot;193px&quot;&gt;&lt;input type=&quot;text&quot; id=&quot;tbxFirstName&quot; name=&quot;tbxFirstName&quot; style=&quot;width:190px;&quot; /&gt;&lt;/td&gt;
&lt;td width=&quot;195px&quot;&gt;&lt;/td&gt;&lt;/tr&gt;


Can you please explain to me where extra type=&quot;text&quot; and name=&quot;tbxFirstName&quot; comes from in your validator?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>55729</commentid>
    <comment_count>1</comment_count>
    <who name="Ville Skyttä">ville.skytta</who>
    <bug_when>2011-08-23 20:50:43 +0000</bug_when>
    <thetext>I suppose they&apos;re generated by asp.net when it serves the documents to the validator.

There&apos;s some information which might be related at http://msdn.microsoft.com/en-us/library/exc57y7e.aspx (see &quot;Configuring Browser Capabilities for Markup Validation&quot;).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>55760</commentid>
    <comment_count>2</comment_count>
    <who name="Alex">alexnemo1955</who>
    <bug_when>2011-08-24 12:41:58 +0000</bug_when>
    <thetext>There is nothing in ASP.NET to render page like that.
I viewed source from the browsers(IE, FF, Chrome) no such thing there at all.
It is for sure your parser adding those things.
By the way on some cases it does not do it.
For example when I open your validator via Chrome.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>55766</commentid>
    <comment_count>3</comment_count>
    <who name="Etienne Miret">elimerl</who>
    <bug_when>2011-08-24 18:42:29 +0000</bug_when>
    <thetext>Could you give us a URI for us to test?

(In reply to comment #2)
&gt; I viewed source from the browsers(IE, FF, Chrome) no such thing there at all.
ASP.NET is known to send different content to the validator than to browsers.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>55796</commentid>
    <comment_count>4</comment_count>
    <who name="Alex">alexnemo1955</who>
    <bug_when>2011-08-25 12:38:49 +0000</bug_when>
    <thetext>Forget it.
Site about to be turned down, thanks to your false validator.
Client was very disappointed about your validation and decides not to use web at all, to much complications for his taste.

Nice going guys.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>