[webkit-reviews] review granted: [Bug 40131] [GTK] Add inner-node property to WebKitHitTestResult : [Attachment 57794] innernode.diff

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 7 11:04:25 PDT 2010


Gustavo Noronha (kov) <gns at gnome.org> has granted Xan Lopez
<xan.lopez at gmail.com>'s request for review:
Bug 40131: [GTK] Add inner-node property to WebKitHitTestResult
https://bugs.webkit.org/show_bug.cgi?id=40131

Attachment 57794: innernode.diff
https://bugs.webkit.org/attachment.cgi?id=57794&action=review

------- Additional Comments from Gustavo Noronha (kov) <gns at gnome.org>
 199	  * The DOM node at the coordinates where the hit test
 200	  * happened. Keep in mind that the node might not be
 201	  * representative of the information given in the context
 202	  * property, since WebKit uses a series of heuristics to figure
 203	  * out that information.

I think this needs an example to be better understood. I believe this means we
might not be returning an <img> node, even though the hit test result has
information about the hit being in an image. I think this example, or even use
the example you used in the test (innert text node vs anchor element).


More information about the webkit-reviews mailing list