[Webkit-unassigned] [Bug 81039] Remove skew() transformation function (leaving skewX() and skewY())

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 3 09:13:24 PDT 2012


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





--- Comment #6 from Dirk Schulze <krit at webkit.org>  2012-04-03 09:13:24 PST ---
(In reply to comment #4)
> If you continue support -webkit-transform:skew(), then authors will use it and copy-paste skew() into unprefixed 'transform', so we'll never be able to stop supporting it.

We won't support it for transform un-prefixed. Authors will realize the difference when they try it on un-prefixed versions of 'transform'. We have at least one test from Aryeh in the CSS testing harness that will clearly fail on WebKit if we still support it.

Even so, if authors would still use '-webkit-' it won't get supported by Firefox anyway (till you implement the webkit prefix).

And the last point: I never saw any usage of skew() in the wild so far. And I can't imagine a sense full way to use it. I bet no one will realize that skew() was removed since no one ever used it.

-- 
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