[html5] r6123 - [giow] (0) Looks like whitespace stripping needs to happen to non-keywords too. [...]

whatwg at whatwg.org whatwg at whatwg.org
Sat May 7 17:39:31 PDT 2011


Author: ianh
Date: 2011-05-07 17:39:30 -0700 (Sat, 07 May 2011)
New Revision: 6123

Modified:
   complete.html
   index
   source
Log:
[giow] (0) Looks like whitespace stripping needs to happen to non-keywords too.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12372

Modified: complete.html
===================================================================
--- complete.html	2011-05-07 23:47:54 UTC (rev 6122)
+++ complete.html	2011-05-08 00:39:30 UTC (rev 6123)
@@ -239,7 +239,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1>Web Applications 1.0</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 7 May 2011</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 8 May 2011</h2>
    </hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -5685,17 +5685,14 @@
    <li><p>If <var title="">input</var> is the empty string, then
    return an error.</li>
 
-   <li><p>Let <var title="">keyword</var> be a string with the same
-   value as <var title="">input</var>.</li>
+   <li><p><a href=#strip-leading-and-trailing-whitespace>Strip leading and trailing whitespace</a> from <var title="">input</var>.</li>
 
-   <li><p><a href=#strip-leading-and-trailing-whitespace>Strip leading and trailing whitespace</a> from <var title="">keyword</var>.</li>
-
-   <li><p>If <var title="">keyword</var> is an <a href=#ascii-case-insensitive>ASCII
+   <li><p>If <var title="">input</var> is an <a href=#ascii-case-insensitive>ASCII
    case-insensitive</a> match for the string "<code title="">transparent</code>", then return an error.</li>
 
    <li>
 
-    <p>If <var title="">keyword</var> is an <a href=#ascii-case-insensitive>ASCII
+    <p>If <var title="">input</var> is an <a href=#ascii-case-insensitive>ASCII
     case-insensitive</a> match for one of the keywords listed in
     the <a href=http://www.w3.org/TR/css3-color/#svg-color>SVG color
     keywords</a> <!-- or <a

Modified: index
===================================================================
--- index	2011-05-07 23:47:54 UTC (rev 6122)
+++ index	2011-05-08 00:39:30 UTC (rev 6123)
@@ -243,7 +243,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 7 May 2011</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 8 May 2011</h2>
    </hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -5710,17 +5710,14 @@
    <li><p>If <var title="">input</var> is the empty string, then
    return an error.</li>
 
-   <li><p>Let <var title="">keyword</var> be a string with the same
-   value as <var title="">input</var>.</li>
+   <li><p><a href=#strip-leading-and-trailing-whitespace>Strip leading and trailing whitespace</a> from <var title="">input</var>.</li>
 
-   <li><p><a href=#strip-leading-and-trailing-whitespace>Strip leading and trailing whitespace</a> from <var title="">keyword</var>.</li>
-
-   <li><p>If <var title="">keyword</var> is an <a href=#ascii-case-insensitive>ASCII
+   <li><p>If <var title="">input</var> is an <a href=#ascii-case-insensitive>ASCII
    case-insensitive</a> match for the string "<code title="">transparent</code>", then return an error.</li>
 
    <li>
 
-    <p>If <var title="">keyword</var> is an <a href=#ascii-case-insensitive>ASCII
+    <p>If <var title="">input</var> is an <a href=#ascii-case-insensitive>ASCII
     case-insensitive</a> match for one of the keywords listed in
     the <a href=http://www.w3.org/TR/css3-color/#svg-color>SVG color
     keywords</a> <!-- or <a

Modified: source
===================================================================
--- source	2011-05-07 23:47:54 UTC (rev 6122)
+++ source	2011-05-08 00:39:30 UTC (rev 6123)
@@ -5251,19 +5251,16 @@
    <li><p>If <var title="">input</var> is the empty string, then
    return an error.</p></li>
 
-   <li><p>Let <var title="">keyword</var> be a string with the same
-   value as <var title="">input</var>.</p></li>
-
    <li><p><span>Strip leading and trailing whitespace</span> from <var
-   title="">keyword</var>.</p></li>
+   title="">input</var>.</p></li>
 
-   <li><p>If <var title="">keyword</var> is an <span>ASCII
+   <li><p>If <var title="">input</var> is an <span>ASCII
    case-insensitive</span> match for the string "<code
    title="">transparent</code>", then return an error.</p></li>
 
    <li>
 
-    <p>If <var title="">keyword</var> is an <span>ASCII
+    <p>If <var title="">input</var> is an <span>ASCII
     case-insensitive</span> match for one of the keywords listed in
     the <a href="http://www.w3.org/TR/css3-color/#svg-color">SVG color
     keywords</a> <!-- or <a




More information about the Commit-Watchers mailing list