<?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>7726</bug_id>
          
          <creation_ts>2009-09-25 10:07:28 +0000</creation_ts>
          <short_desc>legacy doctype syntax allows &lt;!DOCTYPE HTML SYSTEM&quot;about:legacy-compat&quot;&gt;</short_desc>
          <delta_ts>2010-10-04 14:47:33 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>HTML WG</product>
          <component>pre-LC1 HTML5 spec (editor: Ian Hickson)</component>
          <version>unspecified</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows NT</op_sys>
          <bug_status>VERIFIED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>NoReply</keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Julian Reschke">julian.reschke</reporter>
          <assigned_to name="Ian &apos;Hixie&apos; Hickson">ian</assigned_to>
          <cc>ian</cc>
    
    <cc>mike</cc>
    
    <cc>public-html-admin</cc>
    
    <cc>public-html-wg-issue-tracking</cc>
    
    <cc>zcorpan</cc>
          
          <qa_contact name="HTML WG Bugzilla archive list">public-html-bugzilla</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>27657</commentid>
    <comment_count>0</comment_count>
    <who name="Julian Reschke">julian.reschke</who>
    <bug_when>2009-09-25 10:07:28 +0000</bug_when>
    <thetext>Note the missing whitespace after SYSTEM</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>27707</commentid>
    <comment_count>1</comment_count>
    <who name="Simon Pieters">zcorpan</who>
    <bug_when>2009-09-28 14:46:58 +0000</bug_when>
    <thetext>This is intentional, because the parser doesn&apos;t require a space there (nor between the FPI and SI). It&apos;s not an error in SGML, unless I&apos;m mistaken.

If you want the parser to signal an error for missing spaces, then reopen. It would result in a few more states to the tokenizer.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>27709</commentid>
    <comment_count>2</comment_count>
    <who name="Julian Reschke">julian.reschke</who>
    <bug_when>2009-09-28 14:58:18 +0000</bug_when>
    <thetext>It&apos;s an error in XML, as far as I can tell.

The purpose of the legacy doctype is to allow specific serializers to produce conformant HTML5, so it&apos;s beyond me why we would want to allow that variation.

Unless you have evidence of producers that require this.
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>27710</commentid>
    <comment_count>3</comment_count>
    <who name="Julian Reschke">julian.reschke</who>
    <bug_when>2009-09-28 15:01:43 +0000</bug_when>
    <thetext>In particular, it contradicts:

&quot;In other words, &lt;!DOCTYPE HTML SYSTEM &quot;about:legacy-compat&quot;&gt; or &lt;!DOCTYPE HTML SYSTEM &apos;about:legacy-compat&apos;&gt;, case-insensitively except for the bit in quotes.&quot;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>27720</commentid>
    <comment_count>4</comment_count>
    <who name="Simon Pieters">zcorpan</who>
    <bug_when>2009-09-28 18:05:54 +0000</bug_when>
    <thetext>Personally, I think the spaces should be required, because it looks ugly without them. The space between &quot;&lt;!doctype&quot; and &quot;html&quot; is required because it looks ugly without it.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>27831</commentid>
    <comment_count>5</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2009-09-29 10:50:38 +0000</bug_when>
    <thetext>This resulted in three new tokeniser states. What a waste of the world&apos;s resources.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>27832</commentid>
    <comment_count>6</comment_count>
    <who name="">contributor</who>
    <bug_when>2009-09-29 10:51:01 +0000</bug_when>
    <thetext>Checked in as WHATWG revision r4051.
Check-in comment: Report parse error for missing spaces in DOCTYPEs.
http://html5.org/tools/web-apps-tracker?from=4050&amp;to=4051
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>27835</commentid>
    <comment_count>7</comment_count>
    <who name="">contributor</who>
    <bug_when>2009-09-29 10:53:03 +0000</bug_when>
    <thetext>Checked in as WHATWG revision r4052.
Check-in comment: Authoring-side change for the previous checkin.
http://html5.org/tools/web-apps-tracker?from=4051&amp;to=4052
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>27841</commentid>
    <comment_count>8</comment_count>
    <who name="Julian Reschke">julian.reschke</who>
    <bug_when>2009-09-29 10:58:28 +0000</bug_when>
    <thetext>That&apos;s not sufficient reason for a RFC2119-level requirement.
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>27850</commentid>
    <comment_count>9</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2009-09-29 11:15:02 +0000</bug_when>
    <thetext>As far as I can tell I did exactly what you asked for here.

Maybe you reopened the wrong bug?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>27865</commentid>
    <comment_count>10</comment_count>
    <who name="Julian Reschke">julian.reschke</who>
    <bug_when>2009-09-29 15:33:33 +0000</bug_when>
    <thetext>Indeed.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>33510</commentid>
    <comment_count>11</comment_count>
    <who name="Maciej Stachowiak">mjs</who>
    <bug_when>2010-03-14 14:51:47 +0000</bug_when>
    <thetext>This bug predates the HTML Working Group Decision Policy.

If you are satisfied with the resolution of this bug, please change the state of this bug to CLOSED. If you have additional information and would like the editor to reconsider, please reopen this bug. If you would like to escalate the issue to the full HTML Working Group, please add the TrackerRequest keyword to this bug, and suggest title and text for the tracker issue; or you may create a tracker issue yourself, if you are able to do so. For more details, see this document:
  http://dev.w3.org/html5/decision-policy/decision-policy.html

This bug is now being moved to VERIFIED. Please respond within two weeks. If this bug is not closed, reopened or escalated within two weeks, it may be marked as NoReply and will no longer be considered a pending comment.
</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>