- From: Jonathan Chan via GitHub <sysbot+gh@w3.org>
- Date: Fri, 24 Jun 2016 21:57:39 +0000
- To: public-houdini-archive@w3.org
jonathanyc has just created a new issue for https://github.com/w3c/css-houdini-drafts: == [css-properties-values-api] Computed values for <transform> == The `perspective` transform takes a `<length>` value. [Section 2.4](https://drafts.css-houdini.org/css-properties-values-api/#calculation-of-computed-values) says that the computed values of `<length>`s should be absolute lengths in pixels. But currently it says that the computed values of `<transform-function>`s are identical to the specified value. Should implementations recursively compute transform function values? Otherwise it seems like there will be unexpected results with inheritance. For comparison, the [CSS transforms](https://drafts.csswg.org/css-transforms/#serialization-of-the-computed-value) specification says that the computed value for the `transform` property is actually fully computed to a `matrix()` or `matrix3d()` function. Please view or discuss this issue at https://github.com/w3c/css-houdini-drafts/issues/250 using your GitHub account
Received on Friday, 24 June 2016 21:57:42 UTC