Skip to content

Commit 14a56d9

Browse files
author
eoconnor
committed
Transforms only apply to block-level elements and atomic inline-level elements.
1 parent 631b427 commit 14a56d9

3 files changed

Lines changed: 25 additions & 12 deletions

File tree

css3-2d-transforms/ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2011-04-01 eoconnor@apple.com
2+
- Clarified that tranforms do not apply to inlines which may be split
3+
into multiple boxes.
4+
15
2011-03-21 simon.fraser@apple.com
26
- Removed "Module Level 3" from the title.
37

css3-2d-transforms/Overview.html

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
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 &lsquo;<code
202206
class=property>none</code>&rsquo; for the <span class=prop-name>&lsquo;<a
203207
href="#effects"><code class=property>transform</code></a>&rsquo;</span>
@@ -292,7 +296,7 @@ <h2 id=transform-property><span class=secno>2. </span> The <span
292296
<tr>
293297
<td> <em>Applies&nbsp;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&nbsp;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>

css3-2d-transforms/Overview.src.html

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,11 @@ <h2>Introduction</h2>
8686
a coordinate system with two axes: the X axis increases horizontally to
8787
the right; the Y axis increases vertically downwards.
8888
</p>
89+
<p>
90+
Transforms apply to block-level and atomic inline-level
91+
elements, but do not apply to elements which may be split into
92+
multiple inline-level boxes.
93+
</p>
8994
<p>
9095
Specifying a value other than 'none' for the <span
9196
class="prop-name">'transform'</span> property establishes a new
@@ -191,7 +196,7 @@ <h2 id="transform-property">
191196
<em>Applies&nbsp;to:</em>
192197
</td>
193198
<td>
194-
block-level and inline-level elements
199+
block-level and atomic inline-level elements
195200
</td>
196201
</tr>
197202
<tr>
@@ -299,7 +304,7 @@ <h2 id="transform-origin-property">
299304
<em>Applies&nbsp;to:</em>
300305
</td>
301306
<td>
302-
block-level and inline-level elements
307+
block-level and atomic inline-level elements
303308
</td>
304309
</tr>
305310
<tr>
@@ -315,7 +320,7 @@ <h2 id="transform-origin-property">
315320
<em>Percentages:</em>
316321
</td>
317322
<td>
318-
refer to the size of the element's border sbox
323+
refer to the size of the element's border box
319324
</td>
320325
</tr>
321326
<tr>

0 commit comments

Comments
 (0)