Currently, when I try to parse this CSS file ``` abc ``` with following setting ``` new CSSReaderSettings() .setBrowserCompliantMode(true) ``` It returns no error. It looks to me like an issue. Could you please explain this behavior? Thanks you!