branches/KDE/3.5/kdelibs/khtml
Darin Adler
darin at apple.com
Tue Dec 6 22:12:44 CET 2005
On Dec 6, 2005, at 1:06 PM, Dirk Mueller wrote:
> On Tuesday 06 December 2005 21:46, Maks Orlovich wrote:
>
>> Merge from Apple's tree: don't use text nodes as the target for mouse
>> events (Coolo: the MouseEvent ctor thing seems like something else
>> --- I
>
> how's that different from other anonymous nodes?
As far as I know there's no such thing as an anonymous DOM node. It's
render objects that are anonymous. What that means is that the render
object has no corresponding DOM node.
Also, the RenderText objects for text nodes are not anonymous.
On the other hand, I could see coding this to check for "is not an
element" rather than "is a text node". I don't know of any cases
where those two would differ.
-- Darin
More information about the Khtml-devel
mailing list