<?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>832</bug_id>
          
          <creation_ts>2004-08-01 10:13:20 +0000</creation_ts>
          <short_desc>W3C Code validator errors when checking frames</short_desc>
          <delta_ts>2004-08-01 14:56:20 +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>Website</component>
          <version>0.7.0</version>
          <rep_platform>Other</rep_platform>
          <op_sys>Windows 2000</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WORKSFORME</resolution>
          
          
          <bug_file_loc>http://validator.w3.org/</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>deserttstar</reporter>
          <assigned_to name="Olivier Thereaux">ot</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>2101</commentid>
    <comment_count>0</comment_count>
    <who name="">deserttstar</who>
    <bug_when>2004-08-01 10:13:20 +0000</bug_when>
    <thetext>My site has one page with frames using XHTML doc type frameset, and when I 
checked it using your code validator, it required that I take the / out of the 
&lt;frame&gt; tag in order for it to work.  Since correct XHTML requires that 
&lt;frame /&gt; be closed with a slash, your validator is giving out the incorrect 
feedback - saying that the slash is a character that requires quotes around 
it.  Removing the slash altogether allowed me to pass the validator check.  
Here is the code it wouldn&apos;t pass:

&lt;html&gt;
&lt;head&gt;
&lt;title&gt;Home Page&lt;/title&gt;
&lt;/head&gt;

&lt;frameset rows=&quot;105, *&quot;&gt;
	&lt;frame name=&quot;logo&quot; src=&quot;logo.html&quot; /&gt;
&lt;frameset cols=&quot;125, *&quot;&gt;
	&lt;frame name=&quot;links&quot; src=&quot;tablelinks.html&quot; /&gt;
	&lt;frame name=&quot;target&quot; src=&quot;frame3.html&quot; /&gt;
&lt;/frameset&gt;
&lt;/frameset&gt;
&lt;/html&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2102</commentid>
    <comment_count>1</comment_count>
    <who name="David Dorward">david</who>
    <bug_when>2004-08-01 10:56:20 +0000</bug_when>
    <thetext>After copy/pasting the code that was reported to not pass into an empty document
and adding the XHTML 1.0 Frameset Doctype - it validated.

&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Frameset//EN&quot;
   &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd&quot;&gt;</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>