- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 14 Jun 2007 19:40:26 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/scripts
In directory hutz:/tmp/cvs-serv6495/scripts
Modified Files:
w3c-validator.js
Log Message:
removing extraneous label around submit button causing usability issues
styling button in case of fallback
Index: w3c-validator.js
===================================================================
RCS file: /sources/public/validator/htdocs/scripts/w3c-validator.js,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- w3c-validator.js 31 May 2007 03:59:42 -0000 1.2
+++ w3c-validator.js 14 Jun 2007 19:40:24 -0000 1.3
@@ -13,7 +13,6 @@
W3C.TabLinks = W3C.TabSet.getElements('a');
W3C.Sections = $$('fieldset.tabset_content');
-
W3C.Submits = $$('input[type=submit]');
W3C.Forms = $$('form');
Received on Thursday, 14 June 2007 19:40:30 UTC