csslint icon indicating copy to clipboard operation
csslint copied to clipboard

Allow linting from HTML

Open rdiez opened this issue 3 years ago • 0 comments

I have a small device with a simple built-in web server, so no Linux + Apache etc. The device generates single-file web pages with status information and configuration settings.

I have automated HTML linting inside Emacs: the web page is downloaded first with 'curl', then linted with 'tidy'. The results are displayed in the compilation window, as if they were C++ compilation warnings.

Those web pages have CSS inside several

Unfortunately, csslint cannot lint inside HTML.

I could try to write some script to extract the contents of the

It would be nice if csslint could lint the contents of the HTML

rdiez avatar May 06 '21 15:05 rdiez