- From: Cameron McCormack <cam@mcc.id.au>
- Date: Tue, 27 Aug 2013 12:08:32 +1000
- To: www-style list <www-style@w3.org>
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