- From: Aryeh Gregor <ayg@aryeh.name>
- Date: Fri, 17 Feb 2012 11:20:30 -0500
- To: Dirk Schulze <dschulze@adobe.com>, "L. David Baron" <dbaron@dbaron.org>
- Cc: www-style list <www-style@w3.org>
On Thu, Feb 16, 2012 at 5:37 PM, Dirk Schulze <dschulze@adobe.com> wrote: > Dropping CSSTransformValue and CSSMatrix? Or just the first one? CSSMatrix has a different problem. We probably want a single class for matrices that's shared by SVG, CSS, WebGL, etc. I don't think we want separate classes for SVGMatrix, CSSMatrix, etc. On Thu, Feb 16, 2012 at 7:05 PM, Dirk Schulze <dschulze@adobe.com> wrote: > Even if CSSOM is in development, there is a W3C recommendation that specifies getPropertyCSSValue(): > > http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSStyleDeclaration However, nothing in the transforms spec says that getPropertyCSSValue('transform') should return a CSSTransformValue. If it said that, then the interesting parts would actually be testable. That would be a step forward -- although if nobody but WebKit wants to implement it, which so far seems to be the case, it should still be removed from the spec IMO. On Thu, Feb 16, 2012 at 7:27 PM, L. David Baron <dbaron@dbaron.org> wrote: > There should be an open issue on removing this material from the > transforms spec. Either that, or it's possible (since I have a > vague memory of a discussion) that we already resolved to remove > this material from the spec. We shouldn't be specifying anything > new that depends on the CSSValue interface. Well, I filed a bug: https://www.w3.org/Bugs/Public/show_bug.cgi?id=16003
Received on Friday, 17 February 2012 16:21:24 UTC