RESOLVED DUPLICATE of bug 23053 38835
list-style-image icons not displayed when list is broken up into columns
https://bugs.webkit.org/show_bug.cgi?id=38835
Summary list-style-image icons not displayed when list is broken up into columns
Craig Anderson
Reported 2010-05-10 01:23:23 PDT
In the list at the bottom of http://craiga.id.au/ each list item has an list-style-image bullet specified. This list is broken up into two columns using -webkit-column-count: 2; These images seem to be accessed by WebKit (you can see them loaded through the web inspector), but aren't displayed.
Attachments
Oli Studholme
Comment 1 2010-06-12 22:04:12 PDT
also ordered list numerals, and according to Bug 23053 unordered list bullets too
Oli Studholme
Comment 2 2010-06-12 22:09:03 PDT
(untested) workaround (works for default types like disc and decimal): list-style-position: inside; (Webkit default is presumably outside)
Craig Anderson
Comment 3 2010-06-13 23:22:38 PDT
Confirmed that list-style-position: inside workaround does work in this instance.
David Jones
Comment 4 2010-11-25 13:19:33 PST
I can also confirm that list-style-position: inside works as a workaround.
gur.trio
Comment 5 2014-02-17 20:16:25 PST
*** This bug has been marked as a duplicate of bug 23053 ***
Note You need to log in before you can comment on or make changes to this bug.