1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-20 13:45:06 +00:00
serenity/Libraries/LibWeb/CSS/Parser
Andreas Kling ec89302fbe LibWeb: Make the ad-hoc CSS parser a little more tolerant
Just bail when encountering some unexpected character. This makes it
much more tolerable to type a stylesheet into TextEditor with live
HTML preview enabled.
2020-12-12 11:47:11 +01:00
..
CSSParser.cpp LibWeb: Make the ad-hoc CSS parser a little more tolerant 2020-12-12 11:47:11 +01:00
CSSParser.h LibWeb: Hack the CSS parser to handle integer values (like z-index) 2020-12-03 11:46:10 +01:00