- From: <bugzilla@wiggum.w3.org>
- Date: Wed, 01 Mar 2006 03:35:44 +0000
- To: public-qt-comments@w3.org
- Cc:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=2953
Summary: Assorted editorial fixes for part 16.4, Number
Formatting
Product: XPath / XQuery / XSLT
Version: Candidate Recommendation
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: XSLT 2.0
AssignedTo: mike@saxonica.com
ReportedBy: david_marston@us.ibm.com
QAContact: public-qt-comments@w3.org
1. The terms "integer part" and "whole part" are both used for the same concept.
Pick one and use it consistently.
2. The algorithm for whole-part-grouping-positions in 16.4.3 has a loophole
regarding multiples of N. It currently says
...if they are all consecutive integer multiples of some value N...
but what is wanted is consecutive integer multiples starting at N*1, else you
have the scenario that 6,9,12 are consecutive integer multiples of 3 (where said
consecutive integers are 2,3,4). I suggest:
...if they are all consecutive integer multiples of some value N, where N is the
smallest value on the list, ...
3. In step 5 of the algorithm in 16.4.4, the reference to round-half-to-even
should have your usual hyperlink and superscript.
Received on Wednesday, 1 March 2006 03:36:42 UTC