|
36 | 36 |
|
37 | 37 | <h1>CSS Transforms</h1> |
38 | 38 |
|
39 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 7 March 2012</h2> |
| 39 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 12 March 2012</h2> |
40 | 40 |
|
41 | 41 | <dl> |
42 | 42 | <dt>This version: |
43 | 43 |
|
44 | 44 | <dd> <a |
45 | | - href="http://www.w3.org/TR/2012/ED-css3-transforms-20120307/">http://dev.w3.org/csswg/css3-transforms/</a> |
46 | | - <!--http://www.w3.org/TR/2012/WD-css3-transforms-20120307--> |
| 45 | + href="http://www.w3.org/TR/2012/ED-css3-transforms-20120312/">http://dev.w3.org/csswg/css3-transforms/</a> |
| 46 | + <!--http://www.w3.org/TR/2012/WD-css3-transforms-20120312--> |
47 | 47 |
|
48 | 48 | <dt>Latest version: |
49 | 49 |
|
@@ -432,11 +432,12 @@ <h2 id=definitions><span class=secno>4. </span>Definitions</h2> |
432 | 432 | id=transformable-element>transformable element</dfn> |
433 | 433 |
|
434 | 434 | <dd> |
435 | | - <p> A transformable element in the HTML namespace which is either a |
436 | | - block-level or atomic inline-level element, or an element in the SVG |
437 | | - namespace (see <a href="#SVG11" |
438 | | - rel=biblioentry>[SVG11]<!--{{SVG11}}--></a>) which has the attributes |
439 | | - ‘<a href="#effects"><code class=css><code |
| 435 | + <p> A transformable element in the HTML namespace which is either a <a |
| 436 | + href="http://www.w3.org/TR/CSS2/visuren.html#block-level">block-level</a> |
| 437 | + or <a href="http://www.w3.org/TR/CSS2/visuren.html#x13">atomic |
| 438 | + inline-level element</a>, or an element in the SVG namespace (see <a |
| 439 | + href="#SVG11" rel=biblioentry>[SVG11]<!--{{SVG11}}--></a>) which has the |
| 440 | + attributes ‘<a href="#effects"><code class=css><code |
440 | 441 | class=property>transform</code></code></a>’, ‘<code |
441 | 442 | class=property>patternTransform</code>’ or ‘<code |
442 | 443 | class=property>gradientTransform</code>’.</p> |
|
0 commit comments