[css-houdini-drafts] registerProperty/unregisterProperty should be clearer about escaping of property name

dbaron has just created a new issue for 
https://github.com/w3c/css-houdini-drafts:

== registerProperty/unregisterProperty should be clearer about 
escaping of property name ==
The [definition of <code>registerProperty()</code> and 
<code>unregisterProperty()</code>](https://drafts.css-houdini.org/css-properties-values-api/#the-registerproperty-function)
 should be clearer about CSS escaping of the property name.  It says 
that the name given has to match a CSS production that does include 
escaping, but it doesn't actually say that that CSS escaping is 
processed in the production of the property name that is actually 
registered, or that registering and unregistering by different strings
 that are equivalent once escaping is processed properly unregisters, 
or similar for registering twice throwing an exception.

Please view or discuss this issue at 
https://github.com/w3c/css-houdini-drafts/issues/283 using your GitHub
 account

Received on Tuesday, 23 August 2016 00:37:22 UTC