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 572 - Namespaces parameter should track isNamespaceAware
Summary: Namespaces parameter should track isNamespaceAware
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-02-25 01:37 UTC by Curt Arnold
Modified: 2004-02-25 21:20 UTC (History)
0 users

See Also:


Attachments
Adds domconfignamespace02 (2.18 KB, patch)
2004-02-25 01:38 UTC, Curt Arnold
Details
Changed expectation of test (1.46 KB, patch)
2004-02-25 16:19 UTC, Curt Arnold
Details

Description Curt Arnold 2004-02-25 01:37:15 UTC
This test is tenative awaiting 25 Feb 2004 teleconference.  The test asserts 
that the 'namespaces' parameter should be false when the document was created 
by a non-namespace aware parse.  Otherwise, unexpected normalization behavior 
will occur in code written for L1 or L2.
Comment 1 Curt Arnold 2004-02-25 01:38:01 UTC
Created attachment 254 [details]
Adds domconfignamespace02
Comment 2 Curt Arnold 2004-02-25 16:19:26 UTC
Created attachment 256 [details]
Changed expectation of test