[html5] r6393 - [e] (0) reuse definition instead of being verbose Fixing http://www.w3.org/Bugs/ [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Aug 9 15:28:53 PDT 2011
Author: ianh
Date: 2011-08-09 15:28:51 -0700 (Tue, 09 Aug 2011)
New Revision: 6393
Modified:
complete.html
index
source
Log:
[e] (0) reuse definition instead of being verbose
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12783
Modified: complete.html
===================================================================
--- complete.html 2011-08-09 22:22:02 UTC (rev 6392)
+++ complete.html 2011-08-09 22:28:51 UTC (rev 6393)
@@ -89728,9 +89728,7 @@
<dd>
<p>If any of the tokens in the <var><a href=#pending-table-character-tokens>pending table character
- tokens</a></var> list are character tokens that are not one of U+0009
- CHARACTER TABULATION, U+000A LINE FEED (LF), U+000C FORM FEED
- (FF), U+000D CARRIAGE RETURN (CR), or U+0020 SPACE, then reprocess
+ tokens</a></var> list are character tokens that are not <a href=#space-character title="space character">space characters</a>, then reprocess
those character tokens using the rules given in the "anything
else" entry in the <a href=#parsing-main-intable title="insertion mode: in table">in
table</a>" insertion mode.</p>
Modified: index
===================================================================
--- index 2011-08-09 22:22:02 UTC (rev 6392)
+++ index 2011-08-09 22:28:51 UTC (rev 6393)
@@ -85175,9 +85175,7 @@
<dd>
<p>If any of the tokens in the <var><a href=#pending-table-character-tokens>pending table character
- tokens</a></var> list are character tokens that are not one of U+0009
- CHARACTER TABULATION, U+000A LINE FEED (LF), U+000C FORM FEED
- (FF), U+000D CARRIAGE RETURN (CR), or U+0020 SPACE, then reprocess
+ tokens</a></var> list are character tokens that are not <a href=#space-character title="space character">space characters</a>, then reprocess
those character tokens using the rules given in the "anything
else" entry in the <a href=#parsing-main-intable title="insertion mode: in table">in
table</a>" insertion mode.</p>
Modified: source
===================================================================
--- source 2011-08-09 22:22:02 UTC (rev 6392)
+++ source 2011-08-09 22:28:51 UTC (rev 6393)
@@ -101651,9 +101651,8 @@
<dd>
<p>If any of the tokens in the <var>pending table character
- tokens</var> list are character tokens that are not one of U+0009
- CHARACTER TABULATION, U+000A LINE FEED (LF), U+000C FORM FEED
- (FF), U+000D CARRIAGE RETURN (CR), or U+0020 SPACE, then reprocess
+ tokens</var> list are character tokens that are not <span
+ title="space character">space characters</span>, then reprocess
those character tokens using the rules given in the "anything
else" entry in the <span title="insertion mode: in table">in
table</span>" insertion mode.</p>
More information about the Commit-Watchers
mailing list