- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 18 Aug 2011 20:49:50 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-images
In directory hutz:/tmp/cvs-serv2989
Modified Files:
Overview.html Overview.src.html
Log Message:
Changed fantasai's affiliation
Added acks
Fixed typo
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -d -r1.155 -r1.156
--- Overview.html 17 Aug 2011 01:28:26 -0000 1.155
+++ Overview.html 18 Aug 2011 20:49:47 -0000 1.156
@@ -16,10 +16,10 @@
<h1>CSS Image Values and Replaced Content Module Level 3</h1>
- <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 17 August 2011</h2>
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 18 August 2011</h2>
<dl><!--<dt>This version:</dt>
- <dd><a href="http://www.w3.org/TR/2011/ED-css3-images-20110817/">http://www.w3.org/TR/2011/ED-css3-images-20110817/</a>-->
+ <dd><a href="http://www.w3.org/TR/2011/ED-css3-images-20110818/">http://www.w3.org/TR/2011/ED-css3-images-20110818/</a>-->
<dt>Latest version:
@@ -46,7 +46,7 @@
<dt>Editors:
<dd><a href="http://fantasai.inkedblade.net/contact">Elika J. Etemad</a>
- (Invited Expert)
+ (Mozilla Corporation)
<dd><a href="http://www.xanthir.com/contact">Tab Atkins Jr.</a> (Google)
</dl>
@@ -857,7 +857,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 center-point 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>If this argument is omitted, it defaults to ‘<code
class=css>center</code>’.
@@ -2048,6 +2049,9 @@
<h2 class=no-num id=acknowledgments>Acknowledgments</h2>
+ <p>Thanks to Brad Kemper, Brian Manthos, and Alan Gresley for their
+ contributions to the definition of gradients.
+
<h2 class=no-num id=references>References</h2>
<h3 class=no-num id=normative-references>Normative references</h3>
@@ -2068,6 +2072,16 @@
</dd>
<!---->
+ <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=CSS3VAL>[CSS3VAL]
<dd>Håkon Wium Lie; Chris Lilley. <a
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -d -r1.162 -r1.163
--- Overview.src.html 17 Aug 2011 01:28:26 -0000 1.162
+++ Overview.src.html 18 Aug 2011 20:49:48 -0000 1.163
@@ -31,7 +31,7 @@
<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>
<dt>Editors:</dt>
- <dd><a href="http://fantasai.inkedblade.net/contact">Elika J. Etemad</a> (Invited Expert)</dd>
+ <dd><a href="http://fantasai.inkedblade.net/contact">Elika J. Etemad</a> (Mozilla Corporation)</dd>
<dd><a href="http://www.xanthir.com/contact">Tab Atkins Jr.</a> (Google)</dd>
</dl>
<!--begin-copyright-->
@@ -556,7 +556,7 @@
)
</pre>
- <p>The first argument to the function specifies the center of the ellipse. The <code><position></code> value type is defined as the positioning syntax of '<a href="http://www.w3.org/TR/css3-background/#the-background-position">background-position</a>' and is resolved in the same way, using the center-point as the subject and the content box as the positioning area. [[!CSS21]] [[!CSS3BACKGROUND]]</p>
+ <p>The first argument to the function specifies the center of the ellipse. The <code><position></code> value type is defined as the positioning syntax of '<a href="http://www.w3.org/TR/css3-background/#the-background-position">background-position</a>' and is resolved in the same way, using the center-point as the subject and the content box as the positioning area. [[!CSS21]] [[!CSS3BG]]</p>
<p>If this argument is omitted, it defaults to ''center''.</p>
@@ -1451,6 +1451,8 @@
<h2 class="no-num" id="acknowledgments">Acknowledgments</h2>
+<p>Thanks to Brad Kemper, Brian Manthos, and Alan Gresley for their contributions to the definition of gradients.</p>
+
<h2 class="no-num" id="references">References</h2>
<h3 class="no-num" id="normative-references">Normative references</h3>
<!--normative-->
Received on Thursday, 18 August 2011 20:49:52 UTC