<?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>30282</bug_id>
          
          <creation_ts>2018-08-31 15:34:15 +0000</creation_ts>
          <short_desc>Missing obvious &quot;table-cell-flex&quot; value for &quot;display&quot; property</short_desc>
          <delta_ts>2018-08-31 15:54:02 +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>Linux</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>critical</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>teo8976</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>129322</commentid>
    <comment_count>0</comment_count>
    <who name="">teo8976</who>
    <bug_when>2018-08-31 15:34:15 +0000</bug_when>
    <thetext>With the current specification, there&apos;s no way to have a table cell behave as a flexbox container while still behaving as a table cell.

The only values of the &quot;display&quot; property that make an element act as a flex container are:
flex - for a block-level flex container
inline-flex - for an inline-leven flex container.

However, table cells have unique properties that neither &quot;block&quot; nor &quot;inline&quot; elements have. If you want a table cell to behave as a flex container, you would have to set its &quot;display&quot; property to &quot;flex&quot;. However, this will mean it will override the value &quot;table-cell&quot;, and hence the cell will stop having the properties of a table cell as seen &quot;from the outside&quot;.

The most obvious consequence is that the total height of the cell won&apos;t expand to the height of the tallest cell in the same table row.

This is an incredibly stupid flaw in the specification. There should be at least one more value, &quot;table-cell-flex&quot;, which would behave as a table cell &quot;from the outside&quot; and as an flexbox in the inside.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>129323</commentid>
    <comment_count>1</comment_count>
    <who name="L. David Baron (Mozilla)">dbaron</who>
    <bug_when>2018-08-31 15:54:02 +0000</bug_when>
    <thetext>This Bugzilla instance is not the right place to file bugs on the specification.  As the &quot;Status of this document&quot; section of https://drafts.csswg.org/css-flexbox-1/ says, please file issues at https://github.com/w3c/csswg-drafts/ .  You probably also shouldn&apos;t call things &quot;stupid&quot;.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>