diff options
author | mef <mef> | 2015-05-14 09:13:12 +0000 |
---|---|---|
committer | mef <mef> | 2015-05-14 09:13:12 +0000 |
commit | cf8e1da8a3902b18476146352738141bcea41763 (patch) | |
tree | 300af3bb474a0931208bf4499a934e590fccc6a4 /www/p5-HTML-Lint/distinfo | |
parent | 5ce06f3b23dee1e4a070871b60070aaa902a3e04 (diff) | |
download | pkgsrc-cf8e1da8a3902b18476146352738141bcea41763.tar.gz |
(pkgsrc note)
- Nothing changed, but just a note. 'make test' fails at t/12-html_fragment_ok.t.
It is because the randomness of error output, saying either <head><title><html>
is missing (if neither of them exists). (To see, try 'make test' several times).
(upstream)
- update 2.20 to 2.22
-------------------
2.22 Mon Apr 6 15:47:11 CDT 2015
[CHANGES THAT COULD BREAK YOUR CODE]
Previously, html_ok() would not check the entire structure of a web
page to check for <html>, <head>, <title> and <body> tags. Now it
will. If you want to check fragments of HTML for validity but know
that they are not valid HTML documents on their own, use the new
html_fragment_ok().
[ENHANCEMENTS]
Added new error, elem-input-alt-missing, that warns of <input
type="image"> tags that are missing an alt="" attribute. This helps
for accessability to make sure that any images have alternate text
for screen readers.
Added ability to modify HTML::Lint's table of known tags and
attributes, so you could do this:
# Add an attribute that your company uses.
HTML::Lint::HTML4::add_attribute( 'body', 'proprietary-attribute' );
# Add the HTML 5 <canvas> tag.
HTML::Lint::HTML4::add_tag( 'canvas' );
HTML::Lint::HTML4::add_attribute( 'canvas', $_ ) for qw( height width );
[FIXES]
Test::HTML::Lint::html_ok() would not call the HTML::Lint eof()
method, which meant it wouldn't do document-wide tests.
Diffstat (limited to 'www/p5-HTML-Lint/distinfo')
-rw-r--r-- | www/p5-HTML-Lint/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/p5-HTML-Lint/distinfo b/www/p5-HTML-Lint/distinfo index 6e6661a9289..e44b12a7aaf 100644 --- a/www/p5-HTML-Lint/distinfo +++ b/www/p5-HTML-Lint/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2013/10/13 01:36:26 wen Exp $ +$NetBSD: distinfo,v 1.5 2015/05/14 09:13:12 mef Exp $ -SHA1 (HTML-Lint-2.20.tar.gz) = 8f36a97e573adb602b1d5c98c91b9ffbd90f7bed -RMD160 (HTML-Lint-2.20.tar.gz) = 765b6a49216df7862baf2af4507f101399f5382d -Size (HTML-Lint-2.20.tar.gz) = 25974 bytes +SHA1 (HTML-Lint-2.22.tar.gz) = 03564d0c4dd8a1236ffafd9b7ca8385c37145515 +RMD160 (HTML-Lint-2.22.tar.gz) = ced5aecdb64efbede0f9dc9d2752afe41d5209d8 +Size (HTML-Lint-2.22.tar.gz) = 26468 bytes |