- From: Bert Bos via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 12 Jan 2012 18:18:55 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-background In directory hutz:/tmp/cvs-serv1694 Modified Files: Overview.html Log Message: Generated. Do not edit! Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-background/Overview.html,v retrieving revision 1.259 retrieving revision 1.260 diff -u -d -r1.259 -r1.260 --- Overview.html 12 Jan 2012 01:01:07 -0000 1.259 +++ Overview.html 12 Jan 2012 18:18:52 -0000 1.260 @@ -1487,6 +1487,10 @@ (if any) behaving as ''auto'' as described above-->. If the image has neither an intrinsic width nor an intrinsic height, its size is determined as for ‘<code class=css>contain</code>’. + <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%. </span> <p>Negative values are not allowed. </dl> @@ -3108,6 +3112,22 @@ 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 + <number> 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 <a href="#border-image-area"><i>border image + area.</i></a>) E.g., if an SVG image has viewbox="10 20 40 80" and + ‘<a href="#border-image-slice"><code + class=property>border-image-slice</code></a>’ is ‘<code + class=css>20 10</code>’, the 30 by 60 image is cut into 9 parts of + 10 by 20 each. + <div class=figure> <p><img alt="Diagram: two horizontal cuts and two vertical cuts through an image"
Received on Thursday, 12 January 2012 18:19:00 UTC