Re: [css-houdini-drafts] [CSS Typed OM] What should CSSTransformValue's matrix if one of the components contains a relative length?

> Perhaps we should do the same for CSSTransformComponents?

No, we absolutely can't do that.  You can write `matrix(3em, ...)` in CSS, so a `CSSMatrixComponent` needs to have the same capabilities.

However, we can impose this limitation when producing a DOMMatrix.  I'll amend the spec to throw some kind of error in `toMatrix()`.

-- 
GitHub Notification of comment by tabatkins
Please view or discuss this issue at https://github.com/w3c/css-houdini-drafts/issues/421#issuecomment-312338355 using your GitHub account

Received on Friday, 30 June 2017 18:17:42 UTC