https://bugzilla.wikimedia.org/show_bug.cgi?id=31932

--- Comment #3 from Subfader <[email protected]> 2012-01-02 15:38:46 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

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to