[Webkit-unassigned] [Bug 19863] WebKitCSSTransformValue needs DOM interface

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 7 20:25:03 PDT 2008


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





------- Comment #4 from simon.fraser at apple.com  2008-07-07 20:25 PDT -------
+        // OperationTypes
+        const unsigned short CSS_MATRIX      = 1;
+        const unsigned short CSS_ROTATE      = 3;
+        const unsigned short CSS_TRANSLATE   = 5;
+        const unsigned short CSS_SCALE       = 7;
+        const unsigned short CSS_SKEWX       = 9;
+        const unsigned short CSS_SKEWY       = 10;
+        const unsigned short CSS_TRANSLATEX  = 16;
+        const unsigned short CSS_TRANSLATEY  = 17;
+        const unsigned short CSS_SCALEX      = 19;
+        const unsigned short CSS_SCALEY      = 20;

I think a comment is required here to warn people from making the values
contiguous.


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



More information about the webkit-unassigned mailing list