Closed
Bug 426312
Opened 17 years ago
Closed 17 years ago
list-style-type: cjk-ideographic of <ol> cut the first few glyphs when value > 20
Categories
(Firefox :: General, defect)
Tracking
()
People
(Reporter: mozbugbox, Unassigned)
Details
Attachments
(1 file)
210 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9pre) Gecko/2008033004 Minefield/3.0pre
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9pre) Gecko/2008033004 Minefield/3.0pre
When using css list-style-type: cjk-ideographic for Ordered list, the first few index numbers will be cut if the index is bigger than 20. It seems the text extent is not correctly calculated or simply hardwired.
<ol style="list-style-type: cjk-ideographic;">
<li> test 1</li>
<li value=12> test 12</li>
<li value=23> test 23</li>
<li value=122> test 122</li>
</ol>
Reproducible: Always
Actual Results:
一. test 1
十二. test 12
十三. test 23
十二. test 122
Expected Results:
一. test 1
十二. test 12
二十三. test 23
一百二十二. test 122
Reporter | ||
Comment 1•17 years ago
|
||
Updated•17 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•