- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 20 Oct 2010 19:16:48 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv26879
Modified Files:
spec.html
Log Message:
update the form to be less spammed
[updated by splitter]
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1311
retrieving revision 1.1312
diff -u -d -r1.1311 -r1.1312
--- spec.html 19 Oct 2010 07:46:38 -0000 1.1311
+++ spec.html 20 Oct 2010 19:16:46 -0000 1.1312
@@ -325,7 +325,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor-s-draft-19-october-2010">Editor's Draft 19 October 2010</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-20-october-2010">Editor's Draft 20 October 2010</h2>
<dl><dt>Latest Published Version:</dt>
<dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd>
<dt>Latest Editor's Draft:</dt>
@@ -346,7 +346,7 @@
<a href="Overview.html">single page HTML</a>,
<a href="spec.html">multipage HTML</a>,
<a href="author/">web developer edition</a>.
-This is revision 1.4519.
+This is revision 1.4520.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2010 <a href="http://www.w3.org/"><abbr title="World Wide
@@ -380,11 +380,26 @@
at http://www.w3.org/TR/.</em></p><!-- where to send feedback (required) --><p>If you wish to make comments regarding this document in a manner
that is tracked by the W3C, please submit them via using <a href="http://www.w3.org/Bugs/Public/enter_bug.cgi?product=HTML%20WG">our
public bug database</a>. If you do not have an account then you can
- enter feedback using this form:</p><form action="http://www.whatwg.org/specs/web-apps/current-work/file-bug.cgi" method="post">
+ enter feedback using this form:</p><form action="http://www.whatwg.org/specs/web-apps/current-work/file-spam.cgi" method="post">
<fieldset><legend>Feedback Comments</legend>
- <input name="id" type="hidden" value="top"><input name="response" type="hidden" value="html"><p><textarea cols="79" name="text" placeholder="Feedback" rows="10"></textarea></p><p>
- </p><p>Please carefully indicate the title of the section for which you are submitting feedback.</p>
- <p><input type="submit" value="Submit feedback"><small>(Note: Your IP address will be publicly recorded for spam prevention purposes.)</small></p>
+ <input name="id" type="hidden" value="top"><input name="response" type="hidden" value="html"><p><label for="feedbackBox">Please enter your feedback, carefully
+ indicating the title of the section for which you are submitting
+ feedback, quoting the text that's wrong today if appropriate. If
+ you're suggesting a new feature, it's really important to say
+ <em>what</em> the problem you're trying to solve is. That's more
+ important than the solution, in fact.</label></p>
+ <p><textarea cols="79" id="feedbackBox" name="text" rows="10"></textarea></p>
+ <script type="text/javascript">
+ function checkFeedbackForm(form) {
+ if (form.elements.text.value.match(/ [^ ]+ [^ ]+ [^ ]+ [^ ]+ /)) {
+ form.action = "http://www.whatwg.org/specs/web-apps/current-work/file-bug.cgi";
+ return true;
+ } else {
+ alert('Please include significantly more detail about exactly what problem you are trying to solve.');
+ return false;
+ }
+ }
+ </script><p><input onclick="return checkFeedbackForm(form)" type="submit" value="Submit feedback"><small>(Note: Your IP address will be publicly recorded for spam prevention purposes.)</small></p>
</fieldset></form><p>If you cannot do this then you can also e-mail feedback to <a href="mailto:public-html-comments@w3.org">public-html-comments@w3.org</a>
(<a href="mailto:public-html-comments-request@w3.org?subject=subscribe">subscribe</a>,
<a href="http://lists.w3.org/Archives/Public/public-html-comments/">archives</a>),
@@ -440,7 +455,7 @@
Group</a> is the W3C working group responsible for this
specification's progress along the W3C Recommendation
track.
- This specification is the 19 October 2010 Editor's Draft.
+ This specification is the 20 October 2010 Editor's Draft.
</p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group
actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working
group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- required patent boilerplate --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5
Received on Wednesday, 20 October 2010 19:16:49 UTC