W3C home > Mailing lists > Public > www-dom@w3.org > January to March 2000

DOM2 implementation questions

From: Raph Levien <raph@onan.artofcode.com>
Date: Wed, 12 Jan 2000 00:22:10 -0500 (EST)
Message-Id: <200001120523.VAA06254@onan.artofcode.com>
To: www-dom@w3.org
Cc: gdome-list@rpmfind.net
I'm currently trying to implement a significant subset of DOM2 in
Gdome, and have run across a number of questions. Here's my current
set:

General

Is there a reasonable DOM2 implementation I can use as a reference?
Ideally, it would contain all of DOM2 core plus events and css.


EventTarget::removeEventListener

What happens if there are two listeners A and B on a target, and A
removes B? Is B guaranteed to be called?

What if A and B are bubble listeners on an an ancestor of the target?

What if A and B are bubble listeners on two different ancestors of the
target (B ancestor of A)?


Attr::value

What is the difference between Attr::nodeValue and Attr::value?


Node::normalize

What events are appropriate? Deletion of additional Text nodes
followed by mutation of the first Text node? (this is what I percieve
to be the reverse of Text::splitText).


   Any help on these would be appreciated. Sorry if they're a FAQ.

Raph
Received on Wednesday, 12 January 2000 03:32:41 UTC

This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 22:36:45 UTC