FULL PRODUCT VERSION :
1.5.0_06
ADDITIONAL OS VERSION INFORMATION :
WinXP SP2
A DESCRIPTION OF THE PROBLEM :
The javadoc for java.util.Formatter, under the explanation of the "g" format, has an unclosed "sup" tag. IE seems to render this as intended anyway, but Firefox (correctly) renders the mistake. Specifically, the line:
<p> If <i>m</i> is less than 10<sup>-4<sup> or greater than or equal to
10<sup>precision</sup>, then it is represented in <i><a
href="#scientific">computerized scientific notation</a></i>.
Should be changed to:
<p> If <i>m</i> is less than 10<sup>-4</sup> or greater than or equal to
10<sup>precision</sup>, then it is represented in <i><a
href="#scientific">computerized scientific notation</a></i>.
(The first "sup" tag should be closed.)
REPRODUCIBILITY :
This bug can be reproduced always.
1.5.0_06
ADDITIONAL OS VERSION INFORMATION :
WinXP SP2
A DESCRIPTION OF THE PROBLEM :
The javadoc for java.util.Formatter, under the explanation of the "g" format, has an unclosed "sup" tag. IE seems to render this as intended anyway, but Firefox (correctly) renders the mistake. Specifically, the line:
<p> If <i>m</i> is less than 10<sup>-4<sup> or greater than or equal to
10<sup>precision</sup>, then it is represented in <i><a
href="#scientific">computerized scientific notation</a></i>.
Should be changed to:
<p> If <i>m</i> is less than 10<sup>-4</sup> or greater than or equal to
10<sup>precision</sup>, then it is represented in <i><a
href="#scientific">computerized scientific notation</a></i>.
(The first "sup" tag should be closed.)
REPRODUCIBILITY :
This bug can be reproduced always.