[Bug 19753] Add plural versions of document.elementFromPoint() and document.caretPositionFromPoint()

https://www.w3.org/Bugs/Public/show_bug.cgi?id=19753

--- Comment #2 from Sebastian Zartner <sebastianzartner@gmail.com> ---
I just realized that there was an earlier discussion on this[1].

> Should I spec IE's msElementsFromPoint()? What about msElementsFromRect()?
If you're asking me, this seems reasonable.

> Should elements that would not be a target for hit testing (e.g. because it has 
> pointer-events:none) be included in the list?
Firefox and Chrome already do this for document.elementFromPoint().
I tend to say that it should not work that way, since calling the function is
unrelated to pointer events. And the matched elements can easily be sorted out
by looping over them.
In any case it should be defined to be consistent with the behavior of
document.elementFromPoint().

Sebastian

[1] http://lists.w3.org/Archives/Public/www-style/2011Feb/0264.html

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 16 April 2013 12:49:32 UTC