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 744 - canonicalform tests expecting whitespace nodes
Summary: canonicalform tests expecting whitespace nodes
Status: NEW
Alias: None
Product: DOM TS
Classification: Unclassified
Component: DOM Level 3 (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Philippe Le Hegaret
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-25 12:18 UTC by Andrew Clover
Modified: 2007-03-29 18:49 UTC (History)
0 users

See Also:


Attachments

Description Andrew Clover 2004-05-25 12:18:52 UTC
The DOM L3 LS tests:

  canonicalform08
  canonicalform09

expect to find Text nodes representing white space inside the Document node, to
match the single newlines between document-level nodes specified by Canonical XML.

Judging by discussion on www-dom:

  http://lists.w3.org/Archives/Public/www-dom/2004AprJun/0030.html

there should, however, never by any Text nodes (white space or otherwise) inside
the Document node.
Comment 1 Andrew Clover 2004-05-26 11:39:16 UTC
Hmm. Same applies to the L3 Core tests of the same name, which I hadn't noticed
before.