Files
ladybird/Libraries/LibWeb/DOM/Node.cpp
Andreas Kling 128eaf9295 LibWeb: Add some helpers to the DOM Node class
This patch adds the following things needed by the HTML spec:

- Node::child_text_content()
- Node::is_connected()
- Node::root()
2020-05-24 23:54:22 +02:00

5.6 KiB