aboutsummaryrefslogtreecommitdiffstats
path: root/src/css/curCSS.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/css/curCSS.js')
-rw-r--r--src/css/curCSS.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/css/curCSS.js b/src/css/curCSS.js
index b0f0a7555..942017bbe 100644
--- a/src/css/curCSS.js
+++ b/src/css/curCSS.js
@@ -30,10 +30,9 @@ export function curCSS( elem, name, computed ) {
if ( isCustomProp && ret ) {
- // Support: Firefox 105+, Chrome <=105+
+ // Support: Firefox 105 - 135+
// Spec requires trimming whitespace for custom properties (gh-4926).
- // Firefox only trims leading whitespace. Chrome just collapses
- // both leading & trailing whitespace to a single space.
+ // Firefox only trims leading whitespace.
//
// Fall back to `undefined` if empty string returned.
// This collapses a missing definition with property defined