mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-15 04:07:36 +00:00
LibWeb/DOM: Add FIXMEs for missing functions in Node
This commit is contained in:
committed by
Tim Ledbetter
parent
62f74f3b77
commit
116c1f835d
@@ -54,6 +54,10 @@ interface Node : EventTarget {
|
||||
unsigned short compareDocumentPosition(Node? otherNode);
|
||||
boolean contains(Node? other);
|
||||
|
||||
[FIXME] DOMString? lookupPrefix(DOMString? namespace);
|
||||
[FIXME] DOMString? lookupNamespaceURI(DOMString? prefix);
|
||||
[FIXME] boolean isDefaultNamespace(DOMString? namespace);
|
||||
|
||||
[ImplementedAs=pre_insert, CEReactions] Node insertBefore(Node node, Node? child);
|
||||
[CEReactions] Node appendChild(Node node);
|
||||
[CEReactions] Node replaceChild(Node node, Node child);
|
||||
|
||||
Reference in New Issue
Block a user