https://bugzilla.wikimedia.org/show_bug.cgi?id=4515
Aryeh Gregor <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #21 from Aryeh Gregor <[email protected]> 2009-01-05 16:31:09 UTC --- The current summary, "The Sanitizer doesn't validate the contents of id attributes", is misleading. The Sanitizer does validate id attributes, just not fully. There are several cases I know of where we might have id validity problems: 1) Id's can start with invalid characters, like digits. This is bug 9530. 2) The software itself produces duplicate id's, say in the interface. I'm not aware of anywhere this happens in core. Any case where this occurs should be filed as a separate bug. 3) Section id's and manually-specified id's ("manually-specified" here means something like <span id="foo">, as opposed to == foo ==) can both conflict with interface id's. This is bug 13926 and can be dealt with there. 4) Manually-specified id's can conflict with each other and with section id's. This is covered by bug 7356. 5) It just occurred to me that section id's can conflict with each other in obscure cases, e.g., == a == == a == == a_2 == This is fairly unlikely to occur, but might be worth fixing anyway. I've filed it as bug 16891. All the individual cases are covered, so I don't see any reason for a general-purpose bug to remain open. I don't think we need a tracking bug here. I'll mark this duplicate of bug 9530 (which is hopefully about to be FIXED), since that's what the original bug was about. *** This bug has been marked as a duplicate of bug 9530 *** -- 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
