https://bugzilla.wikimedia.org/show_bug.cgi?id=22970
--- Comment #10 from Roan Kattouw <[email protected]> 2010-04-11 20:46:04 UTC --- (In reply to comment #9) > My Firefox does have an optionsTable.children. Is this non-standard behaviour? Apparently; according to the MDC .children was introduced in FF 3.5. There is no mention of whether or not this is a non-standard extension, though. optionsTable.childNodes has worked since like the beginning of (DOM) time and does the same, except that it includes TextNodes while .children doesn't. -- 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
