Last modified: 2012-01-02 15:32:03 UTC
Not sure if this is proper HTML: <h2><span class="editsection">...</span> <span id="License" class="mw-headline">License</span></h2> Correct would be to add the id to the h2-tga instead: <h2 id="License"><span class="editsection">...</span> <span class="mw-headline">License</span></h2> It becomes a problem when you use the CSS3 pseudo selector :target to style the background: *:target { background-color:#fffddf !important } http://i.imgur.com/I7uwr.png
Hi, thanks for your report! Looks like a good use case, like it. We should check out if this can break existing scripts though with regards to CSS selectors, but shouldn't be too bad and easily fixable.
*** This bug has been marked as a duplicate of bug 31932 ***