1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 10:47:34 +00:00

LibWeb: Move strip_and_collapse_whitespace() to Infra/

...and make it spec compliant by considering all ASCII whitespace,
greatly simplifying it in the process :^)
This commit is contained in:
Linus Groh 2022-10-01 18:39:40 +01:00 committed by Andreas Kling
parent b86c264975
commit 7760c00714
4 changed files with 50 additions and 28 deletions

View file

@ -277,6 +277,7 @@ set(SOURCES
HighResolutionTime/Performance.cpp
Infra/ByteSequences.cpp
Infra/JSON.cpp
Infra/Strings.cpp
IntersectionObserver/IntersectionObserver.cpp
Layout/AvailableSpace.cpp
Layout/BlockContainer.cpp