<?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>9447</bug_id>
          
          <creation_ts>2010-04-08 12:54:13 +0000</creation_ts>
          <short_desc>Validator changes source code</short_desc>
          <delta_ts>2015-06-20 16:35:29 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Amaya</product>
          <component>(X)HTML</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc>http://www.portaltarot.com/M01-Buscadores.htm</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>altabusc</reporter>
          <assigned_to name="lcarcone">carcone</assigned_to>
          <cc>carcone</cc>
    
    <cc>emilien.kia</cc>
    
    <cc>fred.wang</cc>
    
    <cc>Irene.Vatton</cc>
    
    <cc>vincent.quint</cc>
          
          <qa_contact name="lcarcone">carcone</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>34656</commentid>
    <comment_count>0</comment_count>
    <who name="">altabusc</who>
    <bug_when>2010-04-08 12:54:13 +0000</bug_when>
    <thetext>Hi,

I have this source code :
  &lt;input type=&quot;radio&quot; name=&quot;sitesearch&quot; value=&quot;portaltarot&quot; checked=&quot;checked&quot;/&gt;

But HTML Validator reads :

  &lt;input type=&quot;radio&quot; name=&quot;sitesearch&quot; value=&quot;portaltarot&quot; checked/&gt;

Then it returns these errors :

#  Line 311, Column 97: the name and VI delimiter can be omitted from an attribute specification only if SHORTTAG YES is specified

            &lt;input type=&quot;radio&quot; name=&quot;sitesearch&quot; value=&quot;portaltarot&quot; checked/&gt;

&amp;#9993;

&quot;VI delimiter&quot; is a technical term for the equal sign. This error message means that the name of an attribute and the equal sign cannot be omitted when specifying an attribute. A common cause for this error message is the use of &quot;Attribute Minimization&quot; in document types where it is not allowed, in XHTML for instance.

How to fix: For attributes such as compact, checked or selected, do not write e.g &lt;option selected ... but rather &lt;option selected=&quot;selected&quot; ...
# Error Line 311, Column 80: Specification mandate value for attribute checked

            &lt;input type=&quot;radio&quot; name=&quot;sitesearch&quot; value=&quot;portaltarot&quot; checked/&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>34698</commentid>
    <comment_count>1</comment_count>
    <who name="lcarcone">carcone</who>
    <bug_when>2010-04-09 09:48:34 +0000</bug_when>
    <thetext>Hello,
I tested a local version of your document, the validation failed on lines 311 and 363 because of the missing attribute value 
&quot;Line 311, Column 97: the name and VI delimiter can be omitted from an attribute specification only if SHORTTAG YES is specified&quot;
If I add use checked=&quot;checked&quot; in both lines, your document is XHTML Valid

Thanks</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>121315</commentid>
    <comment_count>2</comment_count>
    <who name="Jackie">jackiewindsor09</who>
    <bug_when>2015-06-20 16:34:41 +0000</bug_when>
    <thetext>Please make my changes</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>121395</commentid>
    <comment_count>3</comment_count>
    <who name="Jackie">jackiewindsor09</who>
    <bug_when>2015-06-20 16:35:29 +0000</bug_when>
    <thetext>Please make my changes</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>