mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 15:27:32 +09:00
Issue #2135 - Bug 1430301: Implement ShadowRoot.elementFromPoint/elementsFromPoint
This commit is contained in:
parent
3350af82c2
commit
e64aeea52d
7 changed files with 154 additions and 149 deletions
|
|
@ -287,8 +287,6 @@ partial interface Document {
|
|||
|
||||
// http://dev.w3.org/csswg/cssom-view/#extensions-to-the-document-interface
|
||||
partial interface Document {
|
||||
Element? elementFromPoint (float x, float y);
|
||||
sequence<Element> elementsFromPoint (float x, float y);
|
||||
CaretPosition? caretPositionFromPoint (float x, float y);
|
||||
|
||||
readonly attribute Element? scrollingElement;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue