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 644 - elementgetschematypeinfo05 yields implementation dependent results
Summary: elementgetschematypeinfo05 yields implementation dependent results
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: Philippe Le Hegaret
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-01 11:28 UTC by nnissar
Modified: 2004-04-02 06:03 UTC (History)
0 users

See Also:


Attachments
Changed queried element to span (1.40 KB, patch)
2004-04-02 01:02 UTC, Curt Arnold
Details

Description nnissar 2004-04-01 11:28:03 UTC
In elementgetschematypeinfo05, [type definition anonymous] exists for the type 
referenced from the 'acronym' element.  In this case, DOM L3 spec 
states: "expose the namespace and local name of the corresponding anonymous 
type name" [1].  An anonymous type name is "an implementation-defined, globally 
unique qualified name provided by the processor for every anonymous type 
declared in a schema." [2]  
The actual typename and typenamespace returned is implementation dependent.
Comment 1 Curt Arnold 2004-04-02 01:02:26 UTC
Created attachment 342 [details]
Changed queried element to span