[html5] r949 - /

whatwg at whatwg.org whatwg at whatwg.org
Thu Jun 21 22:08:13 PDT 2007


Author: ianh
Date: 2007-06-21 22:05:43 -0700 (Thu, 21 Jun 2007)
New Revision: 949

Modified:
   index
   source
Log:
[e] (2) Change the wording to be more consistent with the rest of the spec to make the spec less surprising.

Modified: index
===================================================================
--- index	2007-06-22 04:53:54 UTC (rev 948)
+++ index	2007-06-22 05:05:43 UTC (rev 949)
@@ -33574,13 +33574,11 @@
       RCDATA or CDATA states
 
      <dd>
-      <p>If the <a href="#next-input">next input character</a> is a U+002F
-       SOLIDUS (/) character, consume it and switch to the <a
-       href="#close1">close tag open state</a>. If the <a
-       href="#next-input">next input character</a> is not a U+002F SOLIDUS
-       (/) character, emit a U+003C LESS-THAN SIGN character token and switch
-       to the <a href="#data-state">data state</a> to process the <a
-       href="#next-input">next input character</a>.</p>
+      <p>Consume the <a href="#next-input">next input character</a>. If it is
+       a U+002F SOLIDUS (/) character, switch to the <a href="#close1">close
+       tag open state</a>. Otherwise, emit a U+003C LESS-THAN SIGN character
+       token and reconsume the current input character in the <a
+       href="#data-state">data state</a>.</p>
 
      <dt>If the <a href="#content2">content model flag</a> is set to the
       PCDATA state

Modified: source
===================================================================
--- source	2007-06-22 04:53:54 UTC (rev 948)
+++ source	2007-06-22 05:05:43 UTC (rev 949)
@@ -31125,12 +31125,11 @@
 
      <dd>
 
-      <p>If the <span>next input character</span> is a U+002F SOLIDUS
-      (/) character, consume it and switch to the <span>close tag open
-      state</span>. If the <span>next input character</span> is not a
-      U+002F SOLIDUS (/) character, emit a U+003C LESS-THAN SIGN
-      character token and switch to the <span>data state</span> to
-      process the <span>next input character</span>.</p>
+      <p>Consume the <span>next input character</span>. If it is a
+      U+002F SOLIDUS (/) character, switch to the <span>close tag open
+      state</span>. Otherwise, emit a U+003C LESS-THAN SIGN character
+      token and reconsume the current input character in the
+      <span>data state</span>.</p>
 
      </dd>
 




More information about the Commit-Watchers mailing list