- From: Mounir Lamouri <notifications@github.com>
- Date: Thu, 27 Nov 2014 02:01:21 -0800
- To: w3c/manifest <manifest@noreply.github.com>
Received on Thursday, 27 November 2014 10:01:49 UTC
```If result is NaN, +∞, or less than or equal to +0, let result be 1.0.``` Should probably be: ``` If result is NaN, +∞, or less than or equal to +0: - issue a developer warning [...]. - let result be 1.0. ``` --- Reply to this email directly or view it on GitHub: https://github.com/w3c/manifest/issues/282
Received on Thursday, 27 November 2014 10:01:49 UTC