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 648 - anonymous type and self-derivation by any method should return true
Summary: anonymous type and self-derivation by any method should return true
Status: NEW
Alias: None
Product: DOM TS
Classification: Unclassified
Component: DOM Level 3 (show other bugs)
Version: unspecified
Hardware: Other other
: P2 normal
Target Milestone: ---
Assignee: Philippe Le Hegaret
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-02 16:25 UTC by nnissar
Modified: 2011-06-18 13:39 UTC (History)
1 user (show)

See Also:


Attachments

Description nnissar 2004-04-02 16:25:25 UTC
DOM L3 Spec states that a "the reference type is derived by restriction from 
the other type definition if the other type definition is the same as the 
reference type definition."  If I've interpreted this correctly, then in 
typeinfoisderivedfrom39, anonymous type should return true for self-derivation 
by any method.