|
39 | 39 |
|
40 | 40 | <h1>CSS Transforms</h1> |
41 | 41 |
|
42 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 20 April 2012</h2> |
| 42 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 23 April 2012</h2> |
43 | 43 |
|
44 | 44 | <dl> |
45 | 45 | <dt>This version: |
46 | 46 |
|
47 | 47 | <dd> <a |
48 | | - href="http://www.w3.org/TR/2012/ED-css3-transforms-20120420/">http://dev.w3.org/csswg/css3-transforms/</a> |
49 | | - <!--http://www.w3.org/TR/2012/WD-css3-transforms-20120420/--> |
| 48 | + href="http://www.w3.org/TR/2012/ED-css3-transforms-20120423/">http://dev.w3.org/csswg/css3-transforms/</a> |
| 49 | + <!--http://www.w3.org/TR/2012/WD-css3-transforms-20120423/--> |
50 | 50 |
|
51 | 51 | <dt>Latest version: |
52 | 52 |
|
@@ -387,22 +387,7 @@ <h2 id=introduction><span class=secno>1. </span>Introduction</h2> |
387 | 387 | allow an element to be transformed in a three-dimensional coordinate |
388 | 388 | system, the elements themselves are not three-dimensional objects. |
389 | 389 | Instead, they exist on a two-dimensional plane (a flat surface) and have |
390 | | - no depth. |
391 | | - |
392 | | - <div class=issue> There are two roles for transformations in layout: (1) |
393 | | - transformations that adjust the position of the affected content without |
394 | | - changing the normal layout of that content (much like relative |
395 | | - positioning) and (2) transformation of the content prior to layout that |
396 | | - affects the layout of that content. See <a |
397 | | - href="http://lists.w3.org/Archives/Public/www-style/2007Oct/0209">http://lists.w3.org/Archives/Public/www-style/2007Oct/0209</a> |
398 | | - for examples of both cases. The "transform" property (as defined in this |
399 | | - document) is equally useful for both roles. This document is focused on |
400 | | - satisfying the first role. There is, however, an architectural question |
401 | | - that arises because there needs to be a way to distinguish which role an |
402 | | - author of a stylesheet wants. The key question is which is the default |
403 | | - behavior/role for the "transform" property and how is the other |
404 | | - behavior/role indicated by a stylesheet author. If you have an opinion on |
405 | | - this topic, please send feedback.</div> |
| 390 | + no depth.</p> |
406 | 391 | <!-- ======================================================================================================= --> |
407 | 392 |
|
408 | 393 | <h2 id=module-interactions><span class=secno>2. </span>Module Interactions</h2> |
@@ -2596,7 +2581,7 @@ <h2 class=no-num id=property-index>Property index</h2> |
2596 | 2581 | <table class=proptable> |
2597 | 2582 | <thead> |
2598 | 2583 | <tr> |
2599 | | - <th>properties |
| 2584 | + <th>Property |
2600 | 2585 |
|
2601 | 2586 | <th>Values |
2602 | 2587 |
|
|
0 commit comments