LibWeb: Implement CSS Angle class

This corresponds to `<angle>` in the grammar.
This commit is contained in:
Sam Atkins 2022-02-21 17:43:30 +00:00 committed by Andreas Kling
commit 355d1936f2
Notes: sideshowbarker 2024-07-17 18:20:14 +09:00
9 changed files with 293 additions and 31 deletions

View file

@ -19,6 +19,9 @@ class SubtleCrypto;
}
namespace Web::CSS {
class Angle;
class AnglePercentage;
class AngleStyleValue;
class BackgroundRepeatStyleValue;
class BackgroundSizeStyleValue;
class BackgroundStyleValue;