mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
LibWeb/CSS: Implement CSSNumericType.equals()
This commit is contained in:
committed by
Andreas Kling
parent
d29084997e
commit
7be645a091
Notes:
github-actions[bot]
2025-08-29 09:58:23 +00:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/LadybirdBrowser/ladybird/commit/7be645a0913 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5955 Reviewed-by: https://github.com/trflynn89
@@ -27,6 +27,7 @@ public:
|
||||
GC::Ref<CSSNumericValue> value() const;
|
||||
|
||||
virtual String serialize_math_value(Nested, Parens) const override;
|
||||
virtual bool is_equal_numeric_value(GC::Ref<CSSNumericValue> other) const override;
|
||||
|
||||
private:
|
||||
CSSMathInvert(JS::Realm&, NumericType, GC::Ref<CSSNumericValue>);
|
||||
|
||||
Reference in New Issue
Block a user