-
Notifications
You must be signed in to change notification settings - Fork 791
Expand file tree
/
Copy pathChangeLog
More file actions
48 lines (38 loc) · 2.08 KB
/
ChangeLog
File metadata and controls
48 lines (38 loc) · 2.08 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
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-3 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