leny / atom-w3c-validation

Validate your HTML and CSS files using W3C validators.
MIT License
12 stars 5 forks source link

Report severity appears to be ignored #29

Open pdxwolfy opened 7 years ago

pdxwolfy commented 7 years ago

For instance, this code:

fieldset {
  background-color: #ececec;
}

yields a warning that "You have no color set (or color is set to transparent) but you have set a background-color. Make sure that cascading of colors keeps the text reasonably legible." regardless of whether the CSS Report Severity is set to All or Normal. [Just checked: it also warns when the severity is set to Most Important or No warnings.]

On the W3C site, a severity of Normal does not display this warning.

Using 0.4.0 with Atom 1.10.2 on Mac OS X 10.11.6

leny commented 7 years ago

Thanks. I will try to take a look on this current the week.

pdxwolfy commented 6 years ago

Leny, I'd be happy to try to take a look at this. Would you be willing to add me as a collaborator?

JanisE commented 5 years ago

Same here – set to "No warnings", and warnings still appear.

usizu commented 4 years ago

any chance this will get fixed?

leny commented 4 years ago

Hi,

I'm sorry, I'm not using Atom since years now.

I will be happy to merge any pull request, or give the lead on this plugin to anyone who wants to handle his maintenance.