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





--- Comment #3 from RockMFR <[email protected]>  2009-09-29 01:30:32 UTC ---
Okay, I was finally able to reproduce locally. Results with Tidy enabled:

==<center>foo</center>==
*bar

r52962:
<p><a name="foo" id="foo"></a></p>
<center>
<h2>foo</h2>
</center>
<ul>
<li><span class="mw-headline">bar</span></li>
</ul>

r52963-r53576:
<h2 id="foo"></h2>
<center>
<h2 id="foo">foo</h2>
</center>
<ul>
<li><span class="mw-headline">bar</span></li>
</ul>

r53577:
<h2><span class="mw-headline" id="foo"></span></h2>
<center>
<h2>foo</h2>
</center>
<ul>
<li><span class="mw-headline" id="foo">bar</span></li>
<li style="list-style: none"><span class="mw-headline" id="foo"></span></li>
</ul>

This looks like a Tidy quirk/bug to me.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
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