ladybird/Base
Andreas Kling e44c87cfff LibWeb: Implement enough HTML parsing to handle a small simple DOM :^)
We can now parse a little DOM like this:

<!DOCTYPE html>
<html>
    <head></head>
    <body>
        <div></div>
    </body>
</html>

This is pretty slow work, but the incremental progress is satisfying!
2020-05-24 00:49:22 +02:00
..
etc ClipboardHistory: Always place the applet at the same location :^) 2020-05-20 20:24:44 +02:00
home/anon LibWeb: Implement enough HTML parsing to handle a small simple DOM :^) 2020-05-24 00:49:22 +02:00
res Base: Add a really bad, but yummy Slice of Pizza emoji 🍕 2020-05-23 19:49:42 +02:00
usr Docs: Add unzip(1) man page 2020-05-09 23:50:44 +02:00
www Base: Replace <!DOCTYPE> with <!DOCTYPE html> in a few files (#1511) 2020-03-26 07:37:12 +01:00