From 3b229c06bed9d5fb5c470e4bd6b1f84ee022ff13 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Sat, 12 Jul 2014 02:00:55 +0200 Subject: [PATCH] CSSMin: Add link to css-syntax spec for url tokens on w3.org Change-Id: I9bfd7016ba4ec106e1b92602fd6d8188b8b183f3 --- includes/libs/CSSMin.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/libs/CSSMin.php b/includes/libs/CSSMin.php index 6b10ae46bf..4885ae6388 100644 --- a/includes/libs/CSSMin.php +++ b/includes/libs/CSSMin.php @@ -163,6 +163,8 @@ class CSSMin { * Build a CSS 'url()' value for the given URL, quoting parentheses (and other funny characters) * and escaping quotes as necessary. * + * See http://www.w3.org/TR/css-syntax-3/#consume-a-url-token + * * @param string $url URL to process * @return string 'url()' value, usually just `"url($url)"`, quoted/escaped if necessary */ -- 2.20.1