mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 16:16:43 +00:00
LibWeb/CSS: Extract a CSSDescriptors base class
This holds the boilerplate that's needed by any CSSStyleDeclaration subclass that holds Descriptors. CSSFontFaceDescriptors now only has to worry about initialization and its own exposed properties.
This commit is contained in:
parent
6941b63890
commit
0925a32558
Notes:
github-actions[bot]
2025-05-08 15:22:53 +00:00
Author: https://github.com/AtkinsSJ
Commit: 0925a32558
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4654
6 changed files with 313 additions and 267 deletions
|
@ -71,6 +71,7 @@ set(SOURCES
|
|||
CSS/CSS.cpp
|
||||
CSS/CSSAnimation.cpp
|
||||
CSS/CSSConditionRule.cpp
|
||||
CSS/CSSDescriptors.cpp
|
||||
CSS/CSSFontFaceDescriptors.cpp
|
||||
CSS/CSSFontFaceRule.cpp
|
||||
CSS/CSSGroupingRule.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue