Skip to content

Commit

Permalink
[giow] (0) Looks like whitespace stripping needs to happen to non-key…
Browse files Browse the repository at this point in the history
…words too.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12372

git-svn-id: http://svn.whatwg.org/webapps@6123 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 8, 2011
1 parent a177042 commit a5e3b67
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 20 deletions.
11 changes: 4 additions & 7 deletions complete.html
Expand Up @@ -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 &mdash; Last Updated 7 May 2011</h2>
<h2 class="no-num no-toc">Living Standard &mdash; 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>-->
Expand Down Expand Up @@ -5685,17 +5685,14 @@ <h4 id=colors><span class=secno>2.5.6 </span>Colors</h4>
<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
Expand Down
11 changes: 4 additions & 7 deletions index
Expand Up @@ -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 &mdash; Last Updated 7 May 2011</h2>
<h2 class="no-num no-toc">Living Standard &mdash; 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>-->
Expand Down Expand Up @@ -5710,17 +5710,14 @@ explained in the previous section, which talks about RFC 2119. -->
<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
Expand Down
9 changes: 3 additions & 6 deletions source
Expand Up @@ -5251,19 +5251,16 @@ is conforming depends on which specs apply, and leaves it at that. -->
<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
Expand Down

0 comments on commit a5e3b67

Please sign in to comment.