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 602 - TypeInfo.isDerivedFrom(anyType) fixes for pending REC
Summary: TypeInfo.isDerivedFrom(anyType) fixes for pending REC
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-03-19 01:15 UTC by Curt Arnold
Modified: 2004-03-30 05:44 UTC (History)
0 users

See Also:


Attachments
Fixes for anyType related isDerivedFrom tests (5.77 KB, patch)
2004-03-19 01:16 UTC, Curt Arnold
Details

Description Curt Arnold 2004-03-19 01:15:59 UTC
The existing typeinfoisderivedfrom tests anticipated that everything would 
consider itself a restriction of anyType.  The final rec eliminate the special 
treatment of anyType, so a type would only report true for isDerivedFrom
(anyType, METHOD_RESTRICTION) if there was an unbroken chain of restrictions 
between the type and the ur-type.
Comment 1 Curt Arnold 2004-03-19 01:16:45 UTC
Created attachment 319 [details]
Fixes for anyType related isDerivedFrom tests