This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
1. numberformat121 ... fn:format-number(1 => local:timesTenToThe(5000), '9.9999e9999') May yield the error FOAR0002 if an implementation does not support that large decimals. 2. numberformat122 ... fn:format-number(1 => local:timesTenToThe(-5000), '0.0000e0001') May yield '0.0000e0000' if an implementation does not support that large number of fractional digits.
The WG agrees with Christian's comment to add alternative results for both tests.
Bug fixes committed to cvs