[csswg-drafts] [Feature request] Support for single line comments (#7115)

LifeIsStrange has just created a new issue for https://github.com/w3c/csswg-drafts:

== [Feature request] Support for single line comments ==
Doing /* */ is NOT ergonomic especially for quick prototyping, // comments are an affordance that is provided by most languages out there, including Javascript.
It's 2022 and I think this is a relatively high impact ergonomy wise, low complexity feature and therefore a low hanging fruit regarding developper experience.
Sure there might or not be some syntax edge cases, but I'm sure requiring e.g to be a space or a newline before the // would filter such exceptions (background-url) and/or by requiring to be a space after the //
Please, make it happen :)

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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 8 March 2022 14:47:53 UTC