Re: [css-variables][css-conditional] passing lone surrogates to CSS.supports()

Cameron McCormack wrote:
> Again, in CSS syntax `var-\0` would be treated the same as `var-\fffd`,
> but if we're doing a literal match of the property name, then there is
> no way we could ever have a custom property named with a NUL in its name.

Unless we used CSSStyleDeclaration.setProperty("var-\0", ...).

Received on Tuesday, 27 August 2013 02:09:05 UTC