NOTE: If you are a developer, please use a private wiki based on foswiki/trunk on a daily base ...or use
trunk.foswiki.org to view this page for some minimal testing.
Use
Item9693 for docu changes for 1.2 and 2.0.
Item10846: don't duplicate id attributes in TOC
| Priority: |
CurrentState: |
AppliesTo: |
Component: |
WaitingFor: |
| Normal |
Closed |
Engine |
TOC |
|
While copying headlines from the page to the %TOC, HTML markup may contain ID attributes. These must be unique in all of the page. Thats even more important as
<a name="foo"></a> is deprecated in HTML5 in favor of using IDs for anchor targets like in
<a id="foo" href="...">headline</a>
--
MichaelDaum - 06 Jun 2011