perl/modules/W3C/LinkChecker/bin checklink,4.186,4.187

Update of /sources/public/perl/modules/W3C/LinkChecker/bin
In directory hutz:/tmp/cvs-serv31031/bin

Modified Files:
	checklink 
Log Message:
Comment updates.

Index: checklink
===================================================================
RCS file: /sources/public/perl/modules/W3C/LinkChecker/bin/checklink,v
retrieving revision 4.186
retrieving revision 4.187
diff -u -d -r4.186 -r4.187
--- checklink	4 Mar 2010 21:59:55 -0000	4.186
+++ checklink	7 Mar 2010 16:34:34 -0000	4.187
@@ -251,9 +251,11 @@
     audio      => ['src'],
     blockquote => ['cite'],
     body       => ['background'],
-    del        => ['cite'],
 
-    # proprietary
+    # button/@formaction not checked (side effects)
+    del => ['cite'],
+
+    # @pluginspage, @pluginurl, @href: pre-HTML5 proprietary
     embed => ['href', 'pluginspage', 'pluginurl', 'src'],
 
     # form/@action not checked (side effects)
@@ -262,7 +264,7 @@
     img    => ['longdesc', 'src'],
     ins    => ['cite'],
 
-    # input/@action not checked (side effects)
+    # input/@action, input/@formaction not checked (side effects)
     input  => ['src'],
     link   => ['href'],
     object => ['data'],

Received on Sunday, 7 March 2010 16:34:38 UTC