1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-30 21:48:11 +00:00
serenity/Libraries/LibWeb/CSS/Parser
Andreas Kling 498845ea2f LibWeb: Handle CSS "ex" lengths (relative to font x-height)
These are pretty rare, but they do come up in some places and it's not
hard to support. The Gfx::Font information is approximate (and bad)
but we can fix that separately.
2020-08-07 20:30:59 +02:00
..
CSSParser.cpp LibWeb: Handle CSS "ex" lengths (relative to font x-height) 2020-08-07 20:30:59 +02:00
CSSParser.h LibWeb: Move the CSS parser into CSS/Parser/ 2020-07-28 19:23:18 +02:00