https://bugzilla.wikimedia.org/show_bug.cgi?id=31871
Daniel Friesen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |mediawiki-bugs@nadir-seen-f | |ire.com Resolution| |WONTFIX --- Comment #1 from Daniel Friesen <[email protected]> 2011-10-22 00:44:16 UTC --- Ids with a leading number are valid in html5. Archaic XHTML rules don't really matter here as MediaWiki now uses html5. For the record MediaWiki never actually used XHTML. It used a XHTML doctype, but XHTML served with text/html is not XHTML and is not parsed as XHTML, in such a situation what a validator says is irrelevant. When two headings have the same name the later id="" has an underscore and incrementing numeral added to it. -- 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
