This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
http://www.w3.org/Graphics/fx/wiki/Merged_Transforms#Differences_between_SVG_Transforms_and_CSS_Transforms
We have a resolution of the SVG WG[1] to update the SVG parser to support the CSS syntax instead of the CSS parser. [1] http://www.w3.org/2012/02/16-svg-minutes.html
*** Bug 15507 has been marked as a duplicate of this bug. ***
*** Bug 15525 has been marked as a duplicate of this bug. ***
Created attachment 1082 [details] SVG inclusion * Added a new patch that defines the new syntax rules for the SVG parser. The CSS parser is not affected. * Removed optional arguments from rotate but make support for them required for SVG elements (readied in SVG section). * Specified how SVG animation needs to get extended to work with CSS transforms. * Added new examples in the SVG section. There is still some stuff missing and I will upload a new patch at the end of this week. I hope that the SVG part is ready for public review at the end of this week or beginning of next week.
This removes the extra two arguments to rotate() from CSS, and the rest of the changes are only to SVG, right? If so, I'm happy with the CSS change and don't feel qualified to have an opinion on the rest, since I'm not familiar with SVG.
Added on 2012/02/24.