- From: <bugzilla@jessica.w3.org>
- Date: Mon, 18 Jul 2016 11:46:22 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=29736
--- Comment #1 from Tim Mills <tim@cbcl.co.uk> ---
Also, we read
<xs:simpleType name="finiteNumberType">
<xs:restriction base="xs:double">
<!-- exclude positive and negative infinity, and NaN -->
<xs:minExclusive value="-INF"/>
<xs:maxExclusive value="INF"/>
</xs:restriction>
But NaN is not excluded.
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Monday, 18 July 2016 11:46:35 UTC