[html5] r961 - /

whatwg at whatwg.org whatwg at whatwg.org
Tue Jun 26 16:19:22 PDT 2007


Author: ianh
Date: 2007-06-26 16:19:19 -0700 (Tue, 26 Jun 2007)
New Revision: 961

Modified:
   index
   source
Log:
[cgowt] (2) Make </p> and </br> introduce corresponding empty elements for compatibility with IE

Modified: index
===================================================================
--- index	2007-06-23 09:49:27 UTC (rev 960)
+++ index	2007-06-26 23:19:19 UTC (rev 961)
@@ -22,7 +22,7 @@
 
    <h1 id=html-5>HTML 5</h1>
 
-   <h2 class="no-num no-toc" id=working>Working Draft — 23 June 2007</h2>
+   <h2 class="no-num no-toc" id=working>Working Draft — 26 June 2007</h2>
 
    <p>You can take part in this work. <a
     href="http://www.whatwg.org/mailing-list">Join the working group's
@@ -2609,9 +2609,6 @@
    <ul>
     <li>Comment parsing is different.
 
-    <li><code title=""></br></code> and <code title=""></p></code> do
-     magical things.
-
     <li><code><a href="#p">p</a></code> can contain <code><a
      href="#table">table</a></code>
 
@@ -37024,13 +37021,11 @@
          element in scope</a>, then pop elements from this stack until the
          stack no longer <a href="#have-an" title="has an element in
          scope">has a <code>p</code> element in scope</a>.</p>
-        <!-- XXX quirk:
-        <p>Otherwise, act as if a start tag with the tag name
-        <code>p</code> had been seen, then reprocess the current
-        token.</p>
-        -->
-        
 
+        <p>Otherwise, act as if a start tag with the tag name <code><a
+         href="#p">p</a></code> had been seen, then reprocess the current
+         token.</p>
+
        <dt>An end tag whose tag name is one of: "dd", "dt", "li"
 
        <dd>
@@ -37574,14 +37569,12 @@
 
         <p>Change the <a href="#insertion0">insertion mode</a> to "<a
          href="#in-select" title="insertion mode: in select">in select</a>".</p>
-       </dd>
-       <!-- XXX quirks:
-       <dt>An end tag whose tag name is "br"</dt>
+
+       <dt>An end tag whose tag name is "br"
+
        <dd>
-        <p>Act as if a start tag token with the tag name "br" had been
-        seen. Ignore the end tag token.</p>
-       </dd>
--->
+        <p>Act as if a start tag token with the tag name "br" had been seen.
+         Ignore the end tag token.</p>
 
        <dt>A start or end tag whose tag name is one of: "caption", "col",
         "colgroup", "frame", "frameset", "head", "option", "optgroup",

Modified: source
===================================================================
--- source	2007-06-23 09:49:27 UTC (rev 960)
+++ source	2007-06-26 23:19:19 UTC (rev 961)
@@ -1128,9 +1128,6 @@
 
     <li>Comment parsing is different.</li>
 
-    <li><code title=""></br></code> and <code title=""></p></code> do magical
-    things.</li>
-
     <li><code>p</code> can contain <code>table</code></li>
 
     <li>Safari and IE have special parsing rules for <% ... %>
@@ -34188,11 +34185,9 @@
         stack no longer <span title="has an element in scope">has a
         <code>p</code> element in scope</span>.</p>
 
-        <!-- XXX quirk:
         <p>Otherwise, act as if a start tag with the tag name
         <code>p</code> had been seen, then reprocess the current
         token.</p>
-        -->
 
        </dd>
 
@@ -34780,13 +34775,11 @@
 
        </dd>
 
-<!-- XXX quirks:
        <dt>An end tag whose tag name is "br"</dt>
        <dd>
         <p>Act as if a start tag token with the tag name "br" had been
         seen. Ignore the end tag token.</p>
        </dd>
--->
 
        <dt>A start or end tag whose tag name is one of: "caption",
        "col", "colgroup", "frame", "frameset", "head", "option",




More information about the Commit-Watchers mailing list