- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 09 Aug 2011 22:29:04 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv26932
Modified Files:
Overview.html
Log Message:
reuse definition instead of being verbose (whatwg r6393)
Index: Overview.html
===================================================================
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:05 UTC