[html5] r5261 - [e] (0) consistency

whatwg at whatwg.org whatwg at whatwg.org
Mon Aug 9 18:33:08 PDT 2010


Author: ianh
Date: 2010-08-09 18:33:06 -0700 (Mon, 09 Aug 2010)
New Revision: 5261

Modified:
   complete.html
   index
   source
Log:
[e] (0) consistency

Modified: complete.html
===================================================================
--- complete.html	2010-08-10 01:30:20 UTC (rev 5260)
+++ complete.html	2010-08-10 01:33:06 UTC (rev 5261)
@@ -79456,7 +79456,7 @@
   <p>Attempt to <a href=#consume-a-character-reference>consume a character reference</a>, with no
   <a href=#additional-allowed-character>additional allowed character</a>.</p>
 
-  <p>If nothing is returned, emit a U+0026 AMPERSAND character
+  <p>If nothing is returned, emit a U+0026 AMPERSAND character (&)
   token.</p>
 
   <p>Otherwise, emit the character token that was returned.</p>
@@ -79487,7 +79487,7 @@
   <p>Attempt to <a href=#consume-a-character-reference>consume a character reference</a>, with no
   <a href=#additional-allowed-character>additional allowed character</a>.</p>
 
-  <p>If nothing is returned, emit a U+0026 AMPERSAND character
+  <p>If nothing is returned, emit a U+0026 AMPERSAND character (&)
   token.</p>
 
   <p>Otherwise, emit the character token that was returned.</p>
@@ -80474,8 +80474,8 @@
 
   <p>Attempt to <a href=#consume-a-character-reference>consume a character reference</a>.</p>
 
-  <p>If nothing is returned, append a U+0026 AMPERSAND character to
-  the current attribute's value.</p>
+  <p>If nothing is returned, append a U+0026 AMPERSAND character
+  (&) to the current attribute's value.</p>
 
   <p>Otherwise, append the returned character token to the current
   attribute's value.</p>

Modified: index
===================================================================
--- index	2010-08-10 01:30:20 UTC (rev 5260)
+++ index	2010-08-10 01:33:06 UTC (rev 5261)
@@ -72566,7 +72566,7 @@
   <p>Attempt to <a href=#consume-a-character-reference>consume a character reference</a>, with no
   <a href=#additional-allowed-character>additional allowed character</a>.</p>
 
-  <p>If nothing is returned, emit a U+0026 AMPERSAND character
+  <p>If nothing is returned, emit a U+0026 AMPERSAND character (&)
   token.</p>
 
   <p>Otherwise, emit the character token that was returned.</p>
@@ -72597,7 +72597,7 @@
   <p>Attempt to <a href=#consume-a-character-reference>consume a character reference</a>, with no
   <a href=#additional-allowed-character>additional allowed character</a>.</p>
 
-  <p>If nothing is returned, emit a U+0026 AMPERSAND character
+  <p>If nothing is returned, emit a U+0026 AMPERSAND character (&)
   token.</p>
 
   <p>Otherwise, emit the character token that was returned.</p>
@@ -73584,8 +73584,8 @@
 
   <p>Attempt to <a href=#consume-a-character-reference>consume a character reference</a>.</p>
 
-  <p>If nothing is returned, append a U+0026 AMPERSAND character to
-  the current attribute's value.</p>
+  <p>If nothing is returned, append a U+0026 AMPERSAND character
+  (&) to the current attribute's value.</p>
 
   <p>Otherwise, append the returned character token to the current
   attribute's value.</p>

Modified: source
===================================================================
--- source	2010-08-10 01:30:20 UTC (rev 5260)
+++ source	2010-08-10 01:33:06 UTC (rev 5261)
@@ -90704,7 +90704,7 @@
   <p>Attempt to <span>consume a character reference</span>, with no
   <span>additional allowed character</span>.</p>
 
-  <p>If nothing is returned, emit a U+0026 AMPERSAND character
+  <p>If nothing is returned, emit a U+0026 AMPERSAND character (&)
   token.</p>
 
   <p>Otherwise, emit the character token that was returned.</p>
@@ -90740,7 +90740,7 @@
   <p>Attempt to <span>consume a character reference</span>, with no
   <span>additional allowed character</span>.</p>
 
-  <p>If nothing is returned, emit a U+0026 AMPERSAND character
+  <p>If nothing is returned, emit a U+0026 AMPERSAND character (&)
   token.</p>
 
   <p>Otherwise, emit the character token that was returned.</p>
@@ -91908,8 +91908,8 @@
 
   <p>Attempt to <span>consume a character reference</span>.</p>
 
-  <p>If nothing is returned, append a U+0026 AMPERSAND character to
-  the current attribute's value.</p>
+  <p>If nothing is returned, append a U+0026 AMPERSAND character
+  (&) to the current attribute's value.</p>
 
   <p>Otherwise, append the returned character token to the current
   attribute's value.</p>




More information about the Commit-Watchers mailing list