- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Tue, 22 May 2018 14:32:08 +0000
- To: public-css-archive@w3.org
In [Variables§2](https://drafts.csswg.org/css-variables/#defining-variables), custom property names are defined to be [case-sensitive](https://html.spec.whatwg.org/multipage/infrastructure.html#case-sensitive), which means they're compared code-point by code-point. [Values§3.2](https://drafts.csswg.org/css-values/#custom-idents) also mentions this as a general rule for `<custom-ident>`s, but doesn't link case-sensitive properly; I'll fix that. The rest of CSS is limited to ASCII and is ASCII case-insensitive. -- GitHub Notification of comment by tabatkins Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2693#issuecomment-391012711 using your GitHub account
Received on Tuesday, 22 May 2018 14:32:10 UTC