Skip to content

Commit f9934b3

Browse files
committed
2009-11-17 dino@apple.com
- removed the suggestion that position: relative could trigger a mode where transforms affect page layout. The feature is still being considered, but this is not a viable way to achieve it. - removed the Point and CSSTransformValue interfaces. The point conversion APIs will move to CSSOM View. The CSSTransformValue interface is on hold while the CSSValue replacement is developed. - added pseudo-code for matrix decomposition
1 parent 5e71e38 commit f9934b3

File tree

3 files changed

+370
-638
lines changed

3 files changed

+370
-638
lines changed

css3-2d-transforms/ChangeLog

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
2009-11-17 dino@apple.com
2+
3+
- removed the suggestion that position: relative could trigger a
4+
mode where transforms affect page layout. The feature is still being
5+
considered, but this is not a viable way to achieve it.
6+
- removed the Point and CSSTransformValue interfaces. The point conversion
7+
APIs will move to CSSOM View. The CSSTransformValue interface is on
8+
hold while the CSSValue replacement is developed.
9+
- added pseudo-code for matrix decomposition
10+
11+
112
2009-10-30 dino@apple.com
213

314
- noted that CSSValue is deprecated, so CSSTransformList will need updating

0 commit comments

Comments
 (0)