<?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>26463</bug_id>
          
          <creation_ts>2014-07-30 00:22:54 +0000</creation_ts>
          <short_desc>CSS Table Cell Calculated Height</short_desc>
          <delta_ts>2014-07-30 00:22:54 +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>Style Attributes</component>
          <version>unspecified</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows NT</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>major</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Seamus Mulholland">seamus</reporter>
          <assigned_to name="Tantek">tantek</assigned_to>
          <cc>fantasai.bugs</cc>
          
          <qa_contact>public-css-bugzilla</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>109542</commentid>
    <comment_count>0</comment_count>
    <who name="Seamus Mulholland">seamus</who>
    <bug_when>2014-07-30 00:22:54 +0000</bug_when>
    <thetext>Presently in Google Chrome the calculated CSS height attributes of all table cells within a table row are equal with each table cell having a height attribute equal to the height of the tallest cell in the table row. In Internet Explorer and Firefox the calculated CSS height attribute of each table cell within a table row is different with each table cell having a height attribute reflective of the height of the content contained within the cell. Perhaps going forward it would be preferable to follow Google Chrome&apos;s lead. Then each cell within the row would allow for child elements contained within the cells to be fitted to the available space by setting the table cell&apos;s CSS position attribute to relative and then the CSS position attribute of the contained child element to absolute such that the child can take on it&apos;s parent table cell&apos;s CSS width and CSS height attributes. This seems like a sensible course to take considering that users seeking the CSS height value of the content contained within a cell could simply wrap the content in a div wrapper. Perhaps there could even be a CSS content-height attribute?

As I say Google Chrome already has taken-on this approach, and the benefit is as set-out in the above paragraph, namely that after a long time there finally is a solution in Google Chrome to getting child elements to fill-out the available space within a parent table cell.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>