mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 07:37:03 +00:00
LibWeb: Use W3C urls for CSS-VALUES-3 spec links
This commit is contained in:
parent
2d0c6bde01
commit
d28eeeb207
Notes:
sideshowbarker
2024-07-18 02:20:15 +09:00
Author: https://github.com/AtkinsSJ
Commit: d28eeeb207
Pull-request: https://github.com/SerenityOS/serenity/pull/10492
1 changed files with 1 additions and 1 deletions
|
@ -573,7 +573,7 @@ public:
|
|||
using CalcNumberValue = Variant<float, NonnullOwnPtr<CalcNumberSum>>;
|
||||
using CalcValue = Variant<float, CSS::Length, NonnullOwnPtr<CalcSum>>;
|
||||
|
||||
// This represents that: https://drafts.csswg.org/css-values-3/#calc-syntax
|
||||
// This represents that: https://www.w3.org/TR/css-values-3/#calc-syntax
|
||||
struct CalcSum {
|
||||
CalcSum(NonnullOwnPtr<CalcProduct> first_calc_product, NonnullOwnPtrVector<CalcSumPartWithOperator> additional)
|
||||
: first_calc_product(move(first_calc_product))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue