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 438 - parseWithContext tests did not allow NOT_SUPPORTED_ERR
Summary: parseWithContext tests did not allow NOT_SUPPORTED_ERR
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: 2003-12-17 14:14 UTC by Curt Arnold
Modified: 2003-12-17 19:18 UTC (History)
0 users

See Also:


Attachments
Places parseWithContext in try/catch blocks (4.48 KB, patch)
2003-12-17 14:17 UTC, Curt Arnold
Details

Description Curt Arnold 2003-12-17 14:14:15 UTC
DOMBuilderTest1 - 4 call LSParser.parseWithContext but did not allow an 
implementation to throw a DOMException with a NOT_SUPPORTED_ERR code.

Supporting this required additional constructs to the markup language which 
will be committed as the next bug.
Comment 1 Curt Arnold 2003-12-17 14:17:29 UTC
Created attachment 117 [details]
Places parseWithContext in try/catch blocks