mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-18 16:30:50 +00:00
LibWeb/CSS: Link CalculationContext to new spec definition
Corresponds to ad244f3413
There's nothing that we need to do differently I think, but it's nice to
have a clear spec definition to refer to. :^)
This commit is contained in:
parent
a263ba78ed
commit
7fe854c131
Notes:
github-actions[bot]
2025-06-17 11:39:34 +00:00
Author: https://github.com/AtkinsSJ
Commit: 7fe854c131
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5113
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ namespace Web::CSS {
|
|||
|
||||
class CalculationNode;
|
||||
|
||||
// https://drafts.csswg.org/css-values-4/#ref-for-calc-calculation%E2%91%A2%E2%91%A7
|
||||
// https://drafts.csswg.org/css-values-4/#calc-context
|
||||
// Contains the context available at parse-time.
|
||||
struct CalculationContext {
|
||||
Optional<ValueType> percentages_resolve_as {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue