1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 13:38:11 +00:00
serenity/Meta/Lagom/Tools/CodeGenerators/LibWeb
Sam Atkins af58bddfc8 LibWeb: Generate CSS::property_has_quirk() function
This lets you query if a given Quirk applies to a given PropertyID.
Currently this applies only to the "Hashless hex color" and "Unitless
length" quirks.
2021-09-12 16:30:38 +02:00
..
CMakeLists.txt Everywhere: Move all host tools into the Lagom/Tools subdirectory 2021-08-28 08:44:17 +01:00
Generate_CSS_PropertyID_cpp.cpp LibWeb: Generate CSS::property_has_quirk() function 2021-09-12 16:30:38 +02:00
Generate_CSS_PropertyID_h.cpp LibWeb: Generate CSS::property_has_quirk() function 2021-09-12 16:30:38 +02:00
Generate_CSS_ValueID_cpp.cpp Everywhere: Move all host tools into the Lagom/Tools subdirectory 2021-08-28 08:44:17 +01:00
Generate_CSS_ValueID_h.cpp Everywhere: Move all host tools into the Lagom/Tools subdirectory 2021-08-28 08:44:17 +01:00
WrapperGenerator.cpp LibWeb: Expose the location object via Document.location 2021-09-12 16:07:24 +02:00