Ensure table-related elements are transformable

Thu, 15 Mar 2012 13:50:25 -0600

author
Aryeh Gregor <ayg@aryeh.name>
date
Thu, 15 Mar 2012 13:50:25 -0600
changeset 5105
9644febfaa89
parent 5104
350cd3ece686
child 5106
c58cad7f2de3

Ensure table-related elements are transformable

Fixes https://www.w3.org/Bugs/Public/show_bug.cgi?id=16326.

css3-transforms/ChangeLog file | annotate | diff | comparison | revisions
css3-transforms/Overview.html file | annotate | diff | comparison | revisions
css3-transforms/Transforms.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/css3-transforms/ChangeLog	Thu Mar 15 12:26:09 2012 -0700
     1.2 +++ b/css3-transforms/ChangeLog	Thu Mar 15 13:50:25 2012 -0600
     1.3 @@ -1,3 +1,7 @@
     1.4 +2012-03-15 ayg@aryeh.name
     1.5 +    Ensure table-related elements are transformable
     1.6 +    Fixes https://www.w3.org/Bugs/Public/show_bug.cgi?id=16326.
     1.7 +
     1.8  2012-03-15 dschulze@adobe.com
     1.9      Correction: SVG attributes are not in the SVG namespace.
    1.10  
     2.1 --- a/css3-transforms/Overview.html	Thu Mar 15 12:26:09 2012 -0700
     2.2 +++ b/css3-transforms/Overview.html	Thu Mar 15 13:50:25 2012 -0600
     2.3 @@ -429,12 +429,24 @@
     2.4      id=transformable-element>transformable element</dfn>
     2.5  
     2.6     <dd>
     2.7 -    <p> A transformable element in the HTML namespace which is either a <a
     2.8 +    <p> A transformable element is an element in the HTML namespace which is
     2.9 +     either a <a
    2.10       href="http://www.w3.org/TR/CSS2/visuren.html#block-level">block-level</a>
    2.11       or <a href="http://www.w3.org/TR/CSS2/visuren.html#x13">atomic
    2.12 -     inline-level element</a>, or an element in the SVG namespace (see <a
    2.13 -     href="#SVG11" rel=biblioentry>[SVG11]<!--{{SVG11}}--></a>) which has the
    2.14 -     attributes &lsquo;<a href="#effects"><code class=css><code
    2.15 +     inline-level element</a>, or whose &lsquo;<code class=css><code
    2.16 +     class=property>display</code></code>&rsquo; property computes to
    2.17 +     &lsquo;<code class=css><code class=css>table-row</code></code>&rsquo;,
    2.18 +     &lsquo;<code class=css><code
    2.19 +     class=css>table-row-group</code></code>&rsquo;, &lsquo;<code
    2.20 +     class=css><code class=css>table-header-group</code></code>&rsquo;,
    2.21 +     &lsquo;<code class=css><code
    2.22 +     class=css>table-footer-group</code></code>&rsquo;, &lsquo;<code
    2.23 +     class=css><code class=css>table-cell</code></code>&rsquo;, or
    2.24 +     &lsquo;<code class=css><code
    2.25 +     class=css>table-caption</code></code>&rsquo;; or an element in the SVG
    2.26 +     namespace (see <a href="#SVG11"
    2.27 +     rel=biblioentry>[SVG11]<!--{{SVG11}}--></a>) which has the attributes
    2.28 +     &lsquo;<a href="#effects"><code class=css><code
    2.29       class=property>transform</code></code></a>&rsquo;, &lsquo;<code
    2.30       class=property>patternTransform</code>&rsquo; or &lsquo;<code
    2.31       class=property>gradientTransform</code>&rsquo;.</p>
     3.1 --- a/css3-transforms/Transforms.src.html	Thu Mar 15 12:26:09 2012 -0700
     3.2 +++ b/css3-transforms/Transforms.src.html	Thu Mar 15 13:50:25 2012 -0600
     3.3 @@ -193,13 +193,21 @@
     3.4              <dt id="TermTransformableElement"><dfn>transformable element</dfn></dt>
     3.5              <dd>
     3.6                <p>
     3.7 -				A transformable element in the HTML namespace which is either a
     3.8 +                A transformable element is an element in the HTML namespace
     3.9 +                which is either a
    3.10  				<a href="http://www.w3.org/TR/CSS2/visuren.html#block-level">block-level</a>
    3.11 -				or <a href="http://www.w3.org/TR/CSS2/visuren.html#x13">atomic
    3.12 -				inline-level element</a>, or an element in the SVG namespace
    3.13 -				(see [[SVG11]]) which has the attributes '<code
    3.14 -				class="property">transform</code>',
    3.15 -                'patternTransform' or 'gradientTransform'.
    3.16 +                or
    3.17 +                <a href="http://www.w3.org/TR/CSS2/visuren.html#x13">atomic inline-level element</a>,
    3.18 +                or whose '<code class="property">display</code>' property
    3.19 +                computes to '<code class="css">table-row</code>',
    3.20 +                '<code class="css">table-row-group</code>',
    3.21 +                '<code class="css">table-header-group</code>',
    3.22 +                '<code class="css">table-footer-group</code>',
    3.23 +                '<code class="css">table-cell</code>', or
    3.24 +                '<code class="css">table-caption</code>'; or an element in the
    3.25 +                SVG namespace (see [[SVG11]]) which has the attributes
    3.26 +                '<code class="property">transform</code>', 'patternTransform'
    3.27 +                or 'gradientTransform'.
    3.28                </p>
    3.29              </dd>
    3.30  

mercurial