diff --git a/src/tokenizer.rs b/src/tokenizer.rs index fb61f553..df0f16b2 100644 --- a/src/tokenizer.rs +++ b/src/tokenizer.rs @@ -44,9 +44,10 @@ pub enum Token<'a> { /// The value does not include the quotes. QuotedString(CowRcStr<'a>), - /// A [``](https://drafts.csswg.org/css-syntax/#url-token-diagram) or `url( )` function + /// A [``](https://drafts.csswg.org/css-syntax/#url-token-diagram) /// - /// The value does not include the `url(` `)` markers or the quotes. + /// The value does not include the `url(` `)` markers. Note that `url( )` is represented by a + /// `Function` token. UnquotedUrl(CowRcStr<'a>), /// A ``