aboutsummaryrefslogtreecommitdiffstats
path: root/includes/libs/CSSMin.php
diff options
context:
space:
mode:
authorTimo Tijhof <krinklemail@gmail.com>2014-07-12 02:00:55 +0200
committerTimo Tijhof <krinklemail@gmail.com>2014-07-12 02:00:55 +0200
commit3b229c06bed9d5fb5c470e4bd6b1f84ee022ff13 (patch)
tree26f6929d1015592de223165fe56365e63d599bde /includes/libs/CSSMin.php
parent16e82c5c9b1cd9ff8c2766be92f43f1d42442ce8 (diff)
downloadmediawikicore-3b229c06bed9d5fb5c470e4bd6b1f84ee022ff13.tar.gz
mediawikicore-3b229c06bed9d5fb5c470e4bd6b1f84ee022ff13.zip
CSSMin: Add link to css-syntax spec for url tokens on w3.org
Change-Id: I9bfd7016ba4ec106e1b92602fd6d8188b8b183f3
Diffstat (limited to 'includes/libs/CSSMin.php')
-rw-r--r--includes/libs/CSSMin.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/libs/CSSMin.php b/includes/libs/CSSMin.php
index 6b10ae46bf12..4885ae6388c2 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
*/