mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Implement Document#elementFromPoint
This commit is contained in:
parent
3701edbf2b
commit
76678bbdae
9 changed files with 60 additions and 88 deletions
|
@ -180,3 +180,8 @@ partial interface Document {
|
|||
|
||||
TouchList createTouchList(Touch... touches);
|
||||
};
|
||||
|
||||
// https://drafts.csswg.org/cssom-view/#dom-document-elementfrompoint
|
||||
partial interface Document {
|
||||
Element? elementFromPoint(double x, double y);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue