<?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>16445</bug_id>
          
          <creation_ts>2012-03-20 10:40:03 +0000</creation_ts>
          <short_desc>(editorial) Ch 4. Flexbox Items</short_desc>
          <delta_ts>2012-04-17 17:21:51 +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>Flexbox</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></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="Kang-Hao (Kenny) Lu">kennyluck</reporter>
          <assigned_to name="Tab Atkins Jr.">jackalmage</assigned_to>
          <cc>alexmog</cc>
    
    <cc>dbaron</cc>
          
          <qa_contact>public-css-bugzilla</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>65808</commentid>
    <comment_count>0</comment_count>
    <who name="Kang-Hao (Kenny) Lu">kennyluck</who>
    <bug_when>2012-03-20 10:40:03 +0000</bug_when>
    <thetext>Section: http://dev.w3.org/csswg/css3-flexbox/#flex-items

  # Flexbox layout algorithm operates on flexbox items, which are boxes that
  # satisfy at least one of the following criteria:

I can&apos;t think of boxes that can simultaneously satisfy two criteria. Can we remove &quot;at least&quot; here? It might be confusing even if it is mathematically sound.

  #    &lt;!-- flexbox item: block-level replaced element --&gt;
  #    &lt;iframe id=&quot;item7&quot;&gt; 

&lt;iframe&gt; is by default &apos;display: inline&apos;.

  #    &lt;!-- flexbox item: inline-level replaced element --&gt;
  #    &lt;img id=&quot;item7&quot; style=&quot;display:inline&quot;&gt;

I don&apos;t think &apos;style=&quot;display:inline&quot;&apos; is necessary here. It&apos;s not clear to me if that declaration would actually make things clearer or confuse people...

  #    &lt;!-- flexbox item: inline-level replaced element --&gt;
  #    &lt;button id=&quot;item8&quot;&gt;button&lt;/button&gt;

I know &lt;button&gt; is atomic, although whether it is a replaced element seems quite debatable...</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>65813</commentid>
    <comment_count>1</comment_count>
    <who name="Kang-Hao (Kenny) Lu">kennyluck</who>
    <bug_when>2012-03-20 11:11:11 +0000</bug_when>
    <thetext>  # For example, a lone ‘table-cell’ box is fixed up by generating ‘table’,
  # ‘table-row-group’, and ‘table-row’ boxes around it.

CSS 2.1 currently doesn&apos;t generate &apos;table-row-group&apos; (because it is not detectable maybe?).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>65818</commentid>
    <comment_count>2</comment_count>
    <who name="Kang-Hao (Kenny) Lu">kennyluck</who>
    <bug_when>2012-03-20 11:49:08 +0000</bug_when>
    <thetext>  #  &lt;!-- not a flexbox item, because it&apos;s out-of-flow --&gt;
  #  &lt;div id=&quot;not-an-item1.5&quot; style=&quot;position: absolute;&quot;&gt;block&lt;/div&gt;
  #    
  #  &lt;!-- flexbox item: block-level child --&gt;
  #  &lt;div id=&quot;item2&quot; style=&quot;display:table&quot;&gt;table&lt;/div&gt;

Given that the placeholder for the absolutely positioned element generates an anonymous flexbox item, the next number should be item3, I think.

  #  &lt;!-- flexbox item: anonymous block around inline content --&gt;
  #  anonymous item 4

It&apos;s not clear to me if you really want to classify an anonymous flexbox item as an anonymous block, given that you didn&apos;t say so in

  # 3. Contiguous run of non-replaced inline children, wrapped into an anonymous
  # box

and given that an atomic inline-level flexbox item is not a block. (That is, the annonymous flexblox item could be an anonymous inline-block too (at least conceptually since it doesn&apos;t matter).)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>65866</commentid>
    <comment_count>3</comment_count>
    <who name="Tab Atkins Jr.">jackalmage</who>
    <bug_when>2012-03-20 18:41:17 +0000</bug_when>
    <thetext>Fixed all your issues.  I fixed the last by specifying &quot;block box&quot; - boxes need to have their type specified, even if it&apos;s undetectable currently.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>