LibWeb: Resolve percentages in <angular-color-stop-list> as angles

This commit is contained in:
Callum Law 2025-10-17 17:11:02 +13:00 committed by Tim Ledbetter
parent 62c00712fa
commit cc2c8e8615
Notes: github-actions[bot] 2025-10-17 07:38:54 +00:00
4 changed files with 11 additions and 5 deletions

View file

@ -564,6 +564,7 @@ private:
DescriptorID descriptor;
};
enum SpecialContext : u8 {
AngularColorStopList,
ShadowBlurRadius,
TranslateZArgument
};