Re: [csswg-drafts] [css-shadow-parts] decide on forwarding micro-syntax for partmap

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