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 277 - Schema validation fixes for L3 Validation tests
Summary: Schema validation fixes for L3 Validation tests
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: 2003-07-17 23:17 UTC by Curt Arnold
Modified: 2003-11-19 03:43 UTC (History)
0 users

See Also:


Attachments

Description Curt Arnold 2003-07-17 23:17:24 UTC
The initial submission of Validation tests had a few schema validation problems.
 Several tests used an undeclared variable "null" instead of using <var
name="nullNS" type="DOMString" isNull="true"/> to define and initialize a
variable as null.  Other tests used firstChild without specifying
interface="Node".  One test used assertEquals without ignoreCase and one test
had a stray "\".

Also added an "dom3-val-validate-tests" to DTD validate DOM 3 Validation tests.