1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 06:58:11 +00:00
serenity/Libraries/LibWeb/CodeGenerators
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 LibWeb: Make CSS property parsing case-insensitive 2020-05-13 19:25:49 +02:00
Generate_CSS_PropertyID_h AK: Add out() and warn() streams that forward to stdout and stderr 2020-04-06 10:49:27 +02:00
Makefile LibWeb: Rename directory LibHTML => LibWeb 2020-03-07 10:32:51 +01:00