CSSMin: Add link to css-syntax spec for url tokens on w3.org

Change-Id: I9bfd7016ba4ec106e1b92602fd6d8188b8b183f3
This commit is contained in:
Timo Tijhof 2014-07-12 02:00:55 +02:00
parent 16e82c5c9b
commit 3b229c06be

View file

@ -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
*/