Re: [css-houdini-drafts] need to define the exact grammar accepted by "syntax"

Relatedly, we should define how to parse the `name` member of the 
PropertyDescriptor.  For example to register a property whose name 
includes a newline should you use `{ name: "--a\n" }` (i.e. an actual 
newline character) or `{ name: "--a\\n" }` (a CSS escape).

-- 
GitHub Notification of comment by heycam
Please view or discuss this issue at 
https://github.com/w3c/css-houdini-drafts/issues/112#issuecomment-241997954
 using your GitHub account

Received on Wednesday, 24 August 2016 08:49:32 UTC