serenity/Base/home/anon
Andreas Kling b083a233d8 LibHTML: Add Comment and CharacterData nodes and improve HTML parsing
This patch adds the CharacterData subclass of Node, which is now the
parent class of Text and a new Comment class.

A Comment node is one of these in HTML: <!--hello friends-->
Since these occur somewhat frequently on the web, we need to be able
to parse them.

This patch also adds a child rejection mechanism to the DOM tree.
Nodes can now override is_child_allowed(Node) and return false if they
don't want a particular Node to become a child of theirs. This is used
to prevent Document from taking on unwanted children.
2019-10-12 23:34:05 +02:00
..
www LibHTML: Add Comment and CharacterData nodes and improve HTML parsing 2019-10-12 23:34:05 +02:00
IRCClient.ini IRC client setttings, Terminal settings, more WM settings 2019-05-27 21:40:53 +02:00
Launcher.ini ProcessManager: Rename it to SystemMonitor 2019-08-14 14:28:45 +02:00
myfile.txt Base: Rename /users to /home. 2019-02-10 11:18:12 +01:00
Terminal.ini Terminal: Use the visual bell by default. 2019-06-07 08:45:39 +02:00
test.frm AK: Make a tiny JSON unit test based on a saved VisualBuilder form. 2019-06-29 12:07:42 +02:00
WindowManager.ini LibGUI+WindowServer: Add a "Hand" cursor to the standard cursors 2019-10-10 21:35:12 +02:00