https://bugzilla.wikimedia.org/show_bug.cgi?id=30985
--- Comment #2 from Brion Vibber <[email protected]> 2011-09-19 20:47:41 UTC --- Note another thing that can be done -- especially since it looks like most of the event handlers are fairly generic -- is to bind a bubbleable event handler on the document right smack at the start, and let that check things like 'oh is this an h2 with a section_heading class? let's do X'. Then there's no need to go iterating through the document looking for individual items. However that might need some more compat-checking. :P -- 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
