[html5] r8005 - [e] (0) Try to clarify 'additional allowed character'. Affected topics: HTML, HT [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Jul 1 16:10:37 PDT 2013


Author: ianh
Date: 2013-07-01 16:10:36 -0700 (Mon, 01 Jul 2013)
New Revision: 8005

Modified:
   complete.html
   index
   source
Log:
[e] (0) Try to clarify 'additional allowed character'.
Affected topics: HTML, HTML Syntax and Parsing

Modified: complete.html
===================================================================
--- complete.html	2013-07-01 22:29:08 UTC (rev 8004)
+++ complete.html	2013-07-01 23:10:36 UTC (rev 8005)
@@ -88611,14 +88611,17 @@
 
   <h5 id=tokenizing-character-references><span class=secno>12.2.4.69 </span>Tokenizing character references</h5>
 
-  <p>This section defines how to <dfn id=consume-a-character-reference>consume a character
-  reference</dfn>. This definition is used when parsing character
+  <p>This section defines how to <dfn id=consume-a-character-reference>consume a character reference</dfn>, optionally with an
+  <dfn id=additional-allowed-character>additional allowed character</dfn>, which, if specified where the algorithm is invoked, adds
+  a character to the list of characters that cause there to not be a character reference.</p>
+
+  <p>This definition is used when parsing character
   references <a href=#character-reference-in-data-state title="character reference in data state">in
   text</a> and <a href=#character-reference-in-attribute-value-state title="character reference in attribute value
   state">in attributes</a>.</p>
 
   <p>The behavior depends on the identity of the next character (the
-  one immediately after the U+0026 AMPERSAND character):</p>
+  one immediately after the U+0026 AMPERSAND character), as follows:</p>
 
   <dl class=switch><dt>U+0009 CHARACTER TABULATION (tab)</dt>
    <dt>U+000A LINE FEED (LF)</dt>
@@ -88628,7 +88631,7 @@
    <dt>U+003C LESS-THAN SIGN</dt>
    <dt>U+0026 AMPERSAND</dt>
    <dt>EOF</dt>
-   <dt>The <dfn id=additional-allowed-character>additional allowed character</dfn>, if there is one</dt>
+   <dt>The <a href=#additional-allowed-character>additional allowed character</a>, if there is one</dt>
 
    <dd>Not a character reference. No characters are consumed, and
    nothing is returned. (This is not an error, either.)</dd>
@@ -103576,6 +103579,7 @@
   Mike Shaver,
   Mikko Rantalainen,
   Mohamed Zergaoui<!-- Innovimax SARL -->,
+  Mohammad Al Houssami,
   Mounir Lamouri,
   Ms2ger,
   NARUSE Yui,

Modified: index
===================================================================
--- index	2013-07-01 22:29:08 UTC (rev 8004)
+++ index	2013-07-01 23:10:36 UTC (rev 8005)
@@ -88611,14 +88611,17 @@
 
   <h5 id=tokenizing-character-references><span class=secno>12.2.4.69 </span>Tokenizing character references</h5>
 
-  <p>This section defines how to <dfn id=consume-a-character-reference>consume a character
-  reference</dfn>. This definition is used when parsing character
+  <p>This section defines how to <dfn id=consume-a-character-reference>consume a character reference</dfn>, optionally with an
+  <dfn id=additional-allowed-character>additional allowed character</dfn>, which, if specified where the algorithm is invoked, adds
+  a character to the list of characters that cause there to not be a character reference.</p>
+
+  <p>This definition is used when parsing character
   references <a href=#character-reference-in-data-state title="character reference in data state">in
   text</a> and <a href=#character-reference-in-attribute-value-state title="character reference in attribute value
   state">in attributes</a>.</p>
 
   <p>The behavior depends on the identity of the next character (the
-  one immediately after the U+0026 AMPERSAND character):</p>
+  one immediately after the U+0026 AMPERSAND character), as follows:</p>
 
   <dl class=switch><dt>U+0009 CHARACTER TABULATION (tab)</dt>
    <dt>U+000A LINE FEED (LF)</dt>
@@ -88628,7 +88631,7 @@
    <dt>U+003C LESS-THAN SIGN</dt>
    <dt>U+0026 AMPERSAND</dt>
    <dt>EOF</dt>
-   <dt>The <dfn id=additional-allowed-character>additional allowed character</dfn>, if there is one</dt>
+   <dt>The <a href=#additional-allowed-character>additional allowed character</a>, if there is one</dt>
 
    <dd>Not a character reference. No characters are consumed, and
    nothing is returned. (This is not an error, either.)</dd>
@@ -103576,6 +103579,7 @@
   Mike Shaver,
   Mikko Rantalainen,
   Mohamed Zergaoui<!-- Innovimax SARL -->,
+  Mohammad Al Houssami,
   Mounir Lamouri,
   Ms2ger,
   NARUSE Yui,

Modified: source
===================================================================
--- source	2013-07-01 22:29:08 UTC (rev 8004)
+++ source	2013-07-01 23:10:36 UTC (rev 8005)
@@ -98993,14 +98993,17 @@
 
   <h5>Tokenizing character references</h5>
 
-  <p>This section defines how to <dfn>consume a character
-  reference</dfn>. This definition is used when parsing character
+  <p>This section defines how to <dfn>consume a character reference</dfn>, optionally with an
+  <dfn>additional allowed character</dfn>, which, if specified where the algorithm is invoked, adds
+  a character to the list of characters that cause there to not be a character reference.</p>
+
+  <p>This definition is used when parsing character
   references <span title="character reference in data state">in
   text</span> and <span title="character reference in attribute value
   state">in attributes</span>.</p>
 
   <p>The behavior depends on the identity of the next character (the
-  one immediately after the U+0026 AMPERSAND character):</p>
+  one immediately after the U+0026 AMPERSAND character), as follows:</p>
 
   <dl class="switch">
 
@@ -99012,7 +99015,7 @@
    <dt>U+003C LESS-THAN SIGN</dt>
    <dt>U+0026 AMPERSAND</dt>
    <dt>EOF</dt>
-   <dt>The <dfn>additional allowed character</dfn>, if there is one</dt>
+   <dt>The <span>additional allowed character</span>, if there is one</dt>
 
    <dd>Not a character reference. No characters are consumed, and
    nothing is returned. (This is not an error, either.)</dd>
@@ -116095,6 +116098,7 @@
   Mike Shaver,
   Mikko Rantalainen,
   Mohamed Zergaoui<!-- Innovimax SARL -->,
+  Mohammad Al Houssami,
   Mounir Lamouri,
   Ms2ger,
   NARUSE Yui,




More information about the Commit-Watchers mailing list