- From: Bert Bos via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 07 Sep 2011 15:36:30 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-images
In directory hutz:/tmp/cvs-serv12933
Modified Files:
Overview.html
Log Message:
Fixed a biblio ref to CSS3BG. Changed DOCTYPE. (HTML4 or XHTML1 is required for publication on /TR.) Took a snapshot for publication. Reset the "this version" link to the editor's draft. Moved the embedded SVG to external files. (Embedded SVG is not possible in HTML4.)
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -d -r1.166 -r1.167
--- Overview.html 6 Sep 2011 21:40:39 -0000 1.166
+++ Overview.html 7 Sep 2011 15:36:28 -0000 1.167
@@ -1,4 +1,4 @@
-<!DOCTYPE html>
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html lang=en>
<head><meta content="text/html; charset=utf-8" http-equiv=Content-Type>
@@ -6,7 +6,7 @@
<title>CSS Image Values and Replaced Content Module Level 3</title>
<link href="../default.css" rel=stylesheet type="text/css">
<!--<link rel="stylesheet" type="text/css" href="http://dev.w3.org/csswg/css-module/default.css">-->
- <link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel=stylesheet
+ <link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel=stylesheet
type="text/css">
<body>
@@ -16,14 +16,15 @@
<h1>CSS Image Values and Replaced Content Module Level 3</h1>
- <h2 class="no-num no-toc" id=longstatus-date>W3C Working Draft 6 September
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 7 September
2011</h2>
<dl>
- <dt>This Version:
+ <dt>This Version:</dt>
+ <!--<dd><a href="http://www.w3.org/TR/2011/ED-css3-images-20110907/">http://www.w3.org/TR/2011/WD-css3-images-20110907/</a>-->
<dd><a
- href="http://www.w3.org/TR/2011/WD-css3-images-20110906/">http://www.w3.org/TR/2011/WD-css3-images-20110906/</a>
+ href="http://dev.w3.org/csswg/css3-images/">http://dev.w3.org/csswg/css3-images/</a>
<dt>Latest Version:
@@ -93,42 +94,36 @@
<h2 class="no-num no-toc" id=status> Status of this document</h2>
<!--begin-status-->
- <p><em>This section describes the status of this document at the time of
- its publication. Other documents may supersede this document. A list of
- current W3C publications and the latest revision of this technical report
- can be found in the <a href="http://www.w3.org/TR/">W3C technical reports
- index at http://www.w3.org/TR/.</a></em>
-
- <p>Publication as a Working Draft does not imply endorsement by the W3C
- Membership. This is a draft document and may be updated, replaced or
- obsoleted by other documents at any time. It is inappropriate to cite this
- document as other than work in progress.
+ <p>This is a public copy of the editors' draft. It is provided for
+ discussion only and may change at any moment. Its publication here does
+ not imply endorsement of its contents by W3C. Don't cite this document
+ other than as work in progress.
<p>The (<a
href="http://lists.w3.org/Archives/Public/www-style/">archived</a>) public
- mailing list <a href="mailto:www-style@w3.org">www-style@w3.org</a> (see
- <a href="http://www.w3.org/Mail/Request">instructions</a>) is preferred
- for discussion of this specification. When sending e-mail, please put the
- text “css3-images” in the subject, preferably like this:
+ mailing list <a
+ href="mailto:www-style@w3.org?Subject=%5Bcss3-images%5D%20PUT%20SUBJECT%20HERE">
+ www-style@w3.org</a> (see <a
+ href="http://www.w3.org/Mail/Request">instructions</a>) is preferred for
+ discussion of this specification. When sending e-mail, please put the text
+ “css3-images” in the subject, preferably like this:
“[<!---->css3-images<!---->] <em>…summary of
comment…</em>”
- <p>This document was produced by the <a
- href="http://www.w3.org/Style/CSS/members">CSS Working Group</a> (part of
- the <a href="http://www.w3.org/Style/">Style Activity</a>).
+ <p>This document was produced by the <a href="/Style/CSS/members">CSS
+ Working Group</a> (part of the <a href="/Style/">Style Activity</a>).
<p>This document was produced by a group operating under the <a
- href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 February
- 2004 W3C Patent Policy</a>. W3C maintains a <a
- href="http://www.w3.org/2004/01/pp-impl/32061/status"
+ href="/Consortium/Patent-Policy-20040205/">5 February 2004 W3C Patent
+ Policy</a>. W3C maintains a <a href="/2004/01/pp-impl/32061/status"
rel=disclosure>public list of any patent disclosures</a> made in
connection with the deliverables of the group; that page also includes
instructions for disclosing a patent. An individual who has actual
knowledge of a patent which the individual believes contains <a
- href="http://www.w3.org/Consortium/Patent-Policy-20040205/#def-essential">Essential
+ href="/Consortium/Patent-Policy-20040205/#def-essential">Essential
Claim(s)</a> must disclose the information in accordance with <a
- href="http://www.w3.org/Consortium/Patent-Policy-20040205/#sec-Disclosure">section
- 6 of the W3C Patent Policy</a>.</p>
+ href="/Consortium/Patent-Policy-20040205/#sec-Disclosure">section 6 of the
+ W3C Patent Policy</a>.</p>
<!--end-status-->
<p>The following features are at risk:
@@ -834,12 +829,8 @@
<pre><code>linear-gradient(to top right, red, white, blue)</code></pre>
- <p><svg height=100 width=200> <defs> <lineargradient
- gradientunits=objectBoundingBox id=corner-gradient x1=0 x2=1 y1=1 y2=0>
- <stop offset="0%" stop-color=red></stop> <stop offset="50%"
- stop-color=white></stop> <stop offset="100%" stop-color=blue></stop>
- </lineargradient> </defs> <rect fill="url(#corner-gradient)"
- height="100%" width="100%" x=0 y=0> </rect></svg></p>
+ <p><object data=gradient1.svg height=100 width=200>(Image requires
+ SVG)</object></p>
<p><small>* SVG-in-HTML support required to view the image.</small></p>
</div>
@@ -1317,13 +1308,8 @@
<p>In premultiplied space, transitions to or from "transparent" always
look nice:</p>
- <p><svg height=100 style="background:white" width=200> <defs>
- <lineargradient id=premult-gradient> <stop offset="0%"
- stop-color=red></stop> <stop offset="50%" stop-color=red
- stop-opacity=0></stop> <stop offset="50%" stop-color=blue
- stop-opacity=0></stop> <stop offset="100%" stop-color=blue></stop>
- </lineargradient> </defs> <rect fill="url(#premult-gradient)"
- height="100%" width="100%"></rect> </svg></p>
+ <p><object data=gradient2.svg height=100 width=200>(Image requires
+ SVG)</object></p>
<p>On the other hand, if a gradient were to incorrectly transition in
non-premultiplied space, the colors near "transparent" would noticeably
@@ -1331,12 +1317,8 @@
for ‘<code class=css>rgba(0,0,0,0)</code>’, or transparent
black:</p>
- <p><svg height=100 style="background:white" width=200> <defs>
- <lineargradient id=nonpremult-gradient> <stop offset="0%"
- stop-color=red></stop> <stop offset="50%" stop-color=black
- stop-opacity=0></stop> <stop offset="100%" stop-color=blue></stop>
- </lineargradient> </defs> <rect fill="url(#nonpremult-gradient)"
- height="100%" width="100%"></rect> </svg></p>
+ <p><object data=gradient3.svg height=100 width=200>(Image requires
+ SVG)</object></p>
<p><small>* SVG-in-HTML support required to view the images.</small></p>
</div>
@@ -1837,7 +1819,8 @@
href="http://www.w3.org/TR/css3-background/#the-background-position">background-position</a></code>’
and is resolved in the same way, using the image as the subject and the
content box as the positioning area. <a href="#CSS21"
- rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a> [[!CSS3BACKGROUND]]
+ rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a> <a href="#CSS3BG"
+ rel=biblioentry>[CSS3BG]<!--{{!CSS3BG}}--></a>
<p class=note>Note that areas of the box not covered by the replaced
element will show the element's background.
@@ -2154,16 +2137,6 @@
<dt style="display: none"><!-- keeps the doc valid if the DL is empty -->
<!---->
- <dt id=CSS3BG>[CSS3BG]
-
- <dd>Bert Bos; Elika J. Etemad; Brad Kemper. <a
- href="http://www.w3.org/TR/2011/CR-css3-background-20110215"><cite>CSS
- Backgrounds and Borders Module Level 3.</cite></a> 15 February 2011. W3C
- Candidate Recommendation. (Work in progress.) URL: <a
- href="http://www.w3.org/TR/2011/CR-css3-background-20110215">http://www.w3.org/TR/2011/CR-css3-background-20110215</a>
- </dd>
- <!---->
-
<dt id=SMIL10>[SMIL10]
<dd>Philipp Hoschka. <a
Received on Wednesday, 7 September 2011 15:36:36 UTC