https://bugzilla.wikimedia.org/show_bug.cgi?id=29480
--- Comment #2 from [email protected] 2011-06-18 19:37:47 UTC --- An HTML page should not have two of the same id attributes on one page, so CSS selector specificity is a good workaround but not a good fix. The bug produces two id="content" elements, apart from W3C non-conformance, nothing bad will happen unless one tries to traverse the DOM with two elements with asme id attributes. Trivial, slim chances of that ever happening. -- 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
