Re: [css-selectors][css-syntax] HTML5 Attribute names in CSS?

Le 01/07/2013 21:22, François REMY a écrit :
>> [data-x\{32\}="17"], [data-a\.b="21"]
> Oh, thanks, I didn't know idents did accept C-like string decoding. That's
> okay for my use case.

It’s not exactly the same rules as C but yeah, with escaping you can 
have identifers with any non-empty Unicode value:

http://www.w3.org/TR/CSS21/syndata.html#escaped-characters

-- 
Simon Sapin

Received on Monday, 1 July 2013 21:41:21 UTC