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 590 - L2 HTML HTMLTableRowElement04 broken
Summary: L2 HTML HTMLTableRowElement04 broken
Status: RESOLVED FIXED
Alias: None
Product: DOM TS
Classification: Unclassified
Component: DOM Level 2 (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-03-10 13:13 UTC by Curt Arnold
Modified: 2004-03-10 19:34 UTC (History)
0 users

See Also:


Attachments
Remove L2 HTMLTableRowEkement04 and HTMLIsIndexElement03 (8.60 KB, patch)
2004-03-10 13:39 UTC, Curt Arnold
Details

Description Curt Arnold 2004-03-10 13:13:18 UTC
The L2 version of HTMLTableRowElement04 attempts to get a table row by using 
getElementByID with an ID that does not appear in the source document causing 
it to fail on all tested implementations.  The L1 version of this test appears 
to be correct.
Comment 1 Curt Arnold 2004-03-10 13:39:46 UTC
Created attachment 297 [details]
Remove L2 HTMLTableRowEkement04 and HTMLIsIndexElement03

L2 HTMLIsIndexElement03 was compatible with the L1, but unnecessary.  After
these changes, all the tests that have both L1 and L2 versions are due to a
type change in the spec.