LibWeb: Add and implement CSSPropertyRule IDL and bindings

This commit is contained in:
Alex Ungurianu 2024-10-17 23:28:09 +01:00 committed by Sam Atkins
commit 50d64b0fb7
Notes: github-actions[bot] 2024-10-23 05:56:46 +00:00
15 changed files with 160 additions and 1 deletions

View file

@ -35,6 +35,7 @@ public:
LayerBlock = 100,
LayerStatement = 101,
NestedDeclarations = 102,
Property = 103, // FIXME: This should return `0` as a type, but type is used for a lot of dispatching
};
virtual Type type() const = 0;