csswg/css3-images Overview.html,1.311,1.312 Overview.src.html,1.321,1.322

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Remove some extraneous 'must's, since it's all normative anyway.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.311
retrieving revision 1.312
diff -u -d -r1.311 -r1.312
--- Overview.html	28 Feb 2012 21:33:02 -0000	1.311
+++ Overview.html	28 Feb 2012 21:39:14 -0000	1.312
@@ -689,19 +689,18 @@
    <dd>
     <p>The function represents an image with width and height equal to the <a
      href="#bounding-box"><i>bounding box</i></a> of the referenced element.
-     The image must be constructed by rendering the referenced element and
-     its descendants at the same size that the element would be in its
-     document, over an infinite transparent-black canvas, positioned so that
-     the edges of the referenced element's border image area is flush with
-     the edges of the image. <span class=note>Note: Because images clip
-     anything outside their bounds by default, this means that decorations
-     that extend outside the border box, like box-shadows, may be
-     clipped.</span></p>
+     The image is constructed by rendering the referenced element and its
+     descendants at the same size that the element would be in its document,
+     over an infinite transparent-black canvas, positioned so that the edges
+     of the referenced element's border image area is flush with the edges of
+     the image. <span class=note>Note: Because images clip anything outside
+     their bounds by default, this means that decorations that extend outside
+     the border box, like box-shadows, may be clipped.</span></p>
 
     <p>If the referenced element has a transform applied to it or an
      ancestor, the transform must be ignored when rendering the element as an
-     image. If the referenced element is broken across pages, the element
-     must be displayed as if the page content areas were joined flush in the
+     image. If the referenced element is broken across pages, the element is
+     displayed as if the page content areas were joined flush in the
      pagination direction, with pages' edges corresponding to the initial
      containing block's start edge aligned. <span class=note>Elements broken
      across lines or columns are just rendered with their <a

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.321
retrieving revision 1.322
diff -u -d -r1.321 -r1.322
--- Overview.src.html	28 Feb 2012 21:33:02 -0000	1.321
+++ Overview.src.html	28 Feb 2012 21:39:14 -0000	1.322
@@ -313,9 +313,9 @@
 	<dl>
 		<dt>an <i title="element-not-rendered">element that is rendered</i> and is not a descendant of a replaced element</dt>
 		<dd>
-			<p>The function represents an image with width and height equal to the <i>bounding box</i> of the referenced element.  The image must be constructed by rendering the referenced element and its descendants at the same size that the element would be in its document, over an infinite transparent-black canvas, positioned so that the edges of the referenced element's border image area is flush with the edges of the image.  <span class=note>Note: Because images clip anything outside their bounds by default, this means that decorations that extend outside the border box, like box-shadows, may be clipped.</span></p>
+			<p>The function represents an image with width and height equal to the <i>bounding box</i> of the referenced element.  The image is constructed by rendering the referenced element and its descendants at the same size that the element would be in its document, over an infinite transparent-black canvas, positioned so that the edges of the referenced element's border image area is flush with the edges of the image.  <span class=note>Note: Because images clip anything outside their bounds by default, this means that decorations that extend outside the border box, like box-shadows, may be clipped.</span></p>
 
-			<p>If the referenced element has a transform applied to it or an ancestor, the transform must be ignored when rendering the element as an image.  If the referenced element is broken across pages, the element must be displayed as if the page content areas were joined flush in the pagination direction, with pages' edges corresponding to the initial containing block's start edge aligned.  <span class='note'>Elements broken across lines or columns are just rendered with their <i>bounding box</i>.</span></p>
+			<p>If the referenced element has a transform applied to it or an ancestor, the transform must be ignored when rendering the element as an image.  If the referenced element is broken across pages, the element is displayed as if the page content areas were joined flush in the pagination direction, with pages' edges corresponding to the initial containing block's start edge aligned.  <span class='note'>Elements broken across lines or columns are just rendered with their <i>bounding box</i>.</span></p>
 
 			<div class='example'>
 				<p>As a somewhat silly example, a <code>&lt;p></code> element can be reused as a background elsewhere in the document:</p>

Received on Tuesday, 28 February 2012 21:39:18 UTC