- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 20 Oct 2010 19:14:51 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/postmsg
In directory hutz:/tmp/cvs-serv26517
Modified Files:
Overview.html
Log Message:
update the form to be less spammed
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/postmsg/Overview.html,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- Overview.html 15 Oct 2010 21:29:14 -0000 1.64
+++ Overview.html 20 Oct 2010 19:14:49 -0000 1.65
@@ -321,7 +321,7 @@
<h1>HTML5 Web Messaging</h1>
<h2 class="no-num no-toc" id="generatedID"></h2>
- <h2 class="no-num no-toc" id="editor-s-draft-15-october-2010">Editor's Draft 15 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/postmsg/">http://www.w3.org/TR/postmsg/</a></dd>
<dt>Latest Editor's Draft:</dt>
@@ -360,11 +360,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:<form action="http://www.whatwg.org/specs/web-apps/current-work/file-bug.cgi" method="post">
+ enter feedback using this form:<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>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>),
@@ -420,7 +435,7 @@
Group</a> is the W3C working group responsible for this
specification's progress along the W3C Recommendation
track.
- This specification is the 15 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 --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><!-- (this text is from the RDFa+HTML spec --><p>This specification is an extension to the HTML5 language. All
Received on Wednesday, 20 October 2010 19:14:57 UTC