csswg/css3-background Overview.html,1.257,1.258 Overview.src.html,1.271,1.272

Update of /sources/public/csswg/css3-background
In directory hutz:/tmp/cvs-serv6997

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Try to address <http://lists.w3.org/Archives/Public/www-style/2011Sep/0172.html> by sizing the image first to the border image area.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-background/Overview.html,v
retrieving revision 1.257
retrieving revision 1.258
diff -u -d -r1.257 -r1.258
--- Overview.html	11 Jan 2012 19:44:13 -0000	1.257
+++ Overview.html	11 Jan 2012 19:54:51 -0000	1.258
@@ -3079,7 +3079,10 @@
    <dt><var>&lt;number&gt;</var>
 
    <dd>Numbers represent pixels in the image (if the image is a raster image)
-    or vector coordinates (if the image is a vector image).
+    or vector coordinates (if the image is a vector image). If the image must
+    be sized to determine the slices (for example, for SVG images with no
+    intrinsic size), then it is sized to the <a
+    href="#border-image-area"><i>border image area</i></a>.
 
    <dt><dfn id=border-image-slice-fill>&lsquo;<code
     class=css>fill</code>&rsquo;</dfn>

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-background/Overview.src.html,v
retrieving revision 1.271
retrieving revision 1.272
diff -u -d -r1.271 -r1.272
--- Overview.src.html	11 Jan 2012 19:44:13 -0000	1.271
+++ Overview.src.html	11 Jan 2012 19:54:52 -0000	1.272
@@ -2246,7 +2246,10 @@
 
   <dt><var>&lt;number&gt;</var>
   <dd>Numbers represent pixels in the image (if the image is a raster
-    image) or vector coordinates (if the image is a vector image).
+    image) or vector coordinates (if the image is a vector image). If
+    the image must be sized to determine the slices (for example, for
+    SVG images with no intrinsic size), then it is sized to the
+    <i>border image area</i>.
 
   <dt><dfn id="border-image-slice-fill">''fill''</dfn>
   <dd>The ''fill'' keyword, if present, causes the middle part of

Received on Wednesday, 11 January 2012 19:59:00 UTC