mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
LibWeb: Plumb calculated StyleValues into CSS::Length
This is a bit hackish, but this way the existance of the calc() becomes transparent to the user who just wants a Length and doesn't care where it came from.
This commit is contained in:
parent
328afa32c6
commit
20667dfff5
Notes:
sideshowbarker
2024-07-18 08:25:28 +09:00
Author: https://github.com/TobyAsE
Commit: 20667dfff5
Pull-request: https://github.com/SerenityOS/serenity/pull/8043
Reviewed-by: https://github.com/alimpfard
4 changed files with 20 additions and 1 deletions
|
@ -14,6 +14,7 @@ enum class Source;
|
|||
}
|
||||
|
||||
namespace Web::CSS {
|
||||
class CalculatedStyleValue;
|
||||
class CSSRule;
|
||||
class CSSImportRule;
|
||||
class CSSStyleDeclaration;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue