1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 13:28:11 +00:00
serenity/Libraries/LibWeb/Parser
Andreas Kling 90a53b3520 LibWeb: Commit uncommitted text at the end of HTML parse
If there's any text left in the parse buffer at the end of HTML parsing
we now commit it as a Text node.
2020-03-25 18:50:10 +01:00
..
CSSParser.cpp LibWeb: Add CSS property 'border' 2020-03-20 21:40:55 +01:00
CSSParser.h LibWeb: Add CSS property 'border' 2020-03-20 21:40:55 +01:00
HTMLParser.cpp LibWeb: Commit uncommitted text at the end of HTML parse 2020-03-25 18:50:10 +01:00
HTMLParser.h LibWeb: Rename directory LibHTML => LibWeb 2020-03-07 10:32:51 +01:00