<?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>76077</bug_id>
          
          <creation_ts>2012-01-11 10:40:57 -0800</creation_ts>
          <short_desc>positioned flexbox children should join neighboring inline elements in their anonymous flexbox item wrapper boxes</short_desc>
          <delta_ts>2012-07-27 14:45:43 -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>Layout and Rendering</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>INVALID</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>70792</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Tony Chang">tony</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>534023</commentid>
    <comment_count>0</comment_count>
    <who name="Tony Chang">tony</who>
    <bug_when>2012-01-11 10:40:57 -0800</bug_when>
    <thetext>From bug 70793 comment 11:

&gt; The text has been updated http://dev.w3.org/csswg/css3-flexbox/#abspos-flexbox-items.
&gt; 
&gt; We should make sure to add a test for &quot;they&apos;ll...join neighboring inline elements in their anonymous flexbox item wrapper boxes.&quot;

You probably want three tests, for the following situations:

&lt;flexbox&gt;
  &lt;div /&gt;
  &lt;abspos /&gt;
  text
&lt;/flexbox&gt;

&lt;flexbox&gt;
  text
  &lt;abspos /&gt;
  &lt;div /&gt;
&lt;/flexbox&gt;

&lt;flexbox&gt;
  &lt;div /&gt;
  text
  &lt;abspos /&gt;
  text
  &lt;div /&gt;
&lt;/flexbox&gt;

Using &apos;flex-pack:justify&apos; for all three of them to make it easier to tell what&apos;s happening.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>681107</commentid>
    <comment_count>1</comment_count>
    <who name="Tony Chang">tony</who>
    <bug_when>2012-07-27 14:45:43 -0700</bug_when>
    <thetext>The spec has changed and this isn&apos;t the expected behavior anymore. See http://dev.w3.org/csswg/css3-flexbox/#flex-items</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>