cfjedimaster / brackets-w3cvalidation

Simple W3C Validator for Brackets
85 stars 33 forks source link

Adding CSS validation? #8

Open fenuks opened 10 years ago

fenuks commented 10 years ago

Hi, I would like to ask if you can add CSS validation (available under http://jigsaw.w3.org/css-validator/). I guess it should be quite easy to do so, since this tool work in same manner as HTML validator. Thank you.

cfjedimaster commented 10 years ago

There is already a CSS validator extension for brackets.

On Mon, Nov 25, 2013 at 5:26 AM, fenuks notifications@github.com wrote:

Hi, I would like to ask if you can add CSS validation (available under http://jigsaw.w3.org/css-validator/). I guess it should be quite easy to do so, since this tool work in same manner as HTML validator. Thank you.

— Reply to this email directly or view it on GitHubhttps://github.com/cfjedimaster/brackets-w3cvalidation/issues/8 .

Raymond Camden, Adobe Developer Evangelist

Email : raymondcamden@gmail.com Blog : www.raymondcamden.com Twitter: cfjedimaster

fenuks commented 10 years ago

@cfjedimaster I tried to find CSS validation extension via extension manager and Google and wasn't lucky. There is only CSSLint. Can you provide link to extension mentioned by you?

cfjedimaster commented 10 years ago

CSSLint does validate your CSS.

On Tue, Nov 26, 2013 at 4:46 AM, fenuks notifications@github.com wrote:

@cfjedimaster https://github.com/cfjedimaster I tried to find CSS validation extension via extension manager and Google and wasn't lucky. There is only CSSLint. Can you provide link to extension mentioned by you?

— Reply to this email directly or view it on GitHubhttps://github.com/cfjedimaster/brackets-w3cvalidation/issues/8#issuecomment-29282663 .

Raymond Camden, Adobe Developer Evangelist

Email : raymondcamden@gmail.com Blog : www.raymondcamden.com Twitter: cfjedimaster

fenuks commented 10 years ago

You get me wrong. I know that CSSLint validate CSS files, but by CSS validation I meant W3C validation (as far I know CSSLint do not use http://jigsaw.w3.org/css-validator/). CSSLint is good, but it would be great to have W3C CSS validator also available.

cfjedimaster commented 10 years ago

Ah.. well - I probably will not build one. Right now Bracket's linting APIs don't handle asynch processes very well. That's one reason this extension hasn't been updated in a while. I would not want to build another one using an asynch process fo rnow.

On Tue, Nov 26, 2013 at 12:54 PM, fenuks notifications@github.com wrote:

You get me wrong. I know that CSSLint validate CSS files, but by CSS validation I meant W3C validation (as far I know CSSLint do not use http://jigsaw.w3.org/css-validator/). CSSLint is good, but it would be great to have W3C CSS validator also available.

— Reply to this email directly or view it on GitHubhttps://github.com/cfjedimaster/brackets-w3cvalidation/issues/8#issuecomment-29320393 .

Raymond Camden, Adobe Developer Evangelist

Email : raymondcamden@gmail.com Blog : www.raymondcamden.com Twitter: cfjedimaster