css3-transforms/ChangeLog

Mon, 12 Mar 2012 11:30:19 -0600

author
Aryeh Gregor <ayg@aryeh.name>
date
Mon, 12 Mar 2012 11:30:19 -0600
changeset 4736
3c173d4d4749
parent 4702
caa1639aba73
child 4737
9338e35c5058
permissions
-rw-r--r--

Hyperlink two CSS2.1 definitions

ayg@4736 1 2012-03-12 ayg@aryeh.name
ayg@4736 2 Hyperlink two CSS2.1 definitions
ayg@4736 3
ayg@4736 4 2012-03-07 ayg@aryeh.name
ayg@4736 5 Resolve ambiguity in transform-origin syntax.
ayg@4736 6 As resolved in bug: https://www.w3.org/Bugs/Public/show_bug.cgi?id=15432
ayg@4736 7
simon@4702 8 2012-03-06 simon.fraser@apple.com
simon@4702 9 Fix typo.
simon@4702 10
simon@4701 11 2012-03-06 simon.fraser@apple.com
simon@4701 12 Make intersection behavior required, per resolution. Fixes https://www.w3.org/Bugs/Public/show_bug.cgi?id=15784.
simon@4701 13 Other minor wording changes.
simon@4701 14
simon@4700 15 2012-03-06 simon.fraser@apple.com
simon@4700 16 Remove the term 'depth' from the perspective() definition: https://www.w3.org/Bugs/Public/show_bug.cgi?id=15782
simon@4700 17
dschulze@4602 18 2012-02-25 dschulze@adobe.com
dschulze@4602 19 Cleanup style of document to match CSS3 background and CSS3 images.
dschulze@4602 20 Fixed typos.
dschulze@4602 21
dschulze@4601 22 2012-02-25 dschulze@adobe.com
dschulze@4601 23 Cleanup SVG related texts, corrected typos.
dschulze@4601 24 Added description of SVG DOM changes according to resolutions of SVG WG.
dschulze@4601 25
dschulze@4598 26 2012-02-24 dschulze@adobe.com
dschulze@4598 27 Removed 2 optional arguments for rotate from the 2D transformation function, re-added it for the SVG 'transform' attribute
dschulze@4598 28 with the note that UAs are just required to support it for SVG.
dschulze@4598 29 Added the SVG transform syntax that was already accepted by the SVG WG.
dschulze@4598 30 Added a section how to extend SVG animation to support CSS transforms.
dschulze@4598 31 Added a section how 3D transformation functions affect SVG elements.
dschulze@4598 32 Described the behavior of percentage values on transformation functions and transform-origin for SVG.
dschulze@4598 33 Described how CSS transform property affects 'gradientTransform' and 'patternTransform'.
dschulze@4598 34 Specified that all new introduced properties get presentation attributes beside 'transform' for SVG.
dschulze@4598 35
simon@4584 36 2012-02-22 simon.fraser@apple.com
simon@4584 37 Fix more validation issues.
simon@4584 38
simon@4581 39 2012-02-22 simon.fraser@apple.com
simon@4583 40 Fix some validation issues.
simon@4581 41
simon@4581 42 2012-02-21 simon.fraser@apple.com
simon@4577 43 Add a link to #perspective-function
simon@4577 44
dschulze@4511 45 2012-02-13 dschulze@adobe.com
dschulze@4511 46 Corrected mistake in the rotate3d matrix.
dschulze@4511 47 Changed wording in introduction to match SVG and HTML.
dschulze@4511 48 Use capital letters on main headlines for nouns.
dschulze@4511 49 Fixed typos.
dschulze@4511 50
dschulze@4493 51 2012-02-12 dschulze@adobe.com
dschulze@4493 52 Merged CSSMatrix from current spec with CSS 3D Transforms.
dschulze@4493 53 Added function 'isAffineTransform' that returns 'true' if the matrix doesn't have any 3D components.
dschulze@4493 54 CSSMatrix is always a 4x4 matrix now.
dschulze@4493 55 Removed all wordings about 3x2 matrices with the exception of the matrix() function.
dschulze@4493 56 (https://www.w3.org/Bugs/Public/show_bug.cgi?id=15959)
dschulze@4493 57 Back ported CSSTransformValue interface from CSS 3D Transforms.
dschulze@4493 58
dschulze@4491 59 2012-02-12 dschulze@adobe.com
dschulze@4491 60 Added section "Mathematical description of transformation functions".
dschulze@4491 61 Link all transformation function descriptions to intern mathematical section instead of SVG.
dschulze@4491 62 Corrected typos.
dschulze@4491 63
dschulze@4484 64 2012-02-10 dschulze@adobe.com
dschulze@4484 65 Backported 3D decomposing code from FX Transforms.
dschulze@4484 66 Backported "Transitions and animations between transform values" from CSS 3D Transforms.
dschulze@4484 67 Added 'skew' to the list of transformation functions for transitions and animations.
dschulze@4484 68 Replaced bogus link to C file by an internal link to decomposing code.
dschulze@4484 69
dschulze@4483 70 2012-02-09 dschulze@adobe.com
dschulze@4483 71 Introduce new term 'bounding box'.
dschulze@4483 72 Specify transform origin for SVG elements.
dschulze@4483 73 Change float to double for CSSOM.
dschulze@4483 74 Added two optional offset arguments for rotate().
dschulze@4483 75 Changed Z argument type to <length> in translateZ() and translate3d().
dschulze@4484 76 Removed link from translateZ() to SVG (was 2D translate).
dschulze@4483 77 Removed solved issues.
dschulze@4483 78
simon@4453 79 2012-02-07 simon.fraser@apple.com
simon@4453 80 Removed Vincent Hardy from authors list at his request.
simon@4453 81 Added links to the sections describing how to compute the transform and perspective matrices.
simon@4453 82
simon@4401 83 2012-02-01 simon.fraser@apple.com
simon@4401 84 Fix the definition of skew(): https://www.w3.org/Bugs/Public/show_bug.cgi?id=15537
simon@4401 85
simon@4399 86 2012-01-31 simon.fraser@apple.com
simon@4399 87 Add a definition for skew(x, y), fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=15537
simon@4399 88
simon@4376 89 2012-01-29 simon.fraser@apple.com
simon@4376 90 Remove the issue-marker style that was no longer used.
simon@4376 91 Fix a couple of typos.
simon@4376 92
simon@4367 93 2012-01-29 simon.fraser@apple.com
simon@4367 94 Add text describing what the reverse side of an element looks like.
simon@4367 95 Add more explicit description of how to compute backface visibility.
simon@4367 96
simon@4366 97 2012-01-29 simon.fraser@apple.com
simon@4366 98 The 3D rendering model section is mostly done. Moved some examples
simon@4366 99 around. Cleaned up the perspective() definition.
simon@4366 100
simon@4365 101 2012-01-29 simon.fraser@apple.com
simon@4365 102 Use classnames from default.css rather than home-grown styles.
simon@4365 103 Use dfn.
simon@4365 104 More work on the 3D rendering context section.
simon@4365 105
simon@4364 106 2012-01-29 simon.fraser@apple.com
simon@4364 107 Add more examples, with source files, to the 3D Rendering Context section.
simon@4364 108
simon@4363 109 2012-01-29 simon.fraser@apple.com
simon@4363 110 Minor edits in various places.
simon@4363 111 Made the issue-markers float:left and clear:both, so they don't overlap.
simon@4363 112 Fix missing 'the': https://www.w3.org/Bugs/Public/show_bug.cgi?id=15757
simon@4363 113
simon@4358 114 2012-01-27 simon.fraser@apple.com
simon@4358 115 Add in 3D transform functions in their own section.
simon@4358 116 Move the basic 2D rendering examples up into the rendering model section.
simon@4358 117
simon@4358 118 2012-01-27 simon.fraser@apple.com
simon@4358 119 Style and formatting changes, since the default style is more readable.
ayg@4736 120 Removed the Changes section, since the autogenerated content instead links to a separate ChangeLog file (this file).

mercurial