mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 17:49:40 +00:00
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:
parent
804c1eeeed
commit
d1dadd43a1
Notes:
github-actions[bot]
2025-05-14 10:48:18 +00:00
Author: https://github.com/AtkinsSJ
Commit: d1dadd43a1
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4209
Reviewed-by: https://github.com/awesomekling
4 changed files with 46 additions and 0 deletions
|
@ -245,6 +245,7 @@ class GridTrackPlacement;
|
|||
class GridTrackPlacementStyleValue;
|
||||
class GridTrackSizeList;
|
||||
class GridTrackSizeListStyleValue;
|
||||
class GuaranteedInvalidStyleValue;
|
||||
class ImageStyleValue;
|
||||
class IntegerOrCalculated;
|
||||
class IntegerStyleValue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue