Skip to content

Commit 37c8f8c

Browse files
committed
expanding text that describes possibility of affecting layout
1 parent 5d649fb commit 37c8f8c

File tree

2 files changed

+17
-7
lines changed

2 files changed

+17
-7
lines changed

css3-2d-transforms/Overview.html

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<h1>CSS 2D Transforms Module Level 3</h1>
2323

24-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 10 February
24+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 18 February
2525
2009</h2>
2626

2727
<dl>
@@ -216,9 +216,14 @@ <h2 id=introduction><span class=secno>1 </span>Introduction</h2>
216216
positioned objects should do this, i.e., that it's much harder to
217217
implement otherwise.</div>
218218

219-
<div class=issue> Transforms should perhaps be allowed to affect layout.
220-
Using the position property to do this seems to be the logical choice, but
221-
there are lots of questions about how this would work.</div>
219+
<div class=issue> Transforms should perhaps be allowed to affect layout,
220+
under some circumstances. A uniform architecture for the layout-affecting
221+
and layout-independent cases might cause architectural changes to the
222+
layout-independent case that is detailed in this version of this document.
223+
One possibility is to use the position property to affect layout, and this
224+
seems to be a logical choice, but there are lots of questions about how
225+
this would work. If you have an opinion on this topic, please send
226+
feedback.</div>
222227

223228
<div class=issue> What do fixed backgrounds do in transforms? They should
224229
probably ignore the transform completely, since - even transformed - the

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

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,14 @@ <h2>Introduction</h2>
113113
should do this, i.e., that it's much harder to implement otherwise.
114114
</div>
115115
<div class="issue">
116-
Transforms should perhaps be allowed to affect layout. Using the
117-
position property to do this seems to be the logical choice, but there
118-
are lots of questions about how this would work.
116+
Transforms should perhaps be allowed to affect layout, under some
117+
circumstances. A uniform architecture for the layout-affecting and
118+
layout-independent cases might cause architectural changes to the
119+
layout-independent case that is detailed in this version of this
120+
document. One possibility is to use the position property to affect
121+
layout, and this seems to be a logical choice, but there are lots of
122+
questions about how this would work.
123+
If you have an opinion on this topic, please send feedback.
119124
</div>
120125
<div class="issue">
121126
What do fixed backgrounds do in transforms? They should probably ignore

0 commit comments

Comments
 (0)