Re: [css-houdini-drafts] [css-typed-om] What does lack of range restriction imply about serialization?

Just to make sure I understand the resolution:

- Setting an out of range CSSUnitValue eagerly wraps it in a calc (e.g. `width: calc(-1px)`).
- Setting an <integer> property to a non-integral value eagerly wraps it in a calc (e.g. `z-index: calc(1.3)`)

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

Received on Tuesday, 20 February 2018 01:56:35 UTC