CSS: Justify use of rtrim on CSS property values
commit655c0ed5e204b1f6427e09d615a49586a7bc84eb
authorRichard Gibson <richard.gibson@gmail.com>
Mon, 3 Jan 2022 12:28:49 +0000 (3 07:28 -0500)
committerGitHub <noreply@github.com>
Mon, 3 Jan 2022 12:28:49 +0000 (3 13:28 +0100)
tree5f0f0c10d3e5ba522e1c3b51fe481aba2fa3e64e
parent5f4d449aa836f376eab2d2ca7585d5476d12f095
CSS: Justify use of rtrim on CSS property values

CSS does not acknowledge carriage return or form feed characters
as whitespace but it does replace them with whitespace, making it
acceptable to use `rtrim`.

Closes gh-4956
src/css/curCSS.js