Replies: 1 comment
-
Well, the "browser compliant mode" intends to mimic as much as possible the browser behaviour. This means to throw as little exceptions as possible and try to get as many valid style declarations etc. out of the file as possibl.e So you may also want to call it "lenient" or "lax" mode if that helps to understand. In case of a syntax error, it tries to skip to the next closing bracket ( |
Beta Was this translation helpful? Give feedback.
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.
-
Currently, when I try to parse this CSS file
with following setting
It returns no error. It looks to me like an issue. Could you please explain this behavior?
Thanks you!
Beta Was this translation helpful? Give feedback.
All reactions