Just a quick one to report RoadTest ToC on the sidebar on the left doesn't seem to navigate to the correct anchors.
For my latest RoadTest (/products/roadtest/rv/roadtest_reviews/1846/toshiba_tcke805_efuse_evaluation_board_roadtest_review#pifragment-19571=6) for example:
- The first TOC entry is "Feature Introduction & Market Survey" and appears to be linked to anchor #title1. But the actual HTML code at the heading is
<h2 id="title2">Feature Introduction & Market Survey</h2>
- The next TOC entry is "Unboxing, Board Design & Preparation for Testing" and is linked to anchor #title2. As we can see, this will navigate us to the previous title instead. I suspect the reasoning is that "title1" is actually taken by the TOC itself.
It is seen in this code snippet:
<h3 class="toc-selector_title" id="title1">Table of contents</h3>
- This does not appear specific to this particular review.
Sincerely,
Gough