Skip to content
This repository has been archived by the owner on Mar 28, 2019. It is now read-only.

INVALID_CSS_DECLARATION doesn't seem to ever get thrown. #92

Open
flukeout opened this issue Sep 29, 2017 · 2 comments
Open

INVALID_CSS_DECLARATION doesn't seem to ever get thrown. #92

flukeout opened this issue Sep 29, 2017 · 2 comments

Comments

@flukeout
Copy link

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?

@flukeout
Copy link
Author

flukeout commented Sep 29, 2017

Alternatively, was is it meant to catch this error? (Missing ; at end of rule)

image

Nothing is currently catching that ^

@Pomax
Copy link
Contributor

Pomax commented Sep 29, 2017

if it's never used, let's rip it out.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants