Skip to content

Commit

Permalink
[iw] (2) Drop CSS2 System Colour support from bgcolor=''
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@5232 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 4, 2010
1 parent ed157c6 commit 6ffb87e
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 12 deletions.
15 changes: 11 additions & 4 deletions complete.html
Expand Up @@ -209,7 +209,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<hgroup><h1>Web Applications 1.0</h1>
<h2 class="no-num no-toc">Draft Standard &mdash; 3 August 2010</h2>
<h2 class="no-num no-toc">Draft Standard &mdash; 4 August 2010</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 @@ -5367,9 +5367,16 @@ <h4 id=colors><span class=secno>2.4.6 </span>Colors</h4>
<li><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 href=http://www.w3.org/TR/css3-color/#css2-system>CSS2 System
Colors</a> sections of the CSS3 Color specification, then return
the <a href=#simple-color>simple color</a> corresponding to that keyword. <a href=#refsCSSCOLOR>[CSSCOLOR]</a></li>
keywords</a> <!-- or <a
href="http://www.w3.org/TR/css3-color/#css2-system">CSS2 System
Colors</a> --> section<!--s--> of the CSS3 Color specification,
then return the <a href=#simple-color>simple color</a> corresponding to that
keyword. <a href=#refsCSSCOLOR>[CSSCOLOR]</a></p>

<p class=note><a href=http://www.w3.org/TR/css3-color/#css2-system>CSS2 System
Colors</a> are not recognised.</p>

</li>

<li>

Expand Down
15 changes: 11 additions & 4 deletions index
Expand Up @@ -213,7 +213,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<hgroup><h1>HTML5 (including next generation additions still in development)</h1>
<h2 class="no-num no-toc">Draft Standard &mdash; 3 August 2010</h2>
<h2 class="no-num no-toc">Draft Standard &mdash; 4 August 2010</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 @@ -5291,9 +5291,16 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
<li><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 href=http://www.w3.org/TR/css3-color/#css2-system>CSS2 System
Colors</a> sections of the CSS3 Color specification, then return
the <a href=#simple-color>simple color</a> corresponding to that keyword. <a href=#refsCSSCOLOR>[CSSCOLOR]</a></li>
keywords</a> <!-- or <a
href="http://www.w3.org/TR/css3-color/#css2-system">CSS2 System
Colors</a> --> section<!--s--> of the CSS3 Color specification,
then return the <a href=#simple-color>simple color</a> corresponding to that
keyword. <a href=#refsCSSCOLOR>[CSSCOLOR]</a></p>

<p class=note><a href=http://www.w3.org/TR/css3-color/#css2-system>CSS2 System
Colors</a> are not recognised.</p>

</li>

<li>

Expand Down
14 changes: 10 additions & 4 deletions source
Expand Up @@ -4767,11 +4767,17 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
<li><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
keywords</a> <!-- or <a
href="http://www.w3.org/TR/css3-color/#css2-system">CSS2 System
Colors</a> sections of the CSS3 Color specification, then return
the <span>simple color</span> corresponding to that keyword. <a
href="#refsCSSCOLOR">[CSSCOLOR]</a></p></li>
Colors</a> --> section<!--s--> of the CSS3 Color specification,
then return the <span>simple color</span> corresponding to that
keyword. <a href="#refsCSSCOLOR">[CSSCOLOR]</a></p>

<p class="note"><a
href="http://www.w3.org/TR/css3-color/#css2-system">CSS2 System
Colors</a> are not recognised.</p>

</li>

<li>

Expand Down

0 comments on commit 6ffb87e

Please sign in to comment.