- From: Peter F. Patel-Schneider <pfps@research.bell-labs.com>
- Date: Sat, 10 Jun 2006 10:07:51 -0400 (EDT)
- To: html-tidy@w3.org
Received on Saturday, 10 June 2006 14:08:10 UTC
Hi:
There seems to be a bug in lists in Slidy.
The attached file displays in what I think is an incorrect manner in
Firefox 1.5.
The unordered list inside ordered list looks OK, but the ordered list
inside unordered list looks something like:
Unordered list
* ordered list
* ordered list
Unordered list
* ordered list
* ordered list
Where the *'s are solid discs.
I've fixed this problem via:
<style type="text/css">
div.slide + div[class].slide { page-break-before: auto;}
ul li { list-style-type: inherit; }
ol li { list-style-type: inherit; }
</style>
This also fixes a printing "bug" that prints each slide on a separate
page. However, a revamping of the list style entries is probably called
for instead of this simple patch.
Peter F. Patel-Schneider
Received on Saturday, 10 June 2006 14:08:10 UTC