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 813 - normalizedocument DOMError message non-empty
Summary: normalizedocument DOMError message non-empty
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-06-26 03:33 UTC by Andrew Clover
Modified: 2004-06-26 07:33 UTC (History)
0 users

See Also:


Attachments

Description Andrew Clover 2004-06-26 03:33:34 UTC
The DOM Level 3 Core tests:

  documentnormalizedocument06
  documentnormalizedocument07

both require that the message property of a DOMError raised through the
normalisation procedure must not be an empty string.

However all Core has to say on the property is that it is "an implementation
specific string", so empty string is probably allowable (if unhelpful).