mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-19 15:43:20 +00:00
LibWeb/CSS: Implement CSSNumericType.equals()
This commit is contained in:
parent
d29084997e
commit
7be645a091
Notes:
github-actions[bot]
2025-08-29 09:58:23 +00:00
Author: https://github.com/AtkinsSJ
Commit: 7be645a091
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5955
Reviewed-by: https://github.com/trflynn89
22 changed files with 181 additions and 16 deletions
|
@ -27,6 +27,7 @@ public:
|
|||
GC::Ref<CSSNumericArray> values() const;
|
||||
|
||||
virtual String serialize_math_value(Nested, Parens) const override;
|
||||
virtual bool is_equal_numeric_value(GC::Ref<CSSNumericValue> other) const override;
|
||||
|
||||
private:
|
||||
CSSMathSum(JS::Realm&, NumericType, GC::Ref<CSSNumericArray>);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue