[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 13:00:52 PDT 2012


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





--- Comment #7 from Robert O'Callahan <roc at ocallahan.org>  2012-04-03 13:00:52 PST ---
> Authors will realize the difference when they try it on un-prefixed versions
> of 'transform'.

Not if they only test in Webkit, since if they write
-webkit-transform:skew();
transform:skew();
the latter will be ignored and the former will continue to work.

> I bet no one will realize that skew() was removed since no one ever used it.

Let's hope so.

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