Closed (fixed)
Project:
Table of Contents
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Nov 2009 at 21:58 UTC
Updated:
6 Dec 2009 at 07:20 UTC
Looks like the opening div is <div id="toc" class="toc">.
id="toc" is bad form because:
Suggested replacement is <div class="toc">.
Comments
Comment #1
AlexisWilke commentedIt was used by the scrolling feature at some point, but it is not anymore. So indeed we can just get rid of it. Did you test the module without it already?
Thank you.
Alexis Wilke
Comment #2
aren cambre commentedThrough Firebug on Firefox, I can delete the id with no ill effect. It indicates no CSS reference to #toc.
Comment #3
AlexisWilke commented