- From: <bugzilla@wiggum.w3.org>
- Date: Sat, 06 Sep 2008 02:42:11 +0000
- To: www-xml-schema-comments@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=6031
Summary: Oops! in algorithm of precisionDecimalCanonicalMap
Product: XML Schema
Version: 1.1 only
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Datatypes: XSD Part 2
AssignedTo: cmsmcq@w3.org
ReportedBy: davep@iit.edu
QAContact: www-xml-schema-comments@w3.org
Oops I discovered while commenting on bug 3248:
Step 5 of the algorithm for precisionDecimalCanonicalMap begins
"Otherwise, it will be the case that nV is less than 1E−6 or greater
than 1E6."
Actually, it should read
"Otherwise, it will be the case that nV is less than 1E−6 or greater
than 1E6 or aP is less than zero."
I believe the actual subalgorithm under Step 5 is correct even in this added
case.
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Saturday, 6 September 2008 02:42:45 UTC