hixie: reuse definition instead of being verbose (whatwg r6393)

hixie: reuse definition instead of being verbose (whatwg r6393)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5099&r2=1.5100&f=h
http://html5.org/tools/web-apps-tracker?from=6392&to=6393

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5099
retrieving revision 1.5100
diff -u -d -r1.5099 -r1.5100
--- Overview.html 9 Aug 2011 22:22:10 -0000 1.5099
+++ Overview.html 9 Aug 2011 22:29:00 -0000 1.5100
@@ -61364,9 +61364,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>

Received on Tuesday, 9 August 2011 22:29:10 UTC