- From: Michal Bukovský via GitHub <sysbot+gh@w3.org>
- Date: Mon, 15 Aug 2016 12:14:38 +0000
- To: public-css-archive@w3.org
burlog has just created a new issue for
https://github.com/w3c/csswg-drafts:
== [css-synstax] 4.3.11. Consume a name ==
Hi guys,
I want to ask about one strange part of "consume a name" algorithm:
https://drafts.csswg.org/css-syntax/#consume-name
If the input is "\0075\0072\006C\0028" this algorithm returns string
"url(". The left parenthenses is part of name because the "escape"
branch doesn't check that the returned code point can be "a name code
point". Is it desired behaviour or is it a bug?
Thanks.
Please view or discuss this issue at
https://github.com/w3c/csswg-drafts/issues/408 using your GitHub
account
Received on Monday, 15 August 2016 12:14:45 UTC