mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 09:45:06 +02:00
LibWeb: Clamp <radial-size> calculated length percentages
The spec requires `<radial-size>` to be non-negative
This commit is contained in:
Notes:
github-actions[bot]
2026-01-05 11:43:21 +00:00
Author: https://github.com/Calme1709 Commit: https://github.com/LadybirdBrowser/ladybird/commit/41b2496d3ee Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/7308 Reviewed-by: https://github.com/AtkinsSJ ✅
@@ -75,6 +75,7 @@ enum SpecialContext : u8 {
|
||||
CubicBezierFunctionXCoordinate,
|
||||
DOMMatrixInitString,
|
||||
MediaCondition,
|
||||
RadialSizeLengthPercentage,
|
||||
RandomValueSharingFixedValue,
|
||||
ShadowBlurRadius,
|
||||
StepsIntervalsJumpNone,
|
||||
|
||||
Reference in New Issue
Block a user