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 15308 - [Shadow]: Terminology should not define “node” as “Any DOM object”
Summary: [Shadow]: Terminology should not define “node” as “Any DOM object”
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: HISTORICAL - Component Model (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Dimitri Glazkov
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 14978
  Show dependency treegraph
 
Reported: 2011-12-22 02:08 UTC by Dominic Cooney
Modified: 2011-12-22 16:45 UTC (History)
0 users

See Also:


Attachments

Description Dominic Cooney 2011-12-22 02:08:56 UTC
Terminology defines “node” as “Any DOM object.” It depends on the meaning of “DOM object” which Terminology does not define, despite defining “DOM”.

The definition as-is would seem to include things like DOMException and Range, which is unintuitive.

I think the closest thing to “node” in the DOM Core spec is “an object which participates in a tree” <http://www.w3.org/TR/domcore/#concept-tree-participate> or borrowing from the structure of the definition of Element, a node could be an object which implements the Node interface.
Comment 1 Dimitri Glazkov 2011-12-22 16:45:16 UTC
Excellent suggestion! http://dvcs.w3.org/hg/webcomponents/rev/f49400ff61d2