csswg/css3-background Overview.src.html,1.273,1.274

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

Modified Files:
	Overview.src.html 
Log Message:
Added some proposed text for issues 208 and 211.


Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-background/Overview.src.html,v
retrieving revision 1.273
retrieving revision 1.274
diff -u -d -r1.273 -r1.274
--- Overview.src.html	12 Jan 2012 01:01:08 -0000	1.273
+++ Overview.src.html	12 Jan 2012 18:18:13 -0000	1.274
@@ -981,6 +981,12 @@
     neither an intrinsic width nor an intrinsic height, its size is
     determined as for ''contain''.
 
+    <span class=issue><a
+    href="http://www.w3.org/Style/CSS/Tracker/issues/211"
+    >ISSUE-211</a> proposed text: If the image has an intrinsic width
+    or intrinsic height, but not both, the other dimension is treated
+    as 100%.
+
     <p>Negative values are not allowed.
   </dd>
 </dl>
@@ -2268,6 +2274,19 @@
 as if a nonempty transparent image had been specified for those
 parts. Analogously for the top and bottom values.
 
+<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
+preserved (i.e., the preserveAspectRatio attribute is ignored) and the
+&lt;number&gt; is relative to the rectangle defined by the viewbox
+attribute. If the SVG image has no viewbox attribute, the UA must act
+as if the image had a viewbox attribute of "0 0 <var>width</var>
+<var>height</var>" where <var>width</var> and <var>height</var> are
+the values of the width and height attributes. (If those are
+percentages, they are relative to the <i>border image area.</i>) E.g.,
+if an SVG image has viewbox="10 20 40 80" and 'border-image-slice' is
+'20 10', the 30 by 60 image is cut into 9 parts of 10 by 20 each.
+
 <div class=figure>
   <p><img src="slice" alt="Diagram: two horizontal cuts and two
   vertical cuts through an image">

Received on Thursday, 12 January 2012 18:20:27 UTC