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 524 - Additional TypeInfo.isDerived, Attr.schemaTypeInfo and Element.schemTypeInfo tests
Summary: Additional TypeInfo.isDerived, Attr.schemaTypeInfo and Element.schemTypeInfo ...
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-14 21:48 UTC by Curt Arnold
Modified: 2004-02-19 22:20 UTC (History)
0 users

See Also:


Attachments
Changes and additional tests (89.49 KB, patch)
2004-02-14 21:51 UTC, Curt Arnold
Details
Fixes for elementgetschematypeinfo03 and attr...06 (2.53 KB, patch)
2004-02-15 01:22 UTC, Curt Arnold
Details

Description Curt Arnold 2004-02-14 21:48:11 UTC
Several existing typeinfoisderived tests had an improper namespace for 
XMLSchema.

Some additional tests check whether isDerived(... DERIVATION_LIST) returns 
true on a extended list type and the same for union.

attrgetschematypeinfo06 and elementgetschematypeinfo03 check that 
schemaTypeInfo returns null when there is no schema or DTD.
Comment 1 Curt Arnold 2004-02-14 21:51:21 UTC
Created attachment 226 [details]
Changes and additional tests

Also fixes bug with implementationAttribute name="schemaValidating" not
blocking namespaceAware=false.
Comment 2 Curt Arnold 2004-02-15 01:22:06 UTC
Created attachment 227 [details]
Fixes for elementgetschematypeinfo03 and attr...06

The original tests expected Attr.schemaTypeInfo to be null if not validating,
however the spec does not describe that but does describe schemaTypeInfo having
a null name and namespace.