mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-31 22:56:04 +00:00
LibWeb/CSS: Make non-finite Numbers serialize as themselves
We're required to serialize NaN, infinity, and -infinity as their keyword names, even after they've been converted to Numbers.
This commit is contained in:
parent
c3d61020e7
commit
46b9497a66
Notes:
github-actions[bot]
2025-01-30 18:33:39 +00:00
Author: https://github.com/AtkinsSJ
Commit: 46b9497a66
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3383
5 changed files with 31 additions and 10 deletions
|
@ -89,6 +89,7 @@ set(SOURCES
|
|||
CSS/MediaQuery.cpp
|
||||
CSS/MediaQueryList.cpp
|
||||
CSS/MediaQueryListEvent.cpp
|
||||
CSS/Number.cpp
|
||||
CSS/Parser/ComponentValue.cpp
|
||||
CSS/Parser/GradientParsing.cpp
|
||||
CSS/Parser/Helpers.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue