cfjedimaster / brackets-w3cvalidation

Simple W3C Validator for Brackets
85 stars 33 forks source link

always shows warnings after new update #33

Closed francis-zhu-cloudpense closed 9 years ago

francis-zhu-cloudpense commented 9 years ago

Yes, I can validate again after the update.

However, all previously valid file now turns up with "2 W3CValidation Problems", namely

The Content-Type was “text/html”. Using the HTML parser.
Using the schema for HTML with SVG 1.1, MathML 3.0, RDFa 1.1, and ITS 2.0 support.  

How can I turn this off?

A sample HTML file is something like this:

<!doctype html>
<html>
  <head>
    <meta charset='utf-8'>
    <title>Test</title>
  </head>
  <body>
    <h1>Hello, World!</h1>
  </body>
</html>
cfjedimaster commented 9 years ago

I believe those are just informational type messages. Let me see if I can ignore them.

cfjedimaster commented 9 years ago

Wow - and now the validator is blocking me from using it due to "abuse". This may be the end of the validator.

keithallenjackson commented 9 years ago

Any update on this? I'm having the same issue.

cfjedimaster commented 9 years ago

Not yet - haven't had time to work on it.

cfjedimaster commented 9 years ago

Fixed.