How to figure out adjacent element by position given an element ? Eg., In below example is there a way to figure out the text Height next to Image.
<p><img src="test.jpg"/><i>J</i></p> In above case, it is height of J that needs to be determined. using previous/next sibling of image will work. But there could be elements based on positions like relative or absolute that render next of image (test.jpg) above, how to find those elements' height? In short , need to find adjacent element by position rendered in webkit. Thanks, Tinu
_______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

