Skip to content

Commit

Permalink
[giowt] (0) Consistency
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=14539

git-svn-id: http://svn.whatwg.org/webapps@6766 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 26, 2011
1 parent 0b789db commit a2f587f
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 23 deletions.
18 changes: 11 additions & 7 deletions complete.html
Expand Up @@ -34079,6 +34079,7 @@ <h6 id=parsing-0><span class=secno>4.8.10.13.3 </span>Parsing</h6>

<dl><dt>U+0009 CHARACTER TABULATION (tab) character</dt>
<dt>U+000A LINE FEED (LF) character</dt>
<dt>U+000C FORM FEED (FF) character</dt>
<dt>U+0020 SPACE character</dt>
<dd>
<!-- assert: >result< is the empty string -->
Expand Down Expand Up @@ -34140,6 +34141,7 @@ <h6 id=parsing-0><span class=secno>4.8.10.13.3 </span>Parsing</h6>
<p>Jump to the entry that matches the value of <var title="">c</var>:</p>

<dl><dt>U+0009 CHARACTER TABULATION (tab) character</dt>
<dt>U+000C FORM FEED (FF) character</dt>
<dt>U+0020 SPACE character</dt>
<dd>
<p>Set <var title="">tokenizer state</var> to the <a href=#webvtt-start-tag-annotation-state>WebVTT
Expand Down Expand Up @@ -34190,6 +34192,7 @@ <h6 id=parsing-0><span class=secno>4.8.10.13.3 </span>Parsing</h6>
<p>Jump to the entry that matches the value of <var title="">c</var>:</p>

<dl><dt>U+0009 CHARACTER TABULATION (tab) character</dt>
<dt>U+000C FORM FEED (FF) character</dt>
<dt>U+0020 SPACE character</dt>
<dd>
<p>Append to <var title="">classes</var> an entry whose value
Expand Down Expand Up @@ -34255,13 +34258,14 @@ <h6 id=parsing-0><span class=secno>4.8.10.13.3 </span>Parsing</h6>

<dt>End-of-file marker</dt>
<dd>
<p>Remove any leading or trailing U+0020 SPACE or U+0009
CHARACTER TABULATION (tab) characters from <var title="">buffer</var>, and replace any sequence of one or
more consecutive U+0020 SPACE and U+0009 CHARACTER TABULATION
(tab) characters in <var title="">buffer</var> with a single
U+0020 SPACE character; then, return a start tag whose tag name is
<var title="">result</var>, with the classes given in <var title="">classes</var>, and with <var title="">buffer</var> as
the annotation, and abort these steps.</p>
<p>Remove any leading or trailing <a href=#space-character title="space
character">space characters</a> from <var title="">buffer</var>, and replace any sequence of one or more
consecutive <a href=#space-character title="space character">space
characters</a> in <var title="">buffer</var> with a single
U+0020 SPACE character; then, return a start tag whose tag
name is <var title="">result</var>, with the classes given in
<var title="">classes</var>, and with <var title="">buffer</var> as the annotation, and abort these
steps.</p>
</dd>

<dt>Anything else</dt>
Expand Down
18 changes: 11 additions & 7 deletions index
Expand Up @@ -34079,6 +34079,7 @@ The General Relativistic Field Equations</pre>

<dl><dt>U+0009 CHARACTER TABULATION (tab) character</dt>
<dt>U+000A LINE FEED (LF) character</dt>
<dt>U+000C FORM FEED (FF) character</dt>
<dt>U+0020 SPACE character</dt>
<dd>
<!-- assert: >result< is the empty string -->
Expand Down Expand Up @@ -34140,6 +34141,7 @@ The General Relativistic Field Equations</pre>
<p>Jump to the entry that matches the value of <var title="">c</var>:</p>

<dl><dt>U+0009 CHARACTER TABULATION (tab) character</dt>
<dt>U+000C FORM FEED (FF) character</dt>
<dt>U+0020 SPACE character</dt>
<dd>
<p>Set <var title="">tokenizer state</var> to the <a href=#webvtt-start-tag-annotation-state>WebVTT
Expand Down Expand Up @@ -34190,6 +34192,7 @@ The General Relativistic Field Equations</pre>
<p>Jump to the entry that matches the value of <var title="">c</var>:</p>

<dl><dt>U+0009 CHARACTER TABULATION (tab) character</dt>
<dt>U+000C FORM FEED (FF) character</dt>
<dt>U+0020 SPACE character</dt>
<dd>
<p>Append to <var title="">classes</var> an entry whose value
Expand Down Expand Up @@ -34255,13 +34258,14 @@ The General Relativistic Field Equations</pre>

<dt>End-of-file marker</dt>
<dd>
<p>Remove any leading or trailing U+0020 SPACE or U+0009
CHARACTER TABULATION (tab) characters from <var title="">buffer</var>, and replace any sequence of one or
more consecutive U+0020 SPACE and U+0009 CHARACTER TABULATION
(tab) characters in <var title="">buffer</var> with a single
U+0020 SPACE character; then, return a start tag whose tag name is
<var title="">result</var>, with the classes given in <var title="">classes</var>, and with <var title="">buffer</var> as
the annotation, and abort these steps.</p>
<p>Remove any leading or trailing <a href=#space-character title="space
character">space characters</a> from <var title="">buffer</var>, and replace any sequence of one or more
consecutive <a href=#space-character title="space character">space
characters</a> in <var title="">buffer</var> with a single
U+0020 SPACE character; then, return a start tag whose tag
name is <var title="">result</var>, with the classes given in
<var title="">classes</var>, and with <var title="">buffer</var> as the annotation, and abort these
steps.</p>
</dd>

<dt>Anything else</dt>
Expand Down
22 changes: 13 additions & 9 deletions source
Expand Up @@ -37406,6 +37406,7 @@ The General Relativistic Field Equations</pre>

<dt>U+0009 CHARACTER TABULATION (tab) character</dt>
<dt>U+000A LINE FEED (LF) character</dt>
<dt>U+000C FORM FEED (FF) character</dt>
<dt>U+0020 SPACE character</dt>
<dd>
<!-- assert: >result< is the empty string -->
Expand Down Expand Up @@ -37472,6 +37473,7 @@ The General Relativistic Field Equations</pre>
<dl>

<dt>U+0009 CHARACTER TABULATION (tab) character</dt>
<dt>U+000C FORM FEED (FF) character</dt>
<dt>U+0020 SPACE character</dt>
<dd>
<p>Set <var title="">tokenizer state</var> to the <span>WebVTT
Expand Down Expand Up @@ -37528,6 +37530,7 @@ The General Relativistic Field Equations</pre>
<dl>

<dt>U+0009 CHARACTER TABULATION (tab) character</dt>
<dt>U+000C FORM FEED (FF) character</dt>
<dt>U+0020 SPACE character</dt>
<dd>
<p>Append to <var title="">classes</var> an entry whose value
Expand Down Expand Up @@ -37598,15 +37601,16 @@ The General Relativistic Field Equations</pre>

<dt>End-of-file marker</dt>
<dd>
<p>Remove any leading or trailing U+0020 SPACE or U+0009
CHARACTER TABULATION (tab) characters from <var
title="">buffer</var>, and replace any sequence of one or
more consecutive U+0020 SPACE and U+0009 CHARACTER TABULATION
(tab) characters in <var title="">buffer</var> with a single
U+0020 SPACE character; then, return a start tag whose tag name is
<var title="">result</var>, with the classes given in <var
title="">classes</var>, and with <var title="">buffer</var> as
the annotation, and abort these steps.</p>
<p>Remove any leading or trailing <span title="space
character">space characters</span> from <var
title="">buffer</var>, and replace any sequence of one or more
consecutive <span title="space character">space
characters</span> in <var title="">buffer</var> with a single
U+0020 SPACE character; then, return a start tag whose tag
name is <var title="">result</var>, with the classes given in
<var title="">classes</var>, and with <var
title="">buffer</var> as the annotation, and abort these
steps.</p>
</dd>

<dt>Anything else</dt>
Expand Down

0 comments on commit a2f587f

Please sign in to comment.