-
Bug
-
Resolution: Unresolved
-
P4
-
None
-
5.0, 6
-
x86
-
windows_xp
The follow HTML code:
<ol type="a" start="50">
<li></li>
<li></li>
<li></li>
<li></li>
</ol>
should show as:
ax.
ay.
az.
ba.
but it will show as:
ax.
ay.
b`.
ba.
S
<ol type="a" start="50">
<li></li>
<li></li>
<li></li>
<li></li>
</ol>
should show as:
ax.
ay.
az.
ba.
but it will show as:
ax.
ay.
b`.
ba.
S
- duplicates
-
JDK-6518236 HTMLEditorKit() generates wrong <ol> if more than 51 elements
-
- Closed
-
-
JDK-6817934 HTMLEditorKit displays incorrect list alphabet for long ordered alpha lists
-
- Closed
-