-
Notifications
You must be signed in to change notification settings - Fork 791
Expand file tree
/
Copy pathChangeLog
More file actions
executable file
·78 lines (58 loc) · 2.92 KB
/
ChangeLog
File metadata and controls
executable file
·78 lines (58 loc) · 2.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
2011-11-30 dino@apple.com
- Make sure to link to the right dev stylesheet.
- Removed discussion about fixed position.
- Note the location of the Editors' Draft.
- Link to open bugzilla about animating between transforms of the same type.
2011-08-02 dino@apple.com
- Another typo in matrix composition reported by Vincent Hardy.
- CSS Matrix is a 3x2 matrix, not a 4x4.
2011-07-24 dino@apple.com
- Boris feedback from 26 May 2011
- Transforms are composed matrix multiplications of the functions
- Transforms apply to coordinate systems, not to elements
- Elika feedback from 12 May
- examples for scale and rotate
- Boris feedback from 15 April
- typo in matrix recomposition
2011-04-14 eoconnor@apple.com
- Added myself to authors
- Removed rotateX(0) & rotateY(0) from list of identity functions (thanks
to Boris Zbarsky for catching this)
2011-04-01 eoconnor@apple.com
- Clarified that tranforms do not apply to inlines which may be split
into multiple boxes.
2011-03-21 simon.fraser@apple.com
- Removed "Module Level 3" from the title.
2010-05-03 simon.fraser@apple.com
- Added myself to authors
- Obfuscated email addresses slightly to reduce spam.
- Cleaned up skew per public-fx ACTIONs 2-5:
- Removed skew(x, y) transform function
- Removed skew(x, y) from CSSMatrix API
- Added skewX(x) and skewY(y) to CSSMatrix API
- Removed multiplyLeft() to CSSMatrix API: see http://lists.w3.org/Archives/Public/public-fx/2010AprJun/0022.html
- Added a couple of Issue paragraphs.
2010-03-23 simon.fraser@apple.com
- changed transform-origin definition to match background-origin.
- clarify that transform-origin is relative to the border box.
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
2009-10-30 dino@apple.com
- noted that CSSValue is deprecated, so CSSTransformList will need updating
- added a multiplyLeft function to CSSMatrix
- noted that when animations produce singular matrices they are not rendered
- noted that the convert* methods really should be in CSSOM View
- removed mention that transforms act like position: relative
- added the text from CSS 2.1 background-position into transform-origin, in relation to the number of attributes and default values
- removed "none" from the list of accepted transform functions
- fixed error where translateZ was present and skew was missing in the animations section
- s/functions/methods in DOM section
- added DOMException to exceptions, and fixed s/ERROR/ERR/ typo
- removed mention of Z component from scale definition
- added missing skew() method to CSSMatrix