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 181 - nodeprocessinginstructionsetnodevalue has wrong willBeModified value
Summary: nodeprocessinginstructionsetnodevalue has wrong willBeModified value
Status: RESOLVED FIXED
Alias: None
Product: DOM TS
Classification: Unclassified
Component: DOM Level 1 (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Bob Clary
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-15 11:08 UTC by Joe Schafer
Modified: 2003-06-28 21:14 UTC (History)
0 users

See Also:


Attachments
patch (742 bytes, patch)
2003-06-28 17:14 UTC, Curt Arnold
Details

Description Joe Schafer 2003-04-15 11:08:47 UTC
The core test nodeprocessinginstructionsetnodevalue sets the willBeModified
flag to false, however it also sets the nodeValue attribute. The problem
exists in the 2/13/02 release and the version in CVS.  Test implementations
that use this flag for controlling caching can fail because what was suppost
to be a readonly document would be modified by this test.  Also DOM
implementations that support a read only document would fail because a 
document marked as read only is modified.
Comment 1 Curt Arnold 2003-06-28 17:14:27 UTC
Created attachment 34 [details]
patch
Comment 2 Curt Arnold 2003-06-28 17:14:39 UTC
Changed.