Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
spec:css3-regions:regions-use-cases [2012/11/28 16:15] – [Converting hard breaks to named flows] astearnsspec:css3-regions:regions-use-cases [2012/11/29 15:23] – Updated some property names that have changed and modified some comments to better align with them rhauck
Line 124: Line 124:
   wrap-flow: both;    wrap-flow: both; 
   /* prevent the content from touching the edges of the box */   /* prevent the content from touching the edges of the box */
-  wrap-padding: 20px;+  shape-padding: 20px;
   color: lightblue;   color: lightblue;
   font-size: 2em;   font-size: 2em;
Line 235: Line 235:
     flow-from: breaking-news;     flow-from: breaking-news;
          
-    /* allow scrolling when content overflows the region */ +    /* allow scrolling when content overflows the last region in the named flow */ 
-    region-overflow: auto;+    region-fragment: auto;
     overflow: auto;     overflow: auto;
 }     }    
Line 318: Line 318:
     margin-top:10%;     margin-top:10%;
  
-    /* This region will catch all the overflow content */ +    /* Control the overflow behavior of the last region in the named flow */ 
-    region-overflow:auto;+    region-fragment:auto;
     overflow:auto;     overflow:auto;
  
 
spec/css3-regions/regions-use-cases.txt · Last modified: 2014/12/09 15:48 by 127.0.0.1
Recent changes RSS feed Valid XHTML 1.0 Valid CSS Driven by DokuWiki