<?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>16326</bug_id>
          
          <creation_ts>2012-03-12 17:56:30 +0000</creation_ts>
          <short_desc>Various table-related elements are not transformable per spec</short_desc>
          <delta_ts>2012-03-15 20:03:10 +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>Transforms</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></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="Aryeh Gregor">ayg</reporter>
          <assigned_to name="Simon Fraser">smfr</assigned_to>
          <cc>ayg</cc>
    
    <cc>cmarrin</cc>
    
    <cc>dino</cc>
    
    <cc>dschulze</cc>
    
    <cc>eoconnor</cc>
    
    <cc>smfr</cc>
          
          <qa_contact>public-css-bugzilla</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>65361</commentid>
    <comment_count>0</comment_count>
    <who name="Aryeh Gregor">ayg</who>
    <bug_when>2012-03-12 17:56:30 +0000</bug_when>
    <thetext>The specification currently defines transformable HTML elements to be only block-level and atomic inline-level elements.  This excludes all table-related display types except table and inline-table: table-*-group, table-row, table-caption, and table-cell, as well as table-column and table-column-group.  Testing in browsers (IE10 Developer Preview, Firefox 13.0a1, Chrome 19 dev, Opera Next 12.00 alpha) shows the following support:

table-caption: supported by all
table-cell: supported by IE, Firefox, Chrome but not Opera
table-*-group, table-row: supported by Firefox and Chrome, but not IE or Opera

Firefox/Chrome make the most sense to me.  I suggest we change

&quot;&quot;&quot;
A transformable element in the HTML namespace which is either a block-level or atomic inline-level element;
&quot;&quot;&quot;

to

&quot;&quot;
A transformable element is an element in the HTML namespace which is either a block-level or atomic inline-level element, or an element whose &apos;display&apos; property computes to &apos;table-row&apos;, &apos;table-row-group&apos;, &apos;table-header-group&apos;, &apos;table-footer-group&apos;, &apos;table-cell&apos;, or &apos;table-caption&apos;;
&quot;&quot;&quot;

(I didn&apos;t see a nicer way to define this in CSS 2.1.)

Any objections?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>65620</commentid>
    <comment_count>1</comment_count>
    <who name="Aryeh Gregor">ayg</who>
    <bug_when>2012-03-15 19:50:47 +0000</bug_when>
    <thetext>No objections in 48 hours, so I&apos;ve fixed it:

http://dvcs.w3.org/hg/csswg/rev/9644febfaa89</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>65621</commentid>
    <comment_count>2</comment_count>
    <who name="Aryeh Gregor">ayg</who>
    <bug_when>2012-03-15 20:03:10 +0000</bug_when>
    <thetext>Tests: http://hg.csswg.org/test/rev/fd1e09ca3046</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>