Ben Hutchings wrote:
The extents of the content of the link.

You mean the smallest rectangle that contains all the layout objects corresponding to descendants of the link DOM node in the DOM?

You can get that by getting the rectangles for all those nodes and taking the minimal bounding rectangle... There's no one-stop place for this information.

Note, however, that change of state on a link can also affect rendering of the link's siblings in the DOM, what with the CSS '+' and '~' combinators.

-Boris
_______________________________________________
mozilla-embedding mailing list
mozilla-embedding@mozilla.org
http://mail.mozilla.org/listinfo/mozilla-embedding

Reply via email to