Skip to content

Commit de686d9

Browse files
committed
CSS Transforms will not influence the computed layout.
1 parent 3d0d441 commit de686d9

3 files changed

Lines changed: 18 additions & 46 deletions

File tree

css3-transforms/ChangeLog

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,25 @@
1+
2012-04-23 dschulze@adobe.com
2+
CSS Transforms will not influence computed layout.
3+
http://lists.w3.org/Archives/Public/public-fx/2012AprJun/0023.html
4+
15
2012-04-20 dschulze@adobe.com
2-
Added script for testing information on the specification document.
6+
Added script for testing information on the specification document.
37

48
2012-03-27 simon.fraser@apple.com
5-
Added links to the obsolete 2D and 3D transform working drafts, and the previous Working Draft to the Previous Versions list.
6-
Removed the note in the Status section, replacing it with brief text noting that it replaces the other drafts.
7-
Did a first cut at the CSS Values and Module Interaction sections.
9+
Added links to the obsolete 2D and 3D transform working drafts, and the previous Working Draft to the Previous Versions list.
10+
Removed the note in the Status section, replacing it with brief text noting that it replaces the other drafts.
11+
Did a first cut at the CSS Values and Module Interaction sections.
812

913
2012-03-21 dschulze@adobe.com
10-
Moved image into example directory.
14+
Moved image into example directory.
1115

1216
2012-03-21 dschulze@adobe.com
13-
Added an example image for SVG and translate function.
17+
Added an example image for SVG and translate function.
1418

1519
2012-03-19 dschulze@adobe.com
16-
Renamed 'Transform Values and Lists' to 'The Transform Function Lists' and separated content more
17-
from 'The Transform Functions'.
18-
https://www.w3.org/Bugs/Public/show_bug.cgi?id=16407
20+
Renamed 'Transform Values and Lists' to 'The Transform Function Lists' and separated content more
21+
from 'The Transform Functions'.
22+
https://www.w3.org/Bugs/Public/show_bug.cgi?id=16407
1923

2024
2012-03-19 ayg@aryeh.name
2125
More details for definition of perspective

css3-transforms/Overview.html

Lines changed: 5 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@
3939

4040
<h1>CSS Transforms</h1>
4141

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>
4343

4444
<dl>
4545
<dt>This version:
4646

4747
<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/-->
5050

5151
<dt>Latest version:
5252

@@ -387,22 +387,7 @@ <h2 id=introduction><span class=secno>1. </span>Introduction</h2>
387387
allow an element to be transformed in a three-dimensional coordinate
388388
system, the elements themselves are not three-dimensional objects.
389389
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>
406391
<!-- ======================================================================================================= -->
407392

408393
<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>
25962581
<table class=proptable>
25972582
<thead>
25982583
<tr>
2599-
<th>properties
2584+
<th>Property
26002585

26012586
<th>Values
26022587

css3-transforms/Transforms.src.html

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -146,23 +146,6 @@ <h2>Introduction</h2>
146146
plane (a flat surface) and have no depth.
147147
</p>
148148

149-
<div class="issue">
150-
There are two roles for transformations in layout: (1) transformations
151-
that adjust the position of the affected content without changing the
152-
normal layout of that content (much like relative positioning) and (2)
153-
transformation of the content prior to layout that affects the layout
154-
of that content. See <a
155-
href="http://lists.w3.org/Archives/Public/www-style/2007Oct/0209">http://lists.w3.org/Archives/Public/www-style/2007Oct/0209</a>
156-
for examples of both cases. The "transform" property (as defined in
157-
this document) is equally useful for both roles. This document is
158-
focused on satisfying the first role. There is, however, an
159-
architectural question that arises because there needs to be a way to
160-
distinguish which role an author of a stylesheet wants. The key
161-
question is which is the default behavior/role for the "transform"
162-
property and how is the other behavior/role indicated by a stylesheet
163-
author. If you have an opinion on this topic, please send feedback.
164-
</div>
165-
166149
<!-- ======================================================================================================= -->
167150

168151
<h2 id="module-interactions">Module Interactions</h2>

0 commit comments

Comments
 (0)