<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>133448</bug_id>
          
          <creation_ts>2014-06-02 08:01:30 -0700</creation_ts>
          <short_desc>[CSSRegions] region-break-after not taken into account on a float</short_desc>
          <delta_ts>2022-07-12 17:22:53 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>CSS</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WONTFIX</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>124706</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Mihnea Ovidenie">mihnea</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>bfulgham</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1012940</commentid>
    <comment_count>0</comment_count>
    <who name="Mihnea Ovidenie">mihnea</who>
    <bug_when>2014-06-02 08:01:30 -0700</bug_when>
    <thetext>In the following case:

&lt;html&gt;
    &lt;head&gt;
        &lt;style&gt;
            .flow { border: 5px solid red; -webkit-flow-into: flow; }
            
            #div1 { float: left; width: 100px; height: 100px; background-color: blue; -webkit-region-break-after: always; }
            #div2 { width: 100px; height: 100px; background-color: green; display: inline-block; }

            .region { -webkit-flow-from: flow; border: 5px solid black; }

            #region1 { position: absolute; top: 100px; left: 100px; }
            #region2 { position: absolute; top: 300px; left: 300px; }
        &lt;/style&gt;
    &lt;/head&gt;
    &lt;body&gt;
        &lt;div class=&quot;flow&quot;&gt;
            &lt;div class=&quot;float&quot; id=&quot;div1&quot;&gt;&lt;/div&gt;
            &lt;div class=&quot;green&quot; id=&quot;div2&quot;&gt;&lt;/div&gt;
        &lt;/div&gt;
        &lt;div class=&quot;region&quot; id=&quot;region1&quot;&gt;&lt;/div&gt;
        &lt;div class=&quot;region&quot; id=&quot;region2&quot;&gt;&lt;/div&gt;
    &lt;/body&gt;
&lt;/html&gt;

The break on the floating element should be honored, pushing the second div (blue) in the second region.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1882855</commentid>
    <comment_count>1</comment_count>
    <who name="Brent Fulgham">bfulgham</who>
    <bug_when>2022-07-12 17:22:53 -0700</bug_when>
    <thetext>CSS Regions were removed in Bug 174978.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>