https://bugzilla.wikimedia.org/show_bug.cgi?id=22970

Derk-Jan Hartman <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #6 from Derk-Jan Hartman <[email protected]> 2010-04-03 15:53:30 
CEST ---
var optionsTable = document.getElementById( 'mw-htmlform-description'
).tBodies[0];

so optionsTable is a TBODY, which is of type HTMLTableSectionElement
(http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-67417573) and not of type
HTMLCollection. So rows (which is a HTMLCollection) should indeed be used.

-- 
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

Reply via email to