diff options
author | ot <ot@localhost> | 2007-04-24 01:35:15 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2007-04-24 01:35:15 +0000 |
commit | 70db4b6137183aa214902f7cc3dbe132b13020de (patch) | |
tree | 1ac71e8d804d0879611ca2194dadde2702178571 | |
parent | 3608a4b7e26b05672e96d40929d2edd4f3883859 (diff) | |
download | markup-validator-70db4b6137183aa214902f7cc3dbe132b13020de.zip markup-validator-70db4b6137183aa214902f7cc3dbe132b13020de.tar.gz markup-validator-70db4b6137183aa214902f7cc3dbe132b13020de.tar.bz2 |
"reset button" considered harmful (?)
http://www.w3.org/Bugs/Public/show_bug.cgi?id=4480
http://www.useit.com/alertbox/20000416.html
etc.
-rwxr-xr-x | htdocs/detailed.html | 5 | ||||
-rwxr-xr-x | htdocs/index.html | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/htdocs/detailed.html b/htdocs/detailed.html index a174b91..89774f7 100755 --- a/htdocs/detailed.html +++ b/htdocs/detailed.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: detailed.html,v 1.23 2007-04-18 08:02:33 ot Exp $" ---><!--#set var="date" value="\$Date: 2007-04-18 08:02:33 $" +<!--#set var="revision" value="\$Id: detailed.html,v 1.24 2007-04-24 01:35:15 ot Exp $" +--><!--#set var="date" value="\$Date: 2007-04-24 01:35:15 $" --><!--#set var="title" value="The W3C Markup Validation Service" --><!--#set var="relroot" value="./" --><!--#include virtual="header.html" --> @@ -71,7 +71,6 @@ Check the markup (HTML, XHTML) of Web documents <p class="submit_button"> <input type="submit" value="Validate this document" /> - <input type="reset" value="Reset this form" /> </p> </form> diff --git a/htdocs/index.html b/htdocs/index.html index da7a3f4..595490b 100755 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: index.html,v 1.88 2007-04-18 08:02:33 ot Exp $" ---><!--#set var="date" value="\$Date: 2007-04-18 08:02:33 $" +<!--#set var="revision" value="\$Id: index.html,v 1.89 2007-04-24 01:35:15 ot Exp $" +--><!--#set var="date" value="\$Date: 2007-04-24 01:35:15 $" --><!--#set var="title" value="The W3C Markup Validation Service" --><!--#set var="relroot" value="./" --><!--#include virtual="header.html" --> @@ -57,7 +57,6 @@ Check the markup (HTML, XHTML) of Web documents <p class="submit_button"> <input type="submit" value="Validate this document" /> - <input type="reset" value="Reset this form" /> </p> </form> |