pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/p5-HTML-Lint
Module Name: pkgsrc
Committed By: wen
Date: Sun Oct 13 01:36:26 UTC 2013
Modified Files:
pkgsrc/www/p5-HTML-Lint: Makefile distinfo
Log Message:
Update to 2.20
Update DEPENDS
Add LICENSE
Upstream changes:
2.20 Fri Apr 6 00:49:51 CDT 2012
[ENHANCEMENTS]
Sometimes creating HTML::Lint-compliant HTML just isn't possible.
Now, you can now turn individual errors on and off in your HTML
via comment directives, like so:
<!-- html-lint elem-img-sizes-missing: off, attr-unknown: off -->
And if you have a batch of code that's hopeless:
<!-- html-lint all: off -->
Added check for unknown entities, such as "&foo;".
Added check for unclosed entitities, such as "&" without the
closing semicolon.
Added a check for a bare ampersand that should be written as &
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/p5-HTML-Lint/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/p5-HTML-Lint/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index