- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 19 Sep 2011 21:35:47 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-images In directory hutz:/tmp/cvs-serv28920 Modified Files: Overview.html Overview.src.html Log Message: Fixed repeated reference to <side-or-corner> Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-images/Overview.html,v retrieving revision 1.171 retrieving revision 1.172 diff -u -d -r1.171 -r1.172 --- Overview.html 8 Sep 2011 21:29:09 -0000 1.171 +++ Overview.html 19 Sep 2011 21:35:44 -0000 1.172 @@ -17,12 +17,12 @@ <h1>CSS Image Values and Replaced Content Module Level 3</h1> - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 8 September + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 19 September 2011</h2> <dl> <dt>This Version:</dt> - <!--<dd><a href="http://www.w3.org/TR/2011/ED-css3-images-20110908/">http://www.w3.org/TR/2011/WD-css3-images-20110908/</a>--> + <!--<dd><a href="http://www.w3.org/TR/2011/ED-css3-images-20110919/">http://www.w3.org/TR/2011/WD-css3-images-20110919/</a>--> <dd><a href="http://dev.w3.org/csswg/css3-images/">http://dev.w3.org/csswg/css3-images/</a> @@ -709,7 +709,7 @@ <color-stop>[, <color-stop>]+ ) -<side-or-corner> = [left | right] || [top | bottom]</code></pre> +<dfn id=side-or-corner><side-or-corner></dfn> = [left | right] || [top | bottom]</code></pre> <p>The first argument to the function specifies the <dfn id=gradient-line>gradient-line</dfn>, which gives the gradient a direction @@ -1108,14 +1108,10 @@ <pre class=prod><code><dfn id=ltrepeating-linear-gradient><repeating-linear-gradient></dfn> = repeating-linear-gradient( - [ [ <angle> | [ to <side-or-corner> ] ] ,]? + [ [ <angle> | [ to <a href="#side-or-corner"><code><side-or-corner></code></a> ] ] ,]? <color-stop>[, <color-stop>]+ ) -<side-or-corner> = - [ [left | right] || [top | bottom] ] | - [ [start | end] || [before |after] ] - <dfn id=ltrepeating-radial-gradient><repeating-radial-gradient></dfn> = repeating-radial-gradient( [<'background-position'>,]? [[ @@ -2357,6 +2353,9 @@ <li><shape>, <a href="#ltshape" title="<shape>"><strong>5.2.1.</strong></a> + <li><side-or-corner>, <a href="#side-or-corner" + title="<side-or-corner>"><strong>5.1.1.</strong></a> + <li><size>, <a href="#ltsize" title="<size>"><strong>5.2.1.</strong></a> Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-images/Overview.src.html,v retrieving revision 1.178 retrieving revision 1.179 diff -u -d -r1.178 -r1.179 --- Overview.src.html 8 Sep 2011 21:29:09 -0000 1.178 +++ Overview.src.html 19 Sep 2011 21:35:45 -0000 1.179 @@ -427,7 +427,7 @@ <color-stop>[, <color-stop>]+ ) -<side-or-corner> = [left | right] || [top | bottom]</code></pre> +<dfn id='side-or-corner'><side-or-corner></dfn> = [left | right] || [top | bottom]</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 @@ -714,14 +714,10 @@ siblings defined previously:</p> <pre class=prod><code><dfn><repeating-linear-gradient></dfn> = repeating-linear-gradient( - [ [ <angle> | [ to <side-or-corner> ] ] ,]? + [ [ <angle> | [ to <code><side-or-corner></code> ] ] ,]? <color-stop>[, <color-stop>]+ ) -<side-or-corner> = - [ [left | right] || [top | bottom] ] | - [ [start | end] || [before |after] ] - <dfn><repeating-radial-gradient></dfn> = repeating-radial-gradient( [<'background-position'>,]? [[
Received on Monday, 19 September 2011 21:35:48 UTC