- From: <bugzilla@wiggum.w3.org>
- Date: Mon, 20 Mar 2006 11:41:39 +0000
- To: public-qt-comments@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=3018
Summary: [XSLT 2.0] In format-time(), rounding of fractional
seconds not specified
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: mike@saxonica.com
QAContact: public-qt-comments@w3.org
For format-time(), we don't say how the number of microseconds is rounded based
on the width specifier.
Recommendation: in 16.5.1, in the paragraph starting "If the full
representation of the value exceeds the specified maximum width,...", add the
sentence:
"In the case of the fractional seconds component, the value is rounded to the
specified size as if by applying the function
[round-half-to-even(fractional-seconds, max-width)]."
Received on Monday, 20 March 2006 11:41:50 UTC