csswg/css3-images Overview.html,1.317,1.318 Overview.src.html,1.327,1.328

Update of /sources/public/csswg/css3-images
In directory hutz:/tmp/cvs-serv4042

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Update the link for SVG's 'decorated bounding box' definition to the SVG Tiny link that shepazu provided.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.317
retrieving revision 1.318
diff -u -d -r1.317 -r1.318
--- Overview.html	28 Feb 2012 23:49:30 -0000	1.317
+++ Overview.html	29 Feb 2012 00:01:27 -0000	1.318
@@ -16,7 +16,7 @@
 
    <h1>CSS Image Values and Replaced Content Module Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 28 February
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 29 February
     2012</h2>
 
    <dl>
@@ -24,7 +24,7 @@
 
     <dd><a
      href="http://dev.w3.org/csswg/css3-images/">http://dev.w3.org/csswg/css3-images/</a>
-     <!-- <dd><a href="http://www.w3.org/TR/2012/ED-css3-images-20120228/">http://www.w3.org/TR/2012/WD-css3-images-20120228/</a>-->
+     <!-- <dd><a href="http://www.w3.org/TR/2012/ED-css3-images-20120229/">http://www.w3.org/TR/2012/WD-css3-images-20120229/</a>-->
      
 
     <dt>Latest Version:
@@ -727,8 +727,8 @@
       image areas</a> of all the fragments of the principal box
 
      <li>for an element rendered using the SVG rendering model, <a
-      href="http://www.w3.org/TR/SVG/coords.html">the decorated bounding box
-      is defined by SVG</a>
+      href="http://www.w3.org/TR/SVGTiny12/intro.html#TermDecoratedBoundingBox">the
+      decorated bounding box is defined by SVG</a>
     </ul>
 
     <p class=note>Note: Because images clip anything outside their bounds by

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.327
retrieving revision 1.328
diff -u -d -r1.327 -r1.328
--- Overview.src.html	28 Feb 2012 23:49:30 -0000	1.327
+++ Overview.src.html	29 Feb 2012 00:01:27 -0000	1.328
@@ -331,7 +331,7 @@
 			<ul>
 				<li>for an element rendered using a CSS rendering model, the <i>decorated bounding box</i> is the smallest rectangle that contains the <a href="http://www.w3.org/TR/2011/CR-css3-background-20110215/#border-image-area">border image areas</a> of all the fragments of the principal box</li>
 
-				<li>for an element rendered using the SVG rendering model, <a href="http://www.w3.org/TR/SVG/coords.html">the decorated bounding box is defined by SVG</a></li>
+				<li>for an element rendered using the SVG rendering model, <a href="http://www.w3.org/TR/SVGTiny12/intro.html#TermDecoratedBoundingBox">the decorated bounding box is defined by SVG</a></li>
 			</ul>
 
 			<p class=note>Note: Because images clip anything outside their bounds by default, this means that decorations that extend outside the <i>decorated bounding box</i>, like box shadows, may be clipped.</p>

Received on Wednesday, 29 February 2012 00:01:31 UTC