]> source.dussan.org Git - jquery.git/commit
CSS: Justify use of rtrim on CSS property values
authorRichard Gibson <richard.gibson@gmail.com>
Mon, 3 Jan 2022 12:28:49 +0000 (07:28 -0500)
committerMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Mon, 3 Jan 2022 13:07:49 +0000 (14:07 +0100)
commita1373e2e4f7323d30b2c8b05c3e51aa2e9dd07ec
tree05b9ce42028bd8e1ea34843a65d6f60e9cb8881a
parent55669883599eb03697df37814ead5eab79296d19
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

(cherry picked from commit 655c0ed5e204b1f6427e09d615a49586a7bc84eb)
src/css/curCSS.js