Rework the concept of lenient/strict mode #459
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. |
Beta Was this translation helpful? Give feedback.
-
Yes, absolutely makes sense. |
Beta Was this translation helpful? Give feedback.
-
But see #461 (comment) |
Beta Was this translation helpful? Give feedback.
-
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 ?
Beta Was this translation helpful? Give feedback.
All reactions