[html5] r964 - /

whatwg at whatwg.org whatwg at whatwg.org
Wed Jun 27 22:06:16 PDT 2007


Author: ianh
Date: 2007-06-27 22:06:14 -0700 (Wed, 27 Jun 2007)
New Revision: 964

Modified:
   index
   source
Log:
[ct] (2) nested-<nobr> should be a parse error, and it should reconstruct the active formatting elements again if necessary.

Modified: index
===================================================================
--- index	2007-06-27 21:21:20 UTC (rev 963)
+++ index	2007-06-28 05:06:14 UTC (rev 964)
@@ -22,7 +22,7 @@
 
    <h1 id=html-5>HTML 5</h1>
 
-   <h2 class="no-num no-toc" id=working>Working Draft — 27 June 2007</h2>
+   <h2 class="no-num no-toc" id=working>Working Draft — 28 June 2007</h2>
 
    <p>You can take part in this work. <a
     href="http://www.whatwg.org/mailing-list">Join the working group's
@@ -37152,8 +37152,11 @@
 
         <p>If the <a href="#stack">stack of open elements</a> <a
          href="#have-an" title="has an element in scope">has a
-         <code>nobr</code> element in scope</a>, then act as if an end tag
-         with the tag name <code>nobr</code> had been seen.</p>
+         <code>nobr</code> element in scope</a>, then this is a <a
+         href="#parse">parse error</a>. Act as if an end tag with the tag
+         name <code>nobr</code> had been seen, then once again <a
+         href="#reconstruct">reconstruct the active formatting elements</a>,
+         if any.</p>
 
         <p><a href="#insert" title="insert an html element">Insert an HTML
          element</a> for the token. Add that element to the <a

Modified: source
===================================================================
--- source	2007-06-27 21:21:20 UTC (rev 963)
+++ source	2007-06-28 05:06:14 UTC (rev 964)
@@ -34326,8 +34326,10 @@
 
         <p>If the <span>stack of open elements</span> <span title="has
         an element in scope">has a <code>nobr</code> element in
-        scope</span>, then act as if an end tag with the tag name
-        <code>nobr</code> had been seen.</p>
+        scope</span>, then this is a <span>parse error</span>. Act as
+        if an end tag with the tag name <code>nobr</code> had been
+        seen, then once again <span>reconstruct the active formatting
+        elements</span>, if any.</p>
 
         <p><span title="insert an html element">Insert an HTML
         element</span> for the token. Add that element to the




More information about the Commit-Watchers mailing list