- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 05 Jan 2012 16:06:07 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-images In directory hutz:/tmp/cvs-serv19518 Modified Files: Overview.html Overview.src.html Log Message: Add a reference to default object size . Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-images/Overview.html,v retrieving revision 1.260 retrieving revision 1.261 diff -u -d -r1.260 -r1.261 --- Overview.html 5 Jan 2012 16:02:19 -0000 1.260 +++ Overview.html 5 Jan 2012 16:06:05 -0000 1.261 @@ -874,8 +874,10 @@ class=property>background-size</code>’ is explicitly set to a value such as ‘<code class=css>100px 200px</code>’, then the <a href="#gradient-box"><i>gradient box</i></a> will be 100px wide and 200px - tall. Similarly, for a gradient used as a list-style-image, the box would - be a 1em square.</p> + tall. Similarly, for a gradient used as a ‘<code + class=property>list-style-image</code>’, the box would be a 1em + square, which is the <a href="#default-object-size"><i>default object + size</i></a> for that property.</p> </div> <!-- ====================================================================== --> Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-images/Overview.src.html,v retrieving revision 1.268 retrieving revision 1.269 diff -u -d -r1.268 -r1.269 --- Overview.src.html 5 Jan 2012 16:02:19 -0000 1.268 +++ Overview.src.html 5 Jan 2012 16:06:05 -0000 1.269 @@ -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.</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' 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> </div> <!-- ====================================================================== -->
Received on Thursday, 5 January 2012 16:06:09 UTC