[html5] r6766 - [giowt] (0) Consistency Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=14539

whatwg at whatwg.org whatwg at whatwg.org
Tue Oct 25 17:45:21 PDT 2011


Author: ianh
Date: 2011-10-25 17:45:20 -0700 (Tue, 25 Oct 2011)
New Revision: 6766

Modified:
   complete.html
   index
   source
Log:
[giowt] (0) Consistency
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=14539

Modified: complete.html
===================================================================
--- complete.html	2011-10-26 00:39:17 UTC (rev 6765)
+++ complete.html	2011-10-26 00:45:20 UTC (rev 6766)
@@ -34079,6 +34079,7 @@
 
       <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 -->
@@ -34140,6 +34141,7 @@
       <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
@@ -34190,6 +34192,7 @@
       <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
@@ -34255,13 +34258,14 @@
 
        <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>

Modified: index
===================================================================
--- index	2011-10-26 00:39:17 UTC (rev 6765)
+++ index	2011-10-26 00:45:20 UTC (rev 6766)
@@ -34079,6 +34079,7 @@
 
       <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 -->
@@ -34140,6 +34141,7 @@
       <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
@@ -34190,6 +34192,7 @@
       <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
@@ -34255,13 +34258,14 @@
 
        <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>

Modified: source
===================================================================
--- source	2011-10-26 00:39:17 UTC (rev 6765)
+++ source	2011-10-26 00:45:20 UTC (rev 6766)
@@ -37406,6 +37406,7 @@
 
        <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 -->
@@ -37472,6 +37473,7 @@
       <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
@@ -37528,6 +37530,7 @@
       <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
@@ -37598,15 +37601,16 @@
 
        <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>




More information about the Commit-Watchers mailing list