[Bug 18366] New: Don't multiply transform functions before interpolation on non equal transform lists

https://www.w3.org/Bugs/Public/show_bug.cgi?id=18366

           Summary: Don't multiply transform functions before
                    interpolation on non equal transform lists
           Product: CSS
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Transforms
        AssignedTo: smfr@me.com
        ReportedBy: dschulze@adobe.com
         QAContact: public-css-bugzilla@w3.org
                CC: ayg@aryeh.name, cmarrin@apple.com, eoconnor@apple.com,
                    smfr@me.com, dino@apple.com, dschulze@adobe.com


David Baron asks on www-style[1] if it is possible to interpolate each
transform function pair of two transformation lists separately, even if both
lists don't have the same transform function primitives in the same order.

This is different to the current spec, where transform functions are
premultiplied together to one matrix per transform list and these two matrices
are interpolated.

[1] http://lists.w3.org/Archives/Public/www-style/2012Jul/0460.html

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Monday, 23 July 2012 21:58:58 UTC