- From: CSS Meeting Bot via GitHub <sysbot+gh@w3.org>
- Date: Tue, 03 Jul 2018 04:28:31 +0000
- To: public-css-archive@w3.org
The Working Group just discussed `[css-transforms] Smarter interpolation of truncated transform lists`, and agreed to the following: * `RESOLVED: pad the shorter one with identity functions, find the common prefix, interpolate common prefix pairwise, interpolate the rest matrix-wise.` <details><summary>The full IRC log of that discussion</summary> <Rossen> Topic: [css-transforms] Smarter interpolation of truncated transform lists<br> <Rossen> github: https://github.com/w3c/csswg-drafts/issues/927<br> <ericwilligers_> Brian: (summarizing) There was a proposal for when we have mismatched transform lists to do something smarter than matrix interpolation<br> <ericwilligers_> Brian: We resolved on some behavior (April 2017) but when implementing, spec text did not match what was discussed in WG.<br> <ericwilligers_> Brian: We implemented what is in spec text but we want to do something smarter: interpolate common denominator and use matrix interpolation for the remainder<br> <ericwilligers_> s/denominator/prefix/<br> <ericwilligers_> dirk: do other implementers also want to change?<br> <ericwilligers_> dino: we should do this: go as far as you can, smoosh the rest<br> <ericwilligers_> ian: will have to check with Waterloo team<br> <ericwilligers_> rossen: no objection<br> <ericwilligers_> pad the shorter one with identity functions, find the common prefix.<br> <ericwilligers_> interpolate common prefix pairwise, interpolate the rest matrix-wise<br> <ericwilligers_> dirk: proposal from fantasai to do the same from the right if they have a common suffix.<br> <ericwilligers_> tab: don't like it - common to have ambiguous situations<br> <ericwilligers_> dirk: agree<br> <ericwilligers_> tab: prefer prefix over suffix, prefer not to try to do both<br> <birtles> I agree<br> <ericwilligers_> RESOLVED: pad the shorter one with identity functions, find the common prefix, interpolate common prefix pairwise, interpolate the rest matrix-wise.<br> </details> -- GitHub Notification of comment by css-meeting-bot Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/927#issuecomment-402009799 using your GitHub account
Received on Tuesday, 3 July 2018 04:28:33 UTC