1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-24 03:05:07 +00:00
serenity/Libraries/LibHTML/Parser
Andreas Kling df16c9676b LibHTML: Tolerate "px" suffix on CSS lengths
We only support "px" units (and "auto") but we shouldn't choke just
because someone actually says "10px" instead of just "10"
2019-11-18 12:15:23 +01:00
..
CSSParser.cpp LibHTML: Tolerate "px" suffix on CSS lengths 2019-11-18 12:15:23 +01:00
CSSParser.h LibHTML: Implement the "margin" shorthand property 2019-11-18 11:51:02 +01:00
HTMLParser.cpp LibHTML: Ignore case in <!DOCTYPE> tags :^) 2019-11-07 21:39:15 +01:00
HTMLParser.h LibHTML+IRCClient: Add an escape_html_entities() helper 2019-11-06 22:40:01 +01:00