user656925
user656925

Reputation:

Where is a node defined?

A collection is a list of nodes per W3C DOM Reference but where is a node defined? I'm assuming it is an element currently but where is the formal defenition?

Upvotes: 0

Views: 321

Answers (1)

nos
nos

Reputation: 229088

It's in the DOM level 2 Core specification, here . The DOM HTML specs you're looking in contains elements specific to HTML, but it extends DOM 2

Upvotes: 1

Related Questions