- From: Ryosuke Niwa via GitHub <sysbot+gh@w3.org>
- Date: Mon, 26 Mar 2018 22:39:51 +0000
- To: public-css-archive@w3.org
When I say "the separator token is hard to parse" is synonymous to not being able to implement this without regressing perf since we wouldn't implement any feature if it interferes with perf. Also, having to just do `value.split(/\s*,\s*/).map((t) => t.split(/\s+/))` versus having to deal with `=>` because now you'd have to deal with more complicate error handling as just having `=` and `>`, etc... is a significant difference in the complexity. -- GitHub Notification of comment by rniwa Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2411#issuecomment-376334795 using your GitHub account
Received on Monday, 26 March 2018 22:40:02 UTC