mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 04:09:13 +00:00
LibWeb/DOM: Stub out Element pointerevents methods
This commit is contained in:
parent
8ec72d6906
commit
11b6bd8138
Notes:
github-actions[bot]
2025-04-11 20:28:09 +00:00
Author: https://github.com/AtkinsSJ
Commit: 11b6bd8138
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4325
1 changed files with 4 additions and 0 deletions
|
@ -120,6 +120,10 @@ interface Element : Node {
|
|||
// FIXME: [CEReactions] undefined insertAdjacentHTML(DOMString position, (TrustedHTML or DOMString) string);
|
||||
[CEReactions] undefined insertAdjacentHTML(DOMString position, DOMString text);
|
||||
|
||||
// https://w3c.github.io/pointerevents/#extensions-to-the-element-interface
|
||||
[FIXME] undefined setPointerCapture(long pointerId);
|
||||
[FIXME] undefined releasePointerCapture(long pointerId);
|
||||
[FIXME] boolean hasPointerCapture(long pointerId);
|
||||
};
|
||||
|
||||
dictionary GetHTMLOptions {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue