kooloveme / thtmlviewer

Automatically exported from code.google.com/p/thtmlviewer
Other
0 stars 0 forks source link

<ul type> is ignored #379

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Example:

<html>
<body>
<ul type="disc">
<li>disk</li>
</ul>
<ul type="circle">
<li>circle</li>
</ul>
</body>

Result: the both list item have a disk bullet.
Tested on revision 482

Original issue reported on code.google.com by richv...@gmail.com on 16 Sep 2014 at 9:23

GoogleCodeExporter commented 9 years ago
Thanks for spotting this issue

Original comment by OrphanCat on 15 Oct 2014 at 1:24

GoogleCodeExporter commented 9 years ago
r487 fixes this issue.

Original comment by OrphanCat on 15 Oct 2014 at 2:47