Closed
Description
The definition of registerProperty()
and unregisterProperty()
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.