- From: Sebastian Zartner <sebastianzartner@gmail.com>
- Date: Wed, 24 Oct 2012 07:04:20 +0200
- To: "Edward O'Connor" <eoconnor@apple.com>
- Cc: www-style@w3.org
On Wed, Oct 24, 2012 at 12:33 AM, Edward O'Connor <eoconnor@apple.com> wrote: > > Hi, > > Both document.elementFromPoint() and document.caretPositionFromPoint() > take viewpoint coordinates, and return null if the coordinates given > identify a point outside of the visible viewport. This prevents using > these methods for hit testing elements elsewhere in the document. How about document.elementsFromPoint(), so you get all elements at that point sorted descending by z-order? And wouldn't <element>.caretPositionFromPoint() make more sense? So you could even get the caret positions from overlapping elements. Sebastian
Received on Wednesday, 24 October 2012 05:04:48 UTC