Skip to content

Commit 2a4c0a2

Browse files
committed
- Make sure to link to the right dev stylesheet.
- Removed discussion about fixed position.
1 parent a05afab commit 2a4c0a2

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

css3-2d-transforms/ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
2011-11-30 dino@apple.com
22

3+
- Make sure to link to the right dev stylesheet.
4+
- Removed discussion about fixed position.
35
- Note the location of the Editors' Draft.
46
- Link to open bugzilla about animating between transforms of the same type.
57

css3-2d-transforms/Overview.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -239,10 +239,6 @@ <h2 id=introduction><span class=secno>1. </span>Introduction</h2>
239239
containing block. The object acts as a containing block for fixed
240240
positioned descendants.
241241

242-
<div class=todo> Need to go into more detail here about why fixed
243-
positioned objects should do this, i.e., that it's much harder to
244-
implement otherwise.</div>
245-
246242
<div class=issue> There are two roles for transformations in layout: (1)
247243
transformations that adjust the position of the affected content without
248244
changing the normal layout of that content (much like relative

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,6 @@ <h2>Introduction</h2>
126126
both a stacking context and a containing block. The object acts as a
127127
containing block for fixed positioned descendants.
128128
</p>
129-
<div class="todo">
130-
Need to go into more detail here about why fixed positioned objects
131-
should do this, i.e., that it's much harder to implement otherwise.
132-
</div>
133129
<div class="issue">
134130
There are two roles for transformations in layout: (1) transformations
135131
that adjust the position of the affected content without changing the

0 commit comments

Comments
 (0)