- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 09 Jan 2012 22:37:38 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-images
In directory hutz:/tmp/cvs-serv5134
Modified Files:
Overview.html Overview.src.html
Log Message:
Fix errors noticed by brian manthos
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.261
retrieving revision 1.262
diff -u -d -r1.261 -r1.262
--- Overview.html 5 Jan 2012 16:06:05 -0000 1.261
+++ Overview.html 9 Jan 2012 22:37:36 -0000 1.262
@@ -16,14 +16,14 @@
<h1>CSS Image Values and Replaced Content Module Level 3</h1>
- <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 5 January 2012</h2>
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 9 January 2012</h2>
<dl>
<dt>This Version:
<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/2012/ED-css3-images-20120105/">http://www.w3.org/TR/2012/WD-css3-images-20120105/</a>-->
+ <!--<dd><a href="http://www.w3.org/TR/2012/ED-css3-images-20120109/">http://www.w3.org/TR/2012/WD-css3-images-20120109/</a>-->
<dt>Latest Version:
@@ -57,7 +57,7 @@
href="http://www.w3.org/Style/CSS/Tracker/products/27">http://www.w3.org/Style/CSS/Tracker/products/27</a>
- <dt>Discussion List:
+ <dt>Discussion:
<dd><a
href="http://lists.w3.org/Archives/Public/www-style/">www-style@w3.org</a>
@@ -220,7 +220,7 @@
Terminology</a>
<li><a href="#object-negotiation"><span class=secno>5.2. </span>
- CSS⇋Object Negotiation</a>
+ CSS⇋Object Negotiation</a>
<li><a href="#default-sizing"><span class=secno>5.3. </span> Default
Concrete Object Size Resolution</a>
@@ -869,7 +869,8 @@
<p>An image without intrinsic dimensions will always fill its painting
area perfectly. For example, if you use a gradient in ‘<code
class=property>background-image</code>’ with ‘<code
- class=property>background-size</code>’ set to its default, the
+ class=property>background-size</code>’ and ‘<code
+ class=property>background-clip</code>’ set to their defaults, the
gradient will fill the element's padding box. If ‘<code
class=property>background-size</code>’ is explicitly set to a value
such as ‘<code class=css>100px 200px</code>’, then the <a
@@ -1688,7 +1689,7 @@
</dl>
<!-- ====================================================================== -->
- <h3 id=object-negotiation><span class=secno>5.2. </span> CSS⇋Object
+ <h3 id=object-negotiation><span class=secno>5.2. </span> CSS⇋Object
Negotiation</h3>
<p>Objects in CSS are sized and rendered as follows:
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.269
retrieving revision 1.270
diff -u -d -r1.269 -r1.270
--- Overview.src.html 5 Jan 2012 16:06:05 -0000 1.269
+++ Overview.src.html 9 Jan 2012 22:37:36 -0000 1.270
@@ -33,7 +33,7 @@
<dt>Issues List:</dt>
<dd><a href="http://www.w3.org/Style/CSS/Tracker/products/27">http://www.w3.org/Style/CSS/Tracker/products/27</a>
- <dt>Discussion List:</dt>
+ <dt>Discussion:</dt>
<dd><a href="http://lists.w3.org/Archives/Public/www-style/">www-style@w3.org</a> with subject line “<kbd>[[SHORTNAME]] <var>… message topic …</var></kbd>”
<dt>Editors:</dt>
@@ -484,7 +484,7 @@
object size</i>, referred to as the <dfn>gradient box</dfn>. However, the gradient itself has no <i>intrinsic dimensions</i>.</p>
<div class='example'>
- <p>An image without intrinsic dimensions will always fill its painting area perfectly. For example, if you use a gradient in 'background-image' with 'background-size' set to its default, the gradient will fill the element's padding box. If 'background-size' is explicitly set to a value such as ''100px 200px'', then the <i>gradient box</i> will be 100px wide and 200px tall. Similarly, for a gradient used as a 'list-style-image', the box would be a 1em square, which is the <i>default object size</i> for that property.</p>
+ <p>An image without intrinsic dimensions will always fill its painting area perfectly. For example, if you use a gradient in 'background-image' with 'background-size' and 'background-clip' set to their defaults, the gradient will fill the element's padding box. If 'background-size' is explicitly set to a value such as ''100px 200px'', then the <i>gradient box</i> will be 100px wide and 200px tall. Similarly, for a gradient used as a 'list-style-image', the box would be a 1em square, which is the <i>default object size</i> for that property.</p>
</div>
<!-- ====================================================================== -->
@@ -1059,7 +1059,7 @@
<!-- ====================================================================== -->
<h3 id="object-negotiation">
-CSS⇋Object Negotiation</h3>
+CSS⇋Object Negotiation</h3>
<p>Objects in CSS are sized and rendered as follows:</p>
Received on Monday, 9 January 2012 22:39:43 UTC