- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Mon, 18 Jul 2016 23:00:44 +0000
- To: public-houdini-archive@w3.org
Yes. Those are the two modes CSS operates in - if the string is in an ASCII-only context, it's matched ASCII case-insensitively; otherwise, it's matched codepoint-by-codepoint. No normalization is ever done in CSS (or in the web platform as a whole, unless you're specifically using a Unicode-transforming library). -- GitHub Notification of comment by tabatkins Please view or discuss this issue at https://github.com/w3c/css-houdini-drafts/issues/259#issuecomment-233484506 using your GitHub account
Received on Monday, 18 July 2016 23:00:51 UTC