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 477 - Coverage of UserDataHandler, DOMErrorHandler, DOMLocator
Summary: Coverage of UserDataHandler, DOMErrorHandler, DOMLocator
Status: RESOLVED FIXED
Alias: None
Product: DOM TS
Classification: Unclassified
Component: DOM Level 3 (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-21 12:39 UTC by Curt Arnold
Modified: 2004-02-19 22:42 UTC (History)
0 users

See Also:


Attachments
userdatahandler and documentnormalize tests (70.61 KB, patch)
2004-01-21 12:45 UTC, Curt Arnold
Details

Description Curt Arnold 2004-01-21 12:39:44 UTC
There were no tests for these interfaces.  To support these framework 
constructs UserDataMonitor and DOMErrorMonitor were created that capture user 
data notifications or DOMErrors for later interrogation.  A 
UserDataNotification type was created to capture the parameters on a call to 
UserDataMonitor.handle.
Comment 1 Curt Arnold 2004-01-21 12:45:22 UTC
Created attachment 198 [details]
userdatahandler and documentnormalize tests

More tests need to be added to check effectiveness of configuration parameters
on normalization.