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

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

mercurial