Rework the concept of lenient/strict mode #459
oliverklee
started this conversation in
General
Replies: 4 comments 1 reply
|
I think there would still need to be a switch to enable logging (disabled by default), since there are different use cases: the developer wants to know about errors in their own CSS; in a different type of project, the deveoper does not want to know about CSS errors in user input, if, say, they are providing an online tool. But otherwise yes, I think so. We would not need to test creation of log file messages for specific CSS errors, just that the enable/disable switch works at a basic level. |
0 replies
Yes, absolutely makes sense. |
0 replies
But see #461 (comment) |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Continuing from #454 (comment):
So, to help debugging, maybe we can have a single defined behavior (without any switches) and also provide a log of any problems. Would that solve both problems (reduce complexity and the required maintenance/testing work while also allowing users to debug problems with their CSS)?
What do you think, @sabberworm @JakeQZ ?
All reactions