1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-10 13:02:07 +00:00
serenity/Libraries/LibWeb/CodeGenerators/Generate_CSS_PropertyID_cpp
Linus Groh d8cdf3f5e1 LibWeb: Make CSS property parsing case-insensitive
These are all valid:

background-COLOR: red;
Background-Color: red;
BACKGROUND-COLOR: red;
BaCkGrOuNd-CoLoR: red;
2020-05-13 19:25:49 +02:00
..
Generate_CSS_PropertyID_cpp.cpp LibWeb: Make CSS property parsing case-insensitive 2020-05-13 19:25:49 +02:00
Makefile AK: Add FlyString, a simple flyweight string class 2020-03-22 13:03:43 +01:00