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

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>16002</bug_id>
          
          <creation_ts>2012-02-16 17:10:25 +0000</creation_ts>
          <short_desc>flow-into and anonymous blocks or fix-ups</short_desc>
          <delta_ts>2012-10-02 21:26:22 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>CSS</product>
          <component>Regions</component>
          <version>unspecified</version>
          <rep_platform>PC</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc>http://lists.w3.org/Archives/Public/www-style/2012Feb/0733.html</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Vincent Hardy">vhardy</reporter>
          <assigned_to name="Vincent Hardy">vhardy</assigned_to>
          <cc>eoconnor</cc>
    
    <cc>stearns</cc>
          
          <qa_contact>public-css-bugzilla</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>64175</commentid>
    <comment_count>0</comment_count>
    <who name="Vincent Hardy">vhardy</who>
    <bug_when>2012-02-16 17:10:25 +0000</bug_when>
    <thetext>From the original email message [css3-regions] flow-into on inline or table-cell:

The spec says &apos;flow-into&apos; applies to anything. If applied to inline elements, what are expectations for flow behavior - are inline elements concatenated in lines, or should there be an anonymous block for each one?

Also, if elements in flow are of the kind that normally require fixup (like table-cell), is it expected that fixup is performed separately in the composed flow, or would such elements change effective display type (e.g. table-cell would become a block unless it somehow ends up in a table-row)?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>75014</commentid>
    <comment_count>1</comment_count>
    <who name="Alan Stearns">stearns</who>
    <bug_when>2012-10-02 00:58:17 +0000</bug_when>
    <thetext>One thing we should point out is that the elements in the named flow have no whitespace separation. So if you have something like this:

span {flow-into:named-flow;}
&lt;span&gt;one&lt;/span&gt;
&lt;span&gt;two&lt;/span&gt;

What you get in the named flow is actually

&lt;span&gt;one&lt;/span&gt;&lt;span&gt;two&lt;/span&gt;

So by moving the span elements from their markup parent (that contains the whitespace) you&apos;re changing what gets displayed from &quot;one two&quot; to &quot;onetwo&quot;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>75117</commentid>
    <comment_count>2</comment_count>
    <who name="Alan Stearns">stearns</who>
    <bug_when>2012-10-02 21:26:22 +0000</bug_when>
    <thetext>Fixed in https://dvcs.w3.org/hg/csswg/rev/b76903becabe</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>