Skip to content

Commit

Permalink
[e] (0) reuse definition instead of being verbose
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12783

git-svn-id: http://svn.whatwg.org/webapps@6393 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 9, 2011
1 parent d83c00e commit b8b6868
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
4 changes: 1 addition & 3 deletions complete.html
Expand Up @@ -89728,9 +89728,7 @@ <h6 id=parsing-main-intabletext><span class=secno>13.2.5.4.10 </span>The "<dfn t
<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>
Expand Down
4 changes: 1 addition & 3 deletions index
Expand Up @@ -85175,9 +85175,7 @@ document.body.appendChild(text);
<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>
Expand Down
5 changes: 2 additions & 3 deletions source
Expand Up @@ -101651,9 +101651,8 @@ document.body.appendChild(text);
<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>
Expand Down

0 comments on commit b8b6868

Please sign in to comment.