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

Wait I think I'm understanding something wrong. From your reply, it sounds like to follow the spec, we don't have to check if a double is an integer? But I thought we need to because:

```
styleMap.set('z-index', CSS.number(3.001)) // wrap in calc or not
```

But yeah, I'll use whatever javascript uses if we need to check :)

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

Received on Monday, 26 March 2018 07:28:24 UTC