[html5] r887 - /

whatwg at whatwg.org whatwg at whatwg.org
Wed Jun 13 15:51:20 PDT 2007


Author: ianh
Date: 2007-06-13 15:51:19 -0700 (Wed, 13 Jun 2007)
New Revision: 887

Modified:
   index
   source
Log:
[e] (0) Move requirement around in response to feedback to make it harder to miss.

Modified: index
===================================================================
--- index	2007-06-13 22:34:08 UTC (rev 886)
+++ index	2007-06-13 22:51:19 UTC (rev 887)
@@ -33470,6 +33470,12 @@
    in scripts executing and using the <a href="#dynamic2">dynamic markup
    insertion</a> APIs to insert characters into the stream being tokenised.)
 
+  <p>When an end tag token is emitted, the <a href="#content2">content model
+   flag</a> must be switched to the PCDATA state.
+
+  <p>When an end tag token is emitted with attributes, that is a <a
+   href="#parse">parse error</a>.
+
   <p>Before each step of the tokeniser, the user agent may check to see if
    either one of the scripts in the <a href="#list-of1">list of scripts that
    will execute as soon as possible</a> or the first script in the <a
@@ -34392,12 +34398,6 @@
     </dl>
   </dl>
 
-  <p>When an end tag token is emitted, the <a href="#content2">content model
-   flag</a> must be switched to the PCDATA state.
-
-  <p>When an end tag token is emitted with attributes, that is a <a
-   href="#parse">parse error</a>.
-
   <p>A <dfn id=permitted>permitted slash</dfn> is a U+002F SOLIDUS character
    that is immediately followed by a U+003E GREATER-THAN SIGN, if, and only
    if, the current token being processed is a start tag token whose tag name

Modified: source
===================================================================
--- source	2007-06-13 22:34:08 UTC (rev 886)
+++ source	2007-06-13 22:51:19 UTC (rev 887)
@@ -31066,6 +31066,12 @@
   using the <span>dynamic markup insertion</span> APIs to insert
   characters into the stream being tokenised.)</p>
 
+  <p>When an end tag token is emitted, the <span>content model
+  flag</span> must be switched to the PCDATA state.</p>
+
+  <p>When an end tag token is emitted with attributes, that is a
+  <span>parse error</span>.</p>
+
   <p>Before each step of the tokeniser, the user agent may check to
   see if either one of the scripts in the <span>list of scripts that
   will execute as soon as possible</span> or the first script in the
@@ -31962,12 +31968,6 @@
 
   </dl>
 
-  <p>When an end tag token is emitted, the <span>content model
-  flag</span> must be switched to the PCDATA state.</p>
-
-  <p>When an end tag token is emitted with attributes, that is a
-  <span>parse error</span>.</p>
-
   <p>A <dfn>permitted slash</dfn> is a U+002F SOLIDUS character that
   is immediately followed by a U+003E GREATER-THAN SIGN, if, and only
   if, the current token being processed is a start tag token whose tag




More information about the Commit-Watchers mailing list