- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 18 Jan 2012 03:48:49 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-background
In directory hutz:/tmp/cvs-serv25787
Modified Files:
Overview.html Overview.src.html
Log Message:
Fix vector image sizing to be more precise for border-image slicing.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-background/Overview.html,v
retrieving revision 1.263
retrieving revision 1.264
diff -u -d -r1.263 -r1.264
--- Overview.html 17 Jan 2012 00:51:45 -0000 1.263
+++ Overview.html 18 Jan 2012 03:48:47 -0000 1.264
@@ -22,13 +22,13 @@
<h1>CSS Backgrounds and Borders Module Level 3</h1>
- <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 17 January
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 18 January
2012</h2>
<dl>
<dt>This version:
- <dd><!-- <a href="http://www.w3.org/TR/2012/CR-css3-background-20120117">http://www.w3.org/TR/2012/ED-css3-background-20120117/</a> -->
+ <dd><!-- <a href="http://www.w3.org/TR/2012/CR-css3-background-20120118">http://www.w3.org/TR/2012/ED-css3-background-20120118/</a> -->
<a
href="http://dev.w3.org/csswg/css3-background">http://dev.w3.org/csswg/css3-background</a>
@@ -3210,10 +3210,7 @@
<dt><var><number></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). 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>.
+ or vector coordinates (if the image is a vector image).
<dt><dfn id=border-image-slice-fill>‘<code
class=css>fill</code>’</dfn>
@@ -3234,6 +3231,13 @@
transparent image had been specified for those parts. Analogously for the
top and bottom values.
+ <p>If the image must be sized to determine the slices (for example, for SVG
+ images with no intrinsic size), then it is sized as for an auto-sized
+ background, using the <a href="#border-image-area"><i>border image
+ area</i></a> as the <i>default object size</i> in place of the <a
+ href="#background-positioning-area"><i>background positioning
+ area</i></a>.
+
<p class=issue><a
href="http://www.w3.org/Style/CSS/Tracker/issues/208">ISSUE-208</a>
proposed text: If the image is an SVG image, the aspect ratio is not
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-background/Overview.src.html,v
retrieving revision 1.277
retrieving revision 1.278
diff -u -d -r1.277 -r1.278
--- Overview.src.html 17 Jan 2012 00:51:36 -0000 1.277
+++ Overview.src.html 18 Jan 2012 03:48:47 -0000 1.278
@@ -2328,10 +2328,7 @@
<dt><var><number></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). 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>.
+ image) or vector coordinates (if the image is a vector image).
<dt><dfn id="border-image-slice-fill">''fill''</dfn>
<dd>The ''fill'' keyword, if present, causes the middle part of
@@ -2349,6 +2346,12 @@
as if a nonempty transparent image had been specified for those
parts. Analogously for the top and bottom values.
+<p>If the image must be sized to determine the slices (for example,
+for SVG images with no intrinsic size), then it is sized as for an
+auto-sized background, using the <i>border image area</i> as the
+<i>default object size</i> in place of the <i>background positioning
+area</i>.
+
<p class=issue><a
href="http://www.w3.org/Style/CSS/Tracker/issues/208" >ISSUE-208</a>
proposed text: If the image is an SVG image, the aspect ratio is not
Received on Wednesday, 18 January 2012 03:48:51 UTC