- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 22 Feb 2011 19:52:18 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-images In directory hutz:/tmp/cvs-serv15923 Modified Files: Overview.html Overview.src.html Log Message: Added brackets to the gradient syntaxes to fix binding-strength error. Meddled with version header to make it reflect ED status again. Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-images/Overview.html,v retrieving revision 1.72 retrieving revision 1.73 diff -u -d -r1.72 -r1.73 --- Overview.html 16 Feb 2011 02:22:51 -0000 1.72 +++ Overview.html 22 Feb 2011 19:52:16 -0000 1.73 @@ -5,7 +5,7 @@ <title>CSS Image Values and Replaced Content Module Level 3</title> <link href=default.css rel=stylesheet type="text/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> @@ -15,27 +15,21 @@ <h1>CSS Image Values and Replaced Content Module Level 3</h1> - <h2 class="no-num no-toc" id=longstatus-date>W3C Working Draft 17 February + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 22 February 2011</h2> <dl> - <dt>This Version:</dt> - <!-- <dd><a href="http://dev.w3.org/csswg/css3-images/">http://dev.w3.org/csswg/css3-images/</a> --> + <dt>Latest Version: <dd><a - href="http://www.w3.org/TR/2011/WD-css3-images-20110217/">http://www.w3.org/TR/2011/WD-css3-images-20110217/</a> + href="http://dev.w3.org/csswg/css3-images/">http://dev.w3.org/csswg/css3-images/</a> + <dt>Latest Published Version: <dd><a href="http://www.w3.org/TR/css3-images/">http://www.w3.org/TR/css3-images/</a> - <dt>Latest Editor's Draft: - - <dd><a - href="http://dev.w3.org/csswg/css3-images/">http://dev.w3.org/csswg/css3-images/</a> - - <dt>Previous Version: <dd><a @@ -86,42 +80,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--> <!-- ====================================================================== --> @@ -661,13 +649,13 @@ <pre class=prod><code><dfn id=ltlinear-gradient><linear-gradient></dfn> = linear-gradient( -[ - [ [top | bottom] || [left | right] ] - | - <angle> -,]? -<color-stop>[, <color-stop>]+ -);</code></pre> + [[ + [ [top | bottom] || [left | right] ] + | + <angle> + ],]? + <color-stop>[, <color-stop>]+ + );</code></pre> <p>The first argument to the function specifies the <dfn id=gradient-line>gradient-line</dfn>, which gives the gradient a direction @@ -808,11 +796,11 @@ <pre class=prod><code><dfn id=ltradial-gradient><radial-gradient></dfn> = radial-gradient( [<bg-position>,]? - [ + [[ [<shape> || <size>] | [<length> | <percentage>]{2} - ,]? + ],]? <color-stop>[, <color-stop>]+ )</code></pre> @@ -1003,20 +991,20 @@ <pre class=prod><code><dfn id=ltrepeating-linear-gradient><repeating-linear-gradient></dfn> = repeating-linear-gradient( - [ + [[ [ [top | bottom] || [left | right] ] || <angle> - ,]? + ],]? <color-stop>[, <color-stop>]+ ) <dfn id=ltrepeating-radial-gradient><repeating-radial-gradient></dfn> = repeating-radial-gradient( [<bg-position>,]? - [ + [[ [<shape> || <size>] | [<length> | <percentage>]{2} - ,]? + ],]? <color-stop>[, <color-stop>]+ )</code></pre> @@ -2242,10 +2230,10 @@ <dt id=CSS21>[CSS21] <dd>Bert Bos; et al. <a - href="http://www.w3.org/TR/2009/CR-CSS2-20090908"><cite>Cascading Style - Sheets Level 2 Revision 1 (CSS 2.1) Specification.</cite></a> 8 September - 2009. W3C Candidate Recommendation. (Work in progress.) URL: <a - href="http://www.w3.org/TR/2009/CR-CSS2-20090908">http://www.w3.org/TR/2009/CR-CSS2-20090908</a> + href="http://www.w3.org/TR/2010/WD-CSS2-20101207"><cite>Cascading Style + Sheets Level 2 Revision 1 (CSS 2.1) Specification.</cite></a> 7 December + 2010. W3C Working Draft. (Work in progress.) URL: <a + href="http://www.w3.org/TR/2010/WD-CSS2-20101207">http://www.w3.org/TR/2010/WD-CSS2-20101207</a> </dd> <!----> @@ -2291,10 +2279,10 @@ <dt id=CSS3BG>[CSS3BG] <dd>Bert Bos; Elika J. Etemad; Brad Kemper. <a - href="http://www.w3.org/TR/2010/WD-css3-background-20100612"><cite>CSS - Backgrounds and Borders Module Level 3.</cite></a> 12 June 2010. W3C - Working Draft. (Work in progress.) URL: <a - href="http://www.w3.org/TR/2010/WD-css3-background-20100612">http://www.w3.org/TR/2010/WD-css3-background-20100612</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> <!----> Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-images/Overview.src.html,v retrieving revision 1.74 retrieving revision 1.75 diff -u -d -r1.74 -r1.75 --- Overview.src.html 16 Feb 2011 02:20:50 -0000 1.74 +++ Overview.src.html 22 Feb 2011 19:52:16 -0000 1.75 @@ -16,16 +16,12 @@ <h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2> <dl> - <dt>This Version:</dt> - <!-- <dd><a href="http://dev.w3.org/csswg/css3-images/">http://dev.w3.org/csswg/css3-images/</a> --> - <dd><a href="http://www.w3.org/TR/[YEAR]/WD-css3-images-[CDATE]/">http://www.w3.org/TR/[YEAR]/WD-css3-images-[CDATE]/</a></dd> + <dt>Latest Version:</dt> + <dd><a href="http://dev.w3.org/csswg/css3-images/">http://dev.w3.org/csswg/css3-images/</a> <dt>Latest Published Version:</dt> <dd><a href="http://www.w3.org/TR/css3-images/">http://www.w3.org/TR/css3-images/</a></dd> - <dt>Latest Editor's Draft:</dt> - <dd><a href="http://dev.w3.org/csswg/css3-images/">http://dev.w3.org/csswg/css3-images/</a> - <dt>Previous Version:</dt> <dd><a href="http://www.w3.org/TR/2009/WD-css3-images-20090723/">http://www.w3.org/TR/2009/WD-css3-images-20090723/</a></dd> @@ -426,13 +422,13 @@ ''linear-gradient()'' syntax</h4> <pre class=prod><code><dfn><linear-gradient></dfn> = linear-gradient( -[ - [ [top | bottom] || [left | right] ] - | - <angle> -,]? -<color-stop>[, <color-stop>]+ -);</code></pre> + [[ + [ [top | bottom] || [left | right] ] + | + <angle> + ],]? + <color-stop>[, <color-stop>]+ + );</code></pre> <p>The first argument to the function specifies the <dfn>gradient-line</dfn>, which gives the gradient a direction and determines how color-stops are @@ -555,11 +551,11 @@ <pre class=prod><code><dfn><radial-gradient></dfn> = radial-gradient( [<bg-position>,]? - [ + [[ [<shape> || <size>] | [<length> | <percentage>]{2} - ,]? + ],]? <color-stop>[, <color-stop>]+ )</code></pre> @@ -721,20 +717,20 @@ siblings defined previously:</p> <pre class=prod><code><dfn><repeating-linear-gradient></dfn> = repeating-linear-gradient( - [ + [[ [ [top | bottom] || [left | right] ] || <angle> - ,]? + ],]? <color-stop>[, <color-stop>]+ ) <dfn><repeating-radial-gradient></dfn> = repeating-radial-gradient( [<bg-position>,]? - [ + [[ [<shape> || <size>] | [<length> | <percentage>]{2} - ,]? + ],]? <color-stop>[, <color-stop>]+ )</code></pre>
Received on Tuesday, 22 February 2011 19:52:21 UTC