[Bug 29488] [QT3] format-integer-030

https://www.w3.org/Bugs/Public/show_bug.cgi?id=29488

--- Comment #14 from Josh Spiegel <josh.spiegel@oracle.com> ---
Ok, then as you say, I think we need some clarification in the spec.  

You gave this example:

  format-integer(123456789, "###0,00") ==> 1,23,45,67,89

The specification also says:

  "The only purpose of optional-digit-signs is to mark the position of
grouping-separator-signs. "

So, under your interpretation are the optional digit signs in this example
meaningless?  i.e. is it equivalent to this?

   format-integer(123456789, "0,00")

Also, I think it could be more explicit about patterns like these:

   format-integer(123456789, '0.000,00,00')
   format-integer(12345678912345, '00.00.00,00,00')

I assume the intent is that there is no extrapolation in these cases.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Friday, 11 March 2016 21:15:58 UTC