<div dir="ltr"><div>Hi,</div><div><br></div><div>I'm excited about the new TOC in HTML manual pages. There are some styling issues (bullet for every second item), and looking to the HTML code, the generator is creating both <table> and <ul> which is not good. <ul> should be enough.</div>

<div><br></div><a href="http://grass.osgeo.org/grass71/manuals/r.mapcalc.html">http://grass.osgeo.org/grass71/manuals/r.mapcalc.html</a><br><div><br></div><div>Anyway, I've tried different approach and here is my prototype:</div>

<div><br></div><div><a href="https://googledrive.com/host/0B_7Sygt2HTPDamFPOEZpU0h1ZG8/r.mapcalc.html">https://googledrive.com/host/0B_7Sygt2HTPDamFPOEZpU0h1ZG8/r.mapcalc.html</a><br></div><div><br></div><div>The TOC is generated by JavaScript, so it is available only when JS is available (and thus probably also CSS is available). The header contains empty div into which TOC is generated.</div>

<div><br></div><div>The other difference is the CSS, we can compare what is better. The not so wide page content as it is currently in trunk actually quite good. However, CSS and HTML is not (yet) optimized for wxHtmlWindow.</div>

<div><br></div><div>You have to hover over TOC to make the TOC itself visible.</div><div><br></div><div>There is also a warning box with a link to a another versions of documentation (e.g. from trunk to release). And also title of the page. But this is unrelated to TOC.</div>

<div><br></div><div>Vaclav</div></div>