mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:27:35 +00:00
LibWeb: Implement ChildNode.after
This commit is contained in:
parent
1bbe40c5af
commit
5a5e3a6ec3
4 changed files with 58 additions and 0 deletions
|
@ -8,6 +8,7 @@ interface CharacterData : Node {
|
|||
|
||||
// FIXME: These should come from a ChildNode mixin
|
||||
[CEReactions, Unscopable] undefined before((Node or DOMString)... nodes);
|
||||
[CEReactions, Unscopable] undefined after((Node or DOMString)... nodes);
|
||||
[CEReactions, Unscopable, ImplementedAs=remove_binding] undefined remove();
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue