<?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>10459</bug_id>
          
          <creation_ts>2010-08-27 00:31:01 +0000</creation_ts>
          <short_desc>Frame start tag unexpectedly not recognized</short_desc>
          <delta_ts>2011-08-23 21:36:39 +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>1.0</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>VERIFIED</bug_status>
          <resolution>INVALID</resolution>
          
          
          <bug_file_loc>http://validator.w3.org/check?uri=http%3A%2F%2Ftest.csswg.org%2Fsuites%2Fcss2.1%2F20100815%2Fhtml4%2Fviewport-004.htm&amp;charset=%28detect+automatically%29&amp;doctype=Inline&amp;ss=1&amp;group=0&amp;user-agent=W3C_Validator%2F1.1</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="Gérard Talbot">info</reporter>
          <assigned_to name="This bug has no owner yet - up for the taking">dave.null</assigned_to>
          <cc>ville.skytta</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>37970</commentid>
    <comment_count>0</comment_count>
    <who name="Gérard Talbot">info</who>
    <bug_when>2010-08-27 00:31:01 +0000</bug_when>
    <thetext>URL where the problem was first discovered
------------------------------------------

http://test.csswg.org/suites/css2.1/20100815/html4/viewport-004.htm


Relevant code
-------------

&lt;frameset cols=&quot;*,*&quot;&gt;
  &lt;frame src=&quot;support/viewport-004-firstcanvas.htm&quot;&gt;&lt;/frame&gt;
  &lt;frame src=&quot;support/viewport-004-secondcanvas.htm&quot;&gt;&lt;/frame&gt;
  &lt;noframes&gt;
    &lt;body&gt;
      &lt;p&gt;Test passes if this text is visible.&lt;/p&gt;
    &lt;/body&gt;
  &lt;/noframes&gt;
&lt;/frameset&gt;


W3C Markup Validator version
----------------------------

v1.1



The W3C validator error message
 
{ end tag for element &quot;FRAME&quot; which is not open (check earlier errors) .} 

seems to indicate that start tag &lt;frame&gt; is not seen.

I have checked with other validators ( WDG, http://validator.progysm.com/check.php , http://valet.webthing.com/page/validate ) and the error message is the same.

&lt;/frame&gt; end tag is optional:
&lt;!ELEMENT FRAME - O EMPTY              -- subwindow --&gt;
http://www.w3.org/TR/html4/present/frames.html#h-16.2.2

I can create a reduced testcase if required, requested.

regards, Gérard</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>55708</commentid>
    <comment_count>1</comment_count>
    <who name="Ville Skyttä">ville.skytta</who>
    <bug_when>2011-08-23 19:11:11 +0000</bug_when>
    <thetext>(In reply to comment #0)
&gt; &lt;/frame&gt; end tag is optional:
&gt; &lt;!ELEMENT FRAME - O EMPTY              -- subwindow --&gt;
&gt; http://www.w3.org/TR/html4/present/frames.html#h-16.2.2

http://www.w3.org/TR/html401/intro/sgmltut.html#h-3.3.3

| The hyphen and the following &quot;O&quot; indicate that the end tag can be omitted, but
| together with the content model &quot;EMPTY&quot;, this is strengthened to the rule that
| the end tag must be omitted.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>55738</commentid>
    <comment_count>2</comment_count>
    <who name="Gérard Talbot">info</who>
    <bug_when>2011-08-23 21:36:39 +0000</bug_when>
    <thetext>Ville,

Good catch! I missed that completely!

Thank you!

Marking as VERIFIED

regards, Gérard</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>