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 732 - LS tests requiring schemaValidating
Summary: LS tests requiring schemaValidating
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-22 20:46 UTC by Andrew Clover
Modified: 2004-06-25 16:55 UTC (History)
0 users

See Also:


Attachments

Description Andrew Clover 2004-05-22 20:46:35 UTC
The DOM L3 LS tests:

  infoset03
  datatypenormalization (ALL tests)

require the schemaValidating implementationAttribute, otherwise createLSParser
can raise NOT_SUPPORTED_ERR when asked to create a schema-validating parser.
Comment 1 Andrew Clover 2004-06-25 12:55:57 UTC
infoset03 seems to be trying to detect whether schema validation is supported by
looking for a null return value from createLSParser when schemaType is xsdNS.
However LS says a NOT_SUPPORTED_ERR should be thrown in this case and doesn't
mention a null value being permissable.

Given that the test is looking for element-level textual content normalisation -
a feature not available in DTD or non-validating parsers - this test should
indeed be schemaValidating-only.