Last modified: 2013-07-04 10:33:43 UTC
In the current Parsoid integration (through the PHP parser) of the Citation extensions, its references are zero-indexed rather than one-indexed in target names - this means that the generated HTML from Parsoid looks (roughly) like: <li id="cite_note-Foo-0" data-parsoid="…"><a href="#cite_ref-Foo-0-0" data-parsoid="…">↑</a>…</li> ... rather than: <li id="cite_note-Foo-1"><a href="#cite_ref-Foo-1-0">↑</a>…</li>
Same reason as those other bugs: We are using our own Cite extension implementation (no PHP involved) that differs in details like these. Easy to adjust though.
Should be fixed by https://gerrit.wikimedia.org/r/#/c/55833/.
[Parsoid component reorg by merging JS/General and General. See bug 50685 for more information. Filter bugmail on this comment. parsoidreorg20130704]