mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-17 07:50:04 +00:00
LibWeb: Add and implement CSSPropertyRule
IDL and bindings
This commit is contained in:
parent
648fac7215
commit
50d64b0fb7
Notes:
github-actions[bot]
2024-10-23 05:56:46 +00:00
Author: https://github.com/a-ungurianu 🔰
Commit: 50d64b0fb7
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1777
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/AtkinsSJ ✅
15 changed files with 160 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue