[Webkit-unassigned] [Bug 70026] Make CSS webkit-transform parser accept unit-less value

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 5 09:45:53 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=70026





--- Comment #2 from Dirk Schulze <krit at webkit.org>  2012-01-05 09:45:52 PST ---
(From update of attachment 118455)
I already talked with Raul about this approach. Just commenting to this bug for the history. 

I think it would be great to align up the SVG Transforms parser with the CSS Parser. That will make it possible to handle the SVG "transform" attribute like a CSS property later. That means we would remove the SVG Transforms parser and the control of SVG Transforms would go to CSS like it is done for other styling properties in SVG today. Of course more it needs to be done on the SVGDOM later, but this is a promising first step.

I suggest to create a new patch just with the CSS Parser changes for comma less arguments on functions. In a separate patch and bug report we should think about adding two new optional arguments to the CSS rotate function: rotate(<angle>[, <length>, <length>]) to match the specification of SVG Transforms.

We don't have to modify SVGTransforms at the moment. It would be better to concentrate on the CSS parser and add a lot of new tests.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list