1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-08 15:07:35 +00:00
serenity/Libraries/LibWeb/CSS/Parser
Andreas Kling 3247ea3581 LibWeb: Use CSS::ValueID for 'text-align' values
Let's start moving away from using raw strings for CSS identifiers.
The idea here is to use IdentifierStyleValue with a CSS::ValueID inside
for all CSS identifier values.
2020-12-14 20:43:25 +01:00
..
CSSParser.cpp LibWeb: Use CSS::ValueID for 'text-align' values 2020-12-14 20:43:25 +01:00
CSSParser.h LibWeb: Hack the CSS parser to handle integer values (like z-index) 2020-12-03 11:46:10 +01:00