Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last 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 17:57] – one more property name change 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;
  
Line 359: Line 359:
   position: absolute;   position: absolute;
   /* prevent text from touching the edges of the slices */    /* prevent text from touching the edges of the slices */ 
-  wrap-padding: 10px;+  shape-padding: 10px;
  
 #slice_1 { #slice_1 {
 
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