I discovered a bug (?) or technical limitation. the links of the TOC as well as the highlighting when scrolling down don’t work properly if the headings have the same name. i guess it is because not a unique ID is generated but the ID is only the heading’s name.
in my case the TOC looks like this - coming from an educational background the structure is always the same for our learning units, e.g.
H1 - Overview
H1 - 0:00 > 0:15 - Plenary and Introduction
H2 - Aim
H2 - Content
H2 - Method
H2 - Hints
H2 - Slides
H1 - 0:15 > 0:45 - Groupwork
H2 - Aim
H2 - Content
H2 - Method
H2 - Hints
H2 - Slides
H1 - 0:45 > 0:60 - Individual Work
H2 - Aim
H2 - Content
H2 - Method
H2 - Hints
H2 - Slides
H1 - 0:60 > 0:90 - Plenary Discussion
H2 - Aim
H2 - Content
H2 - Method
H2 - Hints
H2 - Slides
I guess we could make the H2-Titles more rich by giving more information, but this runs counter to having a clear structure across all learning units - and especially in the case of “hints” and “slides” there is not so much more that we could write.
Maybe this whole issue is related to the above mentioned issue … but i am not an expert enough.
Exactly, so this is not an inherent limitation of HTML (actually, having identical id’s in a single document is a violation of the spec) but a bug in the theme component.