This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 15934 - Resolve SVG and CSS parsing differences for transforms
Summary: Resolve SVG and CSS parsing differences for transforms
Status: RESOLVED FIXED
Alias: None
Product: CSS
Classification: Unclassified
Component: Transforms (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Dirk Schulze
QA Contact: public-css-bugzilla
URL:
Whiteboard:
Keywords:
: 15507 15525 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-02-08 08:08 UTC by Simon Fraser
Modified: 2012-02-26 15:04 UTC (History)
6 users (show)

See Also:


Attachments
SVG inclusion (25.60 KB, patch)
2012-02-22 05:35 UTC, Dirk Schulze
Details

Comment 1 Dirk Schulze 2012-02-21 04:28:06 UTC
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
Comment 2 Dirk Schulze 2012-02-21 04:28:42 UTC
*** Bug 15507 has been marked as a duplicate of this bug. ***
Comment 3 Dirk Schulze 2012-02-21 04:29:32 UTC
*** Bug 15525 has been marked as a duplicate of this bug. ***
Comment 4 Dirk Schulze 2012-02-22 05:35:09 UTC
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.
Comment 5 Aryeh Gregor 2012-02-23 18:49:28 UTC
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.
Comment 6 Dirk Schulze 2012-02-26 15:04:29 UTC
Added on 2012/02/24.