mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-19 15:43:20 +00:00
LibWeb: Resolve percentages in <angular-color-stop-list>
as angles
This commit is contained in:
parent
62c00712fa
commit
cc2c8e8615
Notes:
github-actions[bot]
2025-10-17 07:38:54 +00:00
Author: https://github.com/Calme1709
Commit: cc2c8e8615
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6497
Reviewed-by: https://github.com/tcl3 ✅
4 changed files with 11 additions and 5 deletions
|
@ -564,6 +564,7 @@ private:
|
|||
DescriptorID descriptor;
|
||||
};
|
||||
enum SpecialContext : u8 {
|
||||
AngularColorStopList,
|
||||
ShadowBlurRadius,
|
||||
TranslateZArgument
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue