1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-16 23:15:07 +00:00
serenity/Libraries/LibHTML/Parser
Andreas Kling f0c94758f4 LibHTML: CSS parser should accept "foo>bar", not just "foo > bar"
If we peek a combinator at the start of a simple selector, we're seeing
the start of a new complex selector.
2019-11-28 14:48:51 +01:00
..
CSSParser.cpp LibHTML: CSS parser should accept "foo>bar", not just "foo > bar" 2019-11-28 14:48:51 +01:00
CSSParser.h LibHTML: Implement the "margin" shorthand property 2019-11-18 11:51:02 +01:00
HTMLParser.cpp LibHTML: Store the HTML parser input along with the created Document 2019-11-25 00:27:41 +01:00
HTMLParser.h LibHTML+IRCClient: Add an escape_html_entities() helper 2019-11-06 22:40:01 +01:00