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 596 - Uncovered methods and attributes in L1/L2 HTML
Summary: Uncovered methods and attributes in L1/L2 HTML
Status: RESOLVED FIXED
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-03-12 03:19 UTC by Curt Arnold
Modified: 2004-03-19 04:11 UTC (History)
0 users

See Also:


Attachments
New tests for focus, blur, reset, submit, open, write, etc (120.46 KB, patch)
2004-03-18 20:00 UTC, Curt Arnold
Details
Metadata fixes, removed unreferenced tests (78.94 KB, patch)
2004-03-18 23:04 UTC, Curt Arnold
Details

Description Curt Arnold 2004-03-12 03:19:16 UTC
Methods with no corresponding test metadata HTMLDocument.open 
HTMLDocument.close 
HTMLDocument.write 
HTMLDocument.writeln 
HTMLFormElement.submit 
HTMLFormElement.reset 
HTMLSelectElement.add 
HTMLSelectElement.remove 
HTMLSelectElement.blur 
HTMLSelectElement.focus 
HTMLInputElement.blur 
HTMLInputElement.focus 
HTMLInputElement.select 
HTMLInputElement.click 
HTMLTextAreaElement.blur 
HTMLTextAreaElement.focus 
HTMLTextAreaElement.select 
HTMLAnchorElement.blur 
HTMLAnchorElement.focus 
Attributes with no corresponding test metadata HTMLFormElement.length 
HTMLTextAreaElement.type 
HTMLScriptElement.htmlFor 
HTMLScriptElement.event 

The next two are reported in L2 HTML, but I think it is missing metadata, not 
missing tests.

HTMLFrameElement.contentDocument 
HTMLIFrameElement.contentDocument
Comment 1 Curt Arnold 2004-03-18 20:00:40 UTC
Created attachment 314 [details]
New tests for focus, blur, reset, submit, open, write, etc
Comment 2 Curt Arnold 2004-03-18 23:04:45 UTC
Created attachment 315 [details]
Metadata fixes, removed unreferenced tests