https://bugzilla.wikimedia.org/show_bug.cgi?id=24500
Bartosz Dziewoński <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED CC| |[email protected] Resolution|WONTFIX | --- Comment #21 from Bartosz Dziewoński <[email protected]> 2012-09-22 22:22:18 UTC --- Reopening. I don't know why was this closed; the issue is not fixed. The discussion above seems to be mostly bikeshedding about XHTML/HTML5, which is completely unrelated. This causes the inclusion of completely unnecessary HTML (example pasted below). If it's not needed for anything, why is it there? If some JS user-scripts blow up when menus are missing, then * it's trivial to fix ("if(!menu) return;") * that does not matter anyway (I suppose all those scripts do is adding new tabs, and if there's nowhere to add them, not much else than not adding the tab could be done - and that's what erroring out does anyway) Example: <!-- 1 --> <div id="p-variants" class="vectorMenu emptyPortlet"> <h4> </h4> <h5><span>Variants</span><a href="#"></a></h5> <div class="menu"> <ul> </ul> </div> </div> <!-- /1 --> -- 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
