<?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>2529</bug_id>
          
          <creation_ts>2005-11-16 02:45:36 +0000</creation_ts>
          <short_desc>Errors accepted</short_desc>
          <delta_ts>2005-11-16 21:15:42 +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>check</component>
          <version>HEAD</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</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>major</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Tom Rix">asubstitute</reporter>
          <assigned_to name="Terje Bless">link</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>7207</commentid>
    <comment_count>0</comment_count>
    <who name="Tom Rix">asubstitute</who>
    <bug_when>2005-11-16 02:45:36 +0000</bug_when>
    <thetext>The code below comes out as valid HTML strict yet there is an error in it. The
&lt;h1&gt; tag on compose is not closed correctly. Because of this- the form will not
submit in either IE (v6) or Opera (v8.5) although Firefox does submit the form.

Bad H1 code:
&lt;h1&gt;Compose&lt;/h1

&gt;

Tom.

Full source:

&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot;
        &quot;http://www.w3.org/TR/html4/strict.dtd&quot;&gt;
&lt;html&gt;
&lt;head&gt;
	&lt;title&gt;Buzzplay.com - Compose Message&lt;/title&gt;
	&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot;
href=&quot;http://buzzplay.thomasrix.org/style.css&quot; &gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div id=&quot;container&quot;&gt;
	&lt;div id=&quot;top_banner&quot;&gt;&lt;/div&gt;
&lt;ul class=&quot;navlist&quot;&gt;
		&lt;li&gt;&lt;a href=&quot;/messaging&quot;&gt;Messaging&lt;/a&gt;&lt;/li&gt;

		&lt;li&gt;&lt;a href=&quot;/logout&quot;&gt;Logout&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;hr&gt;
&lt;ul class=&quot;navlist&quot;&gt;
&lt;li&gt;&lt;a href=&quot;/compose-message&quot;&gt;New&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;/view-inbox&quot;&gt;Inbox&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;/view-sent&quot;&gt;Sent&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

	&lt;div id=&quot;contain_sides&quot;&gt;

		&lt;div id=&quot;content&quot;&gt;
			
&lt;h1&gt;Compose&lt;/h1

&gt;&lt;form action=&quot;http://buzzplay.thomasrix.org/send-message&quot; method=&quot;post&quot;&gt;
	&lt;p&gt;&lt;label for=&quot;to&quot;&gt;To&lt;/label&gt;&lt;br&gt;&lt;input id=&quot;to&quot; type=&quot;text&quot; value=&quot;&quot; name=&quot;to&quot;
size=&quot;20&quot;&gt;&lt;/p&gt;
	&lt;p&gt;&lt;label for=&quot;subject&quot;&gt;Subject&lt;/label&gt;&lt;br&gt;&lt;input id=&quot;subject&quot; type=&quot;text&quot;
name=&quot;subject&quot; size=&quot;20&quot;&gt;&lt;/p&gt;
	&lt;p&gt;&lt;label for=&quot;msg&quot;&gt;Message&lt;/label&gt;&lt;br&gt;&lt;textarea id=&quot;msg&quot; rows=&quot;25&quot; cols=&quot;60&quot;
name=&quot;message&quot;&gt;&lt;/textarea&gt;&lt;/p&gt;
	&lt;p&gt;&lt;input id=&quot;submit_button&quot; type=&quot;submit&quot; value=&quot;Send Message&quot;&gt;&lt;/p&gt;
&lt;/form&gt;

&lt;/div&gt;
&lt;br&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;div style=&quot;text-align:center; font-size:14px; color:#000000;
font-variant:small-caps;&quot;&gt;Powered by BuzzPlatform&lt;sub&gt;beta&lt;/sub&gt;&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>7212</commentid>
    <comment_count>1</comment_count>
    <who name="Terje Bless">link</who>
    <bug_when>2005-11-16 21:15:42 +0000</bug_when>
    <thetext>This actually perfectly valid HTML, but regrettably a part of the standard that common browsers have 
problems with.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>