2121
2222 < h1 > CSS 2D Transforms</ h1 >
2323
24- < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 21 March 2011</ h2 >
24+ < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 01 April 2011</ h2 >
2525
2626 < dl >
2727 < dt > This version:
2828
2929 < dd > < a
30- href ="http://www.w3.org/TR/2011/ED-css3-2d-transforms-20110321 "> http://dev.w3.org/csswg/css3-2d-transforms/</ a >
31- <!--http://www.w3.org/TR/2011/WD-css3-2d-transforms-20110321 -->
30+ href ="http://www.w3.org/TR/2011/ED-css3-2d-transforms-20110401 "> http://dev.w3.org/csswg/css3-2d-transforms/</ a >
31+ <!--http://www.w3.org/TR/2011/WD-css3-2d-transforms-20110401 -->
3232
3333 < dt > Latest version:
3434
@@ -198,6 +198,10 @@ <h2 id=introduction><span class=secno>1. </span>Introduction</h2>
198198 coordinate system with two axes: the X axis increases horizontally to the
199199 right; the Y axis increases vertically downwards.
200200
201+ < p > Transforms apply to block-level and atomic inline-level elements, but
202+ do not apply to elements which may be split into multiple inline-level
203+ boxes.
204+
201205 < p > Specifying a value other than ‘< code
202206 class =property > none</ code > ’ for the < span class =prop-name > ‘< a
203207 href ="#effects "> < code class =property > transform</ code > </ a > ’</ span >
@@ -292,7 +296,7 @@ <h2 id=transform-property><span class=secno>2. </span> The <span
292296 < tr >
293297 < td > < em > Applies to:</ em >
294298
295- < td > block-level and inline-level elements
299+ < td > block-level and atomic inline-level elements
296300
297301 < tr >
298302 < td > < em > Inherited:</ em >
@@ -377,7 +381,7 @@ <h2 id=transform-origin-property><span class=secno>3. </span> The <span
377381 < tr >
378382 < td > < em > Applies to:</ em >
379383
380- < td > block-level and inline-level elements
384+ < td > block-level and atomic inline-level elements
381385
382386 < tr >
383387 < td > < em > Inherited:</ em >
@@ -387,7 +391,7 @@ <h2 id=transform-origin-property><span class=secno>3. </span> The <span
387391 < tr >
388392 < td > < em > Percentages:</ em >
389393
390- < td > refer to the size of the element's border sbox
394+ < td > refer to the size of the element's border box
391395
392396 < tr >
393397 < td > < em > Media:</ em >
@@ -1280,7 +1284,7 @@ <h2 class=no-num id=property-index>Property index</h2>
12801284
12811285 < td > none
12821286
1283- < td > block-level and inline-level elements
1287+ < td > block-level and atomic inline-level elements
12841288
12851289 < td > no
12861290
@@ -1299,11 +1303,11 @@ <h2 class=no-num id=property-index>Property index</h2>
12991303
13001304 < td > 50% 50%
13011305
1302- < td > block-level and inline-level elements
1306+ < td > block-level and atomic inline-level elements
13031307
13041308 < td > no
13051309
1306- < td > refer to the size of the element's border sbox
1310+ < td > refer to the size of the element's border box
13071311
13081312 < td > visual
13091313 </ table >
0 commit comments