- From: Stephen McGruer via GitHub <sysbot+gh@w3.org>
- Date: Wed, 09 May 2018 19:45:30 +0000
- To: public-css-archive@w3.org
stephenmcgruer has just submitted a new pull request for https://github.com/w3c/csswg-drafts: == [css-animations] Change an AnimationEvent member from float to double == As per the web-idl spec, float should only be used if there is a specific reason, as double much more closely matches the ECMAScript Number type. In the case of AnimationEvent's 'elapsedTime' member there does not appear to be such a reason. Furthermore, switching to double allows the elapsedTime to reach higher values without overflowing. A rough calculation (with some assumptions and possible errors) suggests that this change will raise the celing from ~4.5 hours to years. See https://github.com/w3c/csswg-drafts/pull/2666
Received on Wednesday, 9 May 2018 19:45:33 UTC