LibWeb/CSS: Implement guaranteed-invalid value

This is a special value produced when var/attr substitution fails, and
is also the initial value for custom properties.
This commit is contained in:
Sam Atkins 2025-03-12 15:29:12 +00:00
commit d1dadd43a1
Notes: github-actions[bot] 2025-05-14 10:48:18 +00:00
4 changed files with 46 additions and 0 deletions

View file

@ -245,6 +245,7 @@ class GridTrackPlacement;
class GridTrackPlacementStyleValue;
class GridTrackSizeList;
class GridTrackSizeListStyleValue;
class GuaranteedInvalidStyleValue;
class ImageStyleValue;
class IntegerOrCalculated;
class IntegerStyleValue;