csswg/css3-exclusions Exclusions.src.html,1.12,1.13 Overview.html,1.12,1.13

Update of /sources/public/csswg/css3-exclusions
In directory hutz:/tmp/cvs-serv30304

Modified Files:
	Exclusions.src.html Overview.html 
Log Message:
Added note about how wrap-margin affects content outside and wrap-padding affects content inside an element

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-exclusions/Overview.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Overview.html	28 Oct 2011 18:19:34 -0000	1.12
+++ Overview.html	29 Oct 2011 00:33:42 -0000	1.13
@@ -81,14 +81,14 @@
 
    <h1 id=css-exclusions-module>CSS exclusions and shapes</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 28 October
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 29 October
     2011</h2>
 
    <dl>
     <dt>This version:
 
     <dd><a
-     href="http://www.w3.org/TR/2011/ED-css3-exclusions-20111028/">http://www.w3.org/csswg/css3-exclusions/</a>
+     href="http://www.w3.org/TR/2011/ED-css3-exclusions-20111029/">http://www.w3.org/csswg/css3-exclusions/</a>
 
     <dt>Latest version:
 
@@ -731,7 +731,13 @@
      <td>the absolute length
   </table>
   <!-- End section "wrap-padding property" -->
-  <!-- End section "Scope and Efect of Exclusions" -->
+
+  <div class=note>Note that the &lsquo;<a href="#wrap-padding"><code
+   class=property>wrap-padding</code></a>&rsquo; property affects layout of
+   content inside the element it applies to while the &lsquo;<a
+   href="#wrap-margin"><code class=property>wrap-margin</code></a>&rsquo;
+   property affects layout of content outside the element.</div>
+  <!-- End section "Scope and Effect of Exclusions" -->
 
   <h3 id=propagation-of-exclusions><span class=secno>3.3. </span>Propagation
    of Exclusions</h3>
@@ -1172,6 +1178,11 @@
 
   <h3 id=shapes-from-image><span class=secno>4.2. </span>Shapes from Image</h3>
 
+  <div class="issue issue-marker">
+   <p class=desc>Do we need to provide properties to repeat exclusion images
+    as for the background-image property?
+  </div>
+
   <p> Another way of defining shapes is by specifying a source image whose
    alpha channel is used to compute the inside or outside shape. The shape is
    computed to be the path that encloses the area where the opacity of the
@@ -1184,12 +1195,7 @@
 
   <p class=note> Note, images can define cavities and inline flow content
    should wrap inside them. In order to avoid that, another exclusion element
-   can be overlaid.
-
-  <div class="issue issue-marker">
-   <p class=desc>Do we need to provide properties to repeat exclusion images
-    as for the background-image property?
-  </div>
+   can be overlaid.</p>
   <!-- End section "Shapes from image" -->
 
   <h3 id=declaring-shapes><span class=secno>4.3. </span>Declaring Shapes</h3>

Index: Exclusions.src.html
===================================================================
RCS file: /sources/public/csswg/css3-exclusions/Exclusions.src.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Exclusions.src.html	28 Oct 2011 18:19:34 -0000	1.12
+++ Exclusions.src.html	29 Oct 2011 00:33:42 -0000	1.13
@@ -466,7 +466,12 @@
         </tr>
     </table>
     <!-- End section "wrap-padding property" -->
-    <!-- End section "Scope and Efect of Exclusions" -->
+    
+    <div class="note">Note that the 'wrap-padding' property affects layout of content inside 
+        the element it applies to while the 'wrap-margin' property affects layout of content 
+        outside the element.</div>
+        
+    <!-- End section "Scope and Effect of Exclusions" -->
     
     <h3 id="propagation-of-exclusions">Propagation of Exclusions</h3>
     <p>
@@ -826,6 +831,9 @@
         <!-- End section "Shapes from SVG Syntax -->
       
       <h3 id="shapes-from-image">Shapes from Image</h3>
+
+      <div class="issue issue-marker"><p class="desc">Do we need to provide properties to repeat exclusion
+          images as for the background-image property?</p></div>
       <p>
           Another way of defining shapes is by specifying a source image whose alpha channel
           is used to compute the inside or outside shape. The shape is computed to be the
@@ -839,8 +847,6 @@
           them. In order to avoid that, another exclusion element can be overlaid.
       </p>
       
-      <div class="issue issue-marker"><p class="desc">Do we need to provide properties to repeat exclusion
-          images as for the background-image property?</p></div>
       
       <!-- End section "Shapes from image" -->
 

Received on Saturday, 29 October 2011 00:36:55 UTC