validator/httpd/cgi-bin check,1.605,1.606

Update of /sources/public/validator/httpd/cgi-bin
In directory hutz:/tmp/cvs-serv7548/httpd/cgi-bin

Modified Files:
	check 
Log Message:
adding note about experimentalness of HTML5 conformance checking support

Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.605
retrieving revision 1.606
diff -u -d -r1.605 -r1.606
--- check	19 Sep 2008 20:55:21 -0000	1.605
+++ check	14 Nov 2008 16:22:51 -0000	1.606
@@ -817,6 +817,10 @@
 if (($File->{DOCTYPE} eq "HTML5") or ($File->{DOCTYPE} eq "XHTML5")) {
   if ($CFG->{External}->{HTML5}) {
     $File = &html5_validate($File);
+    &add_warning('W00', {
+      W00_experimental_name => "HTML5 Conformance Checker",
+      W00_experimental_URI  => "feedback.html"
+    });
   }
   else {
     $File->{'Error Flagged'} = TRUE;

Received on Friday, 14 November 2008 16:23:03 UTC