File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2569,7 +2569,54 @@ <h3 id=regions-visual-formatting-examples><span class=secno>7.4.
25692569
25702570 < div class =example >
25712571 < pre >
2572-
2572+ <style>
2573+ #article {
2574+ -webkit-flow-into: article;
2575+ }
2576+
2577+ #rA, #rB, #rC {
2578+ -webkit-flow-from2: article;
2579+ height: auto;
2580+ margin: 1em;
2581+ padding: 0.5em;
2582+ }
2583+
2584+ #rA {
2585+ width: auto;
2586+ height: auto;
2587+ }
2588+
2589+ #rB {
2590+ float: left;
2591+ height: auto;
2592+ max-height: 150px;
2593+ width: 15em;
2594+ }
2595+
2596+ #rC {
2597+ float: right;
2598+ height: auto;
2599+ width: 12em;
2600+ }
2601+
2602+ #main-flow {
2603+ padding-left: 1em;
2604+ }
2605+
2606+ </style>
2607+ <body>
2608+ <div id="article">
2609+ <p style="-webkit-region-break-after:always;">I am not a ... </p>
2610+ <p>...</p>
2611+ </div>
2612+ <div id="rA"></div>
2613+ <div id="rB"></div>
2614+ <div id="rC"></div>
2615+
2616+ <div id="main-flow">
2617+ <p>Lorem ipsum dolor ...</p>
2618+ </div>
2619+ </body>
25732620 </ pre >
25742621 </ div >
25752622
Original file line number Diff line number Diff line change @@ -2104,7 +2104,54 @@ <h3 id="regions-visual-formatting-examples">Regions visual formatting example</h
21042104
21052105 < div class ="example ">
21062106 < pre >
2107-
2107+ <style>
2108+ #article {
2109+ -webkit-flow-into: article;
2110+ }
2111+
2112+ #rA, #rB, #rC {
2113+ -webkit-flow-from2: article;
2114+ height: auto;
2115+ margin: 1em;
2116+ padding: 0.5em;
2117+ }
2118+
2119+ #rA {
2120+ width: auto;
2121+ height: auto;
2122+ }
2123+
2124+ #rB {
2125+ float: left;
2126+ height: auto;
2127+ max-height: 150px;
2128+ width: 15em;
2129+ }
2130+
2131+ #rC {
2132+ float: right;
2133+ height: auto;
2134+ width: 12em;
2135+ }
2136+
2137+ #main-flow {
2138+ padding-left: 1em;
2139+ }
2140+
2141+ </style>
2142+ <body>
2143+ <div id="article">
2144+ <p style="-webkit-region-break-after:always;">I am not a ... </p>
2145+ <p>...</p>
2146+ </div>
2147+ <div id="rA"></div>
2148+ <div id="rB"></div>
2149+ <div id="rC"></div>
2150+
2151+ <div id="main-flow">
2152+ <p>Lorem ipsum dolor ...</p>
2153+ </div>
2154+ </body>
21082155 </ pre >
21092156 </ div >
21102157
You can’t perform that action at this time.
0 commit comments