This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 505 - HTMLCollection07/08 test for wrong row index
Summary: HTMLCollection07/08 test for wrong row index
Status: RESOLVED INVALID
Alias: None
Product: DOM TS
Classification: Unclassified
Component: DOM Level 1 (show other bugs)
Version: unspecified
Hardware: Other other
: P2 normal
Target Milestone: ---
Assignee: Curt Arnold
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-23 11:36 UTC by David Faure
Modified: 2005-08-23 22:48 UTC (History)
0 users

See Also:


Attachments

Description David Faure 2004-01-23 11:36:23 UTC
http://lists.w3.org/Archives/Public/www-dom-ts/2002Dec/0009.html 
The author agreed, but the change was never made. 
 
HTMLCollection07 should expect rowIndex=2 
HTMLCollection08 should expect rowIndex=1
Comment 1 Bob Clary 2004-02-10 15:36:57 UTC
to curt.
Comment 2 Curt Arnold 2004-03-09 20:39:59 UTC
Mozilla and IE pass the tests as-is.  This will require additional 
investigation and possibly additional tests.  My guess is that HTMLTable.rows 
and HTMLRowElement.rowIndex were synchronized but there seems to be no 
justification for HTMLTable.rows not to be in document order.
Comment 3 David Faure 2004-03-10 05:22:40 UTC
Do Mozilla and IE also pass HTMLTableRowElement01 ? The expected result in that 
test seems contradictory with the HTMLCollection07/08 tests, so I don't see how 
they can pass all three tests. 
 
Thanks for all the other fixes. 
Comment 4 Curt Arnold 2004-03-10 11:51:29 UTC
Both IE 6 and Mozilla 1.6 pass HTMLTableRowElement01.
Comment 5 David Faure 2005-08-23 22:48:45 UTC
OK, thanks for the infos. We have now fixed Konqueror and Safari to match IE 
and Mozilla then - I was wrong about the tests being contradictory, obviously: 
the answer is simply that the rows collection returns the visual order, not the 
DOM order.