- From: Boris Zbarsky via GitHub <sysbot+gh@w3.org>
- Date: Sat, 05 Nov 2016 00:20:32 +0000
- To: public-css-archive@w3.org
bzbarsky has just created a new issue for https://github.com/w3c/csswg-drafts: == [css-syntax] The url special case in ident-like token parsing could be clearer == https://drafts.csswg.org/css-syntax/#consume-ident-like-token says: > then create a <function-token> with its value set to the returned string and return it I think this would be clearer as: > then create a <function-token> with its value set to "url" and return it but if we want to preserve case, at least a note pointing out that this is talking about the string that matched "url" as opposed to the string that the quotation mark or apostrophe starts would be very helpful. Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/685 using your GitHub account
Received on Saturday, 5 November 2016 00:20:38 UTC