This repository was archived by the owner on Mar 28, 2019. It is now read-only.

Description
We've got the following in our strings.js file...
"INVALID_CSS_DECLARATION": "<p><em data-highlight='[[cssDeclaration.start]],[[cssDeclaration.end]]'>This</em> CSS declaration never closes.</p>",
I'm guessing it's an unclosed "block" of rules that is missing a }?
Neither HTMLParser.js not CSSParser.js ever throws it. Do you know what it's about / for @Pomax?