Skip to content

Commit 1068636

Browse files
committed
generated after transition call
1 parent 8074573 commit 1068636

1 file changed

Lines changed: 45 additions & 23 deletions

File tree

css3-color/Overview.html

Lines changed: 45 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"http://www.w3.org/TR/REC-html40/strict.dtd">
33

44
<html lang=en>
5-
<head><meta content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
5+
<head><meta content="text/html; charset=utf-8" http-equiv=Content-Type>
66
<meta content="text/css" http-equiv=Content-Style-Type>
77
<meta content=en http-equiv=Content-Language>
88

@@ -60,12 +60,12 @@
6060

6161
<h1>CSS Color Module Level 3</h1>
6262

63-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 13 October
63+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 26 October
6464
2010</h2>
6565

6666
<dl>
6767
<dt>This version:</dt>
68-
<!-- <dd><a href="http://www.w3.org/TR/2010/ED-css3-color-20101013">http://www.w3.org/TR/2010/ED-css3-color-20101013</a></dd> -->
68+
<!-- <dd><a href="http://www.w3.org/TR/2010/ED-css3-color-20101026">http://www.w3.org/TR/2010/ED-css3-color-20101026</a></dd> -->
6969

7070
<dd><a
7171
href="http://dev.w3.org/csswg/css3-color/">http://dev.w3.org/csswg/css3-color/</a>
@@ -288,11 +288,13 @@ <h2 class="no-num no-toc" id=contents>Table of Contents</h2>
288288
<li><a href="#acknowledgments"><span class=secno>10.
289289
</span>Acknowledgments</a>
290290

291-
<li><a href="#references"><span class=secno>11. </span>References</a>
291+
<li><a href="#changes"><span class=secno>11. </span>Changes</a>
292+
293+
<li><a href="#references"><span class=secno>12. </span>References</a>
292294
<ul class=toc>
293-
<li><a href="#normative"><span class=secno>11.1. </span>Normative</a>
295+
<li><a href="#normative"><span class=secno>12.1. </span>Normative</a>
294296

295-
<li><a href="#informative"><span class=secno>11.2.
297+
<li><a href="#informative"><span class=secno>12.2.
296298
</span>Informative</a>
297299
</ul>
298300

@@ -4605,14 +4607,16 @@ <h3 id=notes><span class=secno>4.6. </span>Notes on using colors</h3>
46054607

46064608
<p>Although colors can add significant amounts of information to document
46074609
and make them more readable, please consider the W3C Web Content
4608-
Accessibility Guidelines <a href="#WCAG"
4609-
rel=biblioentry>[WCAG]<!--{{WCAG}}--></a> when including color in your
4610+
Accessibility Guidelines <a href="#WCAG20"
4611+
rel=biblioentry>[WCAG20]<!--{{WCAG20}}--></a> when including color in your
46104612
documents.
46114613

46124614
<ul>
46134615
<li><a
4614-
href="http://www.w3.org/TR/1999/WAI-WEBCONTENT-19990505/#gl-color">Guideline
4615-
2. Don't rely on color alone.</a>
4616+
href="http://www.w3.org/TR/2008/REC-WCAG20-20081211/#visual-audio-contrast-without-color"><em>1.4.1
4617+
Use of Color:</em> Color is not used as the only visual means of
4618+
conveying information, indicating an action, prompting a response, or
4619+
distinguishing a visual element</a>
46164620
</ul>
46174621

46184622
<h2 id=alpha><span class=secno>5. </span>Simple alpha compositing</h2>
@@ -4871,11 +4875,11 @@ <h2 id=dropped><span class=secno>9. </span>Call for Implementations of
48714875
<span id=propdef-color-profile-src></span> <span
48724876
id=rendering-intent0></span> <span id=propdef-rendering-intent></span>
48734877
<span id=flavor></span> A number of features that were present in the 14
4874-
May 2003 Candidate Recommendation are no longer present in this draft.
4875-
However, the call for implementations for these features remains, and they
4876-
may be included in a future level of this specification given sufficient
4877-
implementations and a test suite to demonstrate interoperability. These
4878-
features are:
4878+
May 2003 Candidate Recommendation are no longer present in this
4879+
specification. However, the call for implementations for these features
4880+
remains, and they may be included in a future level of this specification
4881+
given sufficient implementations and a test suite to demonstrate
4882+
interoperability. These features are:
48794883

48804884
<ul>
48814885
<li><a
@@ -4911,9 +4915,27 @@ <h2 id=acknowledgments><span class=secno>10. </span>Acknowledgments</h2>
49114915
community. And thanks to Chris Lilley for being the resident CSS Color
49124916
expert.
49134917

4914-
<h2 id=references><span class=secno>11. </span>References</h2>
4918+
<h2 id=changes><span class=secno>11. </span>Changes</h2>
4919+
4920+
<p>This document differs from the previous, 21 July 2008, Last Call
4921+
document. In response to comments received, the old section 3.1.1 Gamma
4922+
correction which was out of date and misleading, has been dropped. An
4923+
index was added. SVG color keywords were renamed to Extended color
4924+
keywords, and HTML4 color keywords renamed to Basic color keywords. The
4925+
phrase &lsquo;<code class=css>predefined colors</code>&rsquo; is no longer
4926+
used. The references have been updated. The description of the
4927+
currentColor keyword is improved. A number of spelling and grammatical
4928+
errors have been removed and there have been some improvements to the
4929+
markup. Lastly, this changes appendix was added.
4930+
4931+
<p>For a fuller description of the changes and the reasons they were made,
4932+
please see the <a
4933+
href="http://dev.w3.org/csswg/css3-color/issues-lc-2008.html">Disposition
4934+
of Comments</a>.
4935+
4936+
<h2 id=references><span class=secno>12. </span>References</h2>
49154937

4916-
<h3 id=normative><span class=secno>11.1. </span>Normative</h3>
4938+
<h3 id=normative><span class=secno>12.1. </span>Normative</h3>
49174939
<!--begin-normative-->
49184940
<!-- Sorted by label -->
49194941

@@ -4959,7 +4981,7 @@ <h3 id=normative><span class=secno>11.1. </span>Normative</h3>
49594981
</dl>
49604982
<!--end-normative-->
49614983

4962-
<h3 id=informative><span class=secno>11.2. </span>Informative</h3>
4984+
<h3 id=informative><span class=secno>12.2. </span>Informative</h3>
49634985
<!--begin-informative-->
49644986
<!-- Sorted by label -->
49654987

@@ -5034,13 +5056,13 @@ <h3 id=informative><span class=secno>11.2. </span>Informative</h3>
50345056
</dd>
50355057
<!---->
50365058

5037-
<dt id=WCAG>[WCAG]
5059+
<dt id=WCAG20>[WCAG20]
50385060

5039-
<dd>Wendy Chisholm; Gregg Vanderheiden; Ian Jacobs. <a
5040-
href="http://www.w3.org/TR/1999/WAI-WEBCONTENT-19990505"><cite>Web
5041-
Content Accessibility Guidelines 1.0.</cite></a> 5 May 1999. W3C
5061+
<dd>Michael Cooper; et al. <a
5062+
href="http://www.w3.org/TR/2008/REC-WCAG20-20081211"><cite>Web Content
5063+
Accessibility Guidelines (WCAG) 2.0.</cite></a> 11 December 2008. W3C
50425064
Recommendation. URL: <a
5043-
href="http://www.w3.org/TR/1999/WAI-WEBCONTENT-19990505">http://www.w3.org/TR/1999/WAI-WEBCONTENT-19990505</a>
5065+
href="http://www.w3.org/TR/2008/REC-WCAG20-20081211">http://www.w3.org/TR/2008/REC-WCAG20-20081211</a>
50445066
</dd>
50455067
<!---->
50465068

0 commit comments

Comments
 (0)