Re: [css-houdini-drafts] [css-typed-om] CSSRotation/Skew can be constructed with doubles, but not CSSTranslation/Perspective

We should take the opportunity to provide consistency here.

It sounds like you would lean towards correctness (i.e. no unitless 
degrees either). An argument can also be made for convenience:
new CSSSimpleLength(42, 'pixels')
vs.
new CSSSimpleLength(42).

Overall I think I probably value correctness more too. Anyone else 
have any thoughts?

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

Received on Friday, 29 July 2016 23:29:55 UTC