csswg/css3-background Overview.html,1.268,1.269 Overview.src.html,1.282,1.283

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Remove SVG issue because should be covered by the previous paragraph.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-background/Overview.html,v
retrieving revision 1.268
retrieving revision 1.269
diff -u -d -r1.268 -r1.269
--- Overview.html	7 Feb 2012 09:48:29 -0000	1.268
+++ Overview.html	7 Feb 2012 14:24:50 -0000	1.269
@@ -3232,22 +3232,6 @@
    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
-   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 <a href="#border-image-area"><i>border image
-   area.</i></a>) E.g., if an SVG image has viewbox="10 20 40 80" and
-   &lsquo;<a href="#border-image-slice"><code
-   class=property>border-image-slice</code></a>&rsquo; is &lsquo;<code
-   class=css>20 10</code>&rsquo;, 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"

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-background/Overview.src.html,v
retrieving revision 1.282
retrieving revision 1.283
diff -u -d -r1.282 -r1.283
--- Overview.src.html	7 Feb 2012 09:48:30 -0000	1.282
+++ Overview.src.html	7 Feb 2012 14:24:50 -0000	1.283
@@ -2344,19 +2344,6 @@
 <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
-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 Tuesday, 7 February 2012 14:26:57 UTC