RE: [css-variables] Reopening the casing issue

> Nope, nope nope nope. Not gonna change this. ^_^ 

As I said, that's okay ^_^


> Figuring out the
> right casing rules was contentious and hard, and ASCII-case folding is
> awkward when you mix in non-ASCII latin letters like accented letters
> (not to mention, dependent on which normal form you use - ASCII A
> followed by a combining accent would be treated differently than a
> precomposed accented A).

Not like if I ever saw any identifier on the web which was not ([a-z] | [A-Z] | [0-9] | - | _ )*. To me, the only case-reduction that would need to be specced is what is actually used in CSS, aka [A-Z] -> [a-z]. But okay, not a big deal, really ^_^


> Your preprocessor needs to be adjusted to not touch the casing of
> anything related to variable rules.
>
> ~TJ
> 		 	   		  

Received on Tuesday, 11 June 2013 12:48:19 UTC