<?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>16819</bug_id>
          
          <creation_ts>2012-04-22 22:57:09 +0000</creation_ts>
          <short_desc>No display when combining flow-from and flow-into is bad</short_desc>
          <delta_ts>2012-10-11 19:36:17 +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>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc>http://wiki.csswg.org/spec/css3-regions/regions-use-cases#converting-hard-breaks-to-named-flows</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="Alan Stearns">stearns</reporter>
          <assigned_to name="Alan Stearns">stearns</assigned_to>
          <cc>eoconnor</cc>
          
          <qa_contact>public-css-bugzilla</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>66929</commentid>
    <comment_count>0</comment_count>
    <who name="Alan Stearns">stearns</who>
    <bug_when>2012-04-22 22:57:09 +0000</bug_when>
    <thetext>Currently, the spec states that if you have a block container with both flow-from and flow-into properties set, nothing is visually formatted:

#my-block-container {
  flow-into: some-flow;
  flow-from: some-flow;
}

It would be better if we could define the properties such that this put the contents of #my-block-container into the named flow, and put the box in the region chain for that flow. The best we can do now is:

#my-block-container &gt; * { flow-into: some-flow; }
#my-block-container { flow-from: some-flow; }

But this loses any and all direct content of #my-block-container</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>76028</commentid>
    <comment_count>1</comment_count>
    <who name="Alan Stearns">stearns</who>
    <bug_when>2012-10-11 19:36:17 +0000</bug_when>
    <thetext>Fixed the no-display problem with https://dvcs.w3.org/hg/csswg/rev/ecbb7d03d800

The use-the-box-but-redirect-all-of-the-contents use case will probably have to wait on new selector syntax.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>