mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:47:35 +00:00
LibWeb: Implement Element.insertAdjacentElement
This commit is contained in:
parent
f27f2e0d3b
commit
d540e2ec98
3 changed files with 56 additions and 0 deletions
|
@ -53,6 +53,7 @@ interface Element : Node {
|
|||
readonly attribute long clientWidth;
|
||||
readonly attribute long clientHeight;
|
||||
|
||||
[CEReactions] Element? insertAdjacentElement(DOMString where, Element element);
|
||||
[CEReactions] undefined insertAdjacentHTML(DOMString position, DOMString text);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue