mirror of
https://github.com/RGBCube/serenity
synced 2026-01-13 13:51:00 +00:00
Code for parsing and stringifying CSS properties is now generated based on LibHTML/CSS/Properties.json At the moment, the file tells us three things: - The name of a property - Its initial value - Whether it's inherited Also, for shorthand properties, it provides a list of all the longhand properties it may expand too. This is not actually used in the engine yet though. This *finally* makes layout tree dumps show the names of CSS properties in effect, instead of "CSS::PropertyID(32)" and such. :^)
3 lines
56 B
Text
3 lines
56 B
Text
DefaultStyleSheetSource.cpp
|
|
PropertyID.cpp
|
|
PropertyID.h
|