[css2] escapement in string literals

I am trying to get tokenization of string literals here
http://www.w3.org/TR/CSS21/syndata.html#tokenization
In particular {unicode} thing...

What will this string produce:
"\0123456789"
?

And this too:
"\012345 6789"

in particular will it be white space between &#x012345 character and "6789" ?

-- 
Andrew Fedoniouk.

http://terrainformatica.com

Received on Sunday, 11 November 2012 03:06:14 UTC