1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-30 16:28:11 +00:00
Commit graph

4 commits

Author SHA1 Message Date
Andreas Kling
4573eb226e LibHTML: Implement enough of the CSS parser to parse the default stylesheet. 2019-06-22 21:48:56 +02:00
Andreas Kling
7e1cb86da7 LibHTML: Make it possible to build LibHTML on the host.
- "make" builds the normal Serenity libhtml.a
- "make -f Makefile.host" builds a test program for the host machine.
2019-06-22 21:21:57 +02:00
Andreas Kling
ae8eff55a7 LibHTML: Some initial works towards a simple CSS parser. 2019-06-22 09:27:39 +02:00
Andreas Kling
891e668e35 LibHTML: Add an empty CSS parser. 2019-06-21 20:55:41 +02:00