On Thu, 3 Jul 2003, Erik Moeller wrote:
Stan-
The TOC should be just above the first section heading.
You are absolutely right, I have changed the behavior accordingly (not on test.wiki yet). Looks very nice.
Updated test to cvs version... Definitely looks a bit cleaner now.
But...
Markup note:
<div style="margin-bottom:0px;"> <a CLASS="internal" HREF="#About_Wikipedia">1 About Wikipedia </a><br> </div>
Ewwwwwwww! :)
The great Tim Berners-Lee gave us ordered and unordered lists for a reason. A minimum of semantic markup allows for reasonable rendering on non-graphical browsers -- text, speech, PDAs, etc -- and for appropriate navigation techniques in non-mouse environments.
Now, if we really don't like the way the bullets/numbers are rendered in an unordered or ordered list, we can suppress or change that in the style sheet.
Just because you _can_ emulate the whole of HTML 4 with just <div> and <span> and liberal use of the style attribute hardcoded on every element doesn't mean you should. :)
-- brion vibber (brion @ pobox.com)>