LibWeb: Split CSS::StyleSheet into StyleSheet and CSSStyleSheet

This is a little convoluted but matches the CSSOM specification.
This commit is contained in:
Andreas Kling 2021-03-07 16:14:04 +01:00
commit fefb05f6f3
Notes: sideshowbarker 2024-07-18 21:38:26 +09:00
17 changed files with 162 additions and 82 deletions

View file

@ -31,6 +31,7 @@ namespace Web::CSS {
class CSSRule;
class CSSImportRule;
class CSSStyleRule;
class CSSStyleSheet;
class Length;
class Selector;
class StyleDeclaration;