[web-animations] Should computedTiming return a live object?

2015-09-30 Thread Brian Birtles
(CC-ing public-webapps and www-style since I think this API needs more eyes on it) Hi, Web Animations currently has the following API[1]: interface AnimationEffectReadOnly { readonly attribute AnimationEffectTimingReadOnly timing; readonly attribute ComputedTimingProperties comp

Re: [css-transforms] 'transform-box' defaults in svg

2015-09-30 Thread Tab Atkins Jr.
On Wed, Sep 30, 2015 at 8:31 AM, Amelia Bellamy-Royds wrote: > Erik: Are you suggesting that the `auto` value would use the viewBox as the > reference if `transform-origin` was set in absolute units, and `fill-box` as > a reference if it used percentages? > > That sounds very difficult to implemen

Re: [css-transforms] 'transform-box' defaults in svg

2015-09-30 Thread Amelia Bellamy-Royds
Erik: Are you suggesting that the `auto` value would use the viewBox as the reference if `transform-origin` was set in absolute units, and `fill-box` as a reference if it used percentages? That sounds very difficult to implement & unnecessarily confusing. What if the `transform-origin` included c

Re: [css-transforms] 'transform-box' defaults in svg

2015-09-30 Thread Erik Dahlström
On Wed, 30 Sep 2015 14:43:25 +0200, Dirk Schulze wrote: On Sep 29, 2015, at 12:59 AM, Erik Dahlström wrote: On Mon, 28 Sep 2015 21:44:16 +0200, Amelia Bellamy-Royds wrote: The default `transform-box` for SVG needs to be `view-box` in order to be consistent with current (SVG 1.1)

Re: [css-transforms] 'transform-box' defaults in svg

2015-09-30 Thread Dirk Schulze
> On Sep 29, 2015, at 12:59 AM, Erik Dahlström > wrote: > > On Mon, 28 Sep 2015 21:44:16 +0200, Amelia Bellamy-Royds > wrote: > >> The default `transform-box` for SVG needs to be `view-box` in order to be >> consistent with current (SVG 1.1) behavior. SVG transformations are by >> default r