Re: [csswg-drafts] [cssom] Should <number> be serialized using scientific notation? (#3276)

For example, flex-grow / flex-shrink in Firefox:
```
document.body.style.flexGrow = "6.78e+8";
document.body.style.flexGrow // "678000000"
getComputedStyle(document.body).flexGrow // "6.78e+8" 
```

-- 
GitHub Notification of comment by ewilligers
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3276#issuecomment-446826591 using your GitHub account

Received on Thursday, 13 December 2018 03:05:44 UTC