On May 18, 2011, at 9:26 AM, Kevin A. Cameron wrote: > While testing I came across this weird bug/artifact. the contents of the > <ol> <li>s (1 2 3) are shown twice: > http://www.kacevisual.com/files/float-test/float-test.html > > Does anyone understand why?
They are not really rendered twice. Change the textual contents of your ol > li elements to read ‘x’ ‘y’ ‘z’ instead of ‘1’ ‘2’ ‘3’ and you’ll see what is happening. The first digit you see in your test case is the list marker, the second one is the textual content of the li. Philippe -- Philippe Wittenbergh http://l-c-n.com/ ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
