- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 01 Jun 2011 12:34:34 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/boilerplate In directory hutz:/tmp/cvs-serv20542 Modified Files: header-w3c-html-2dcontext header-w3c-html-core header-w3c-html-microdata middle-w3c-feedback Log Message: fix feedback-form problem, flip back to ED Index: middle-w3c-feedback =================================================================== RCS file: /sources/public/html5/boilerplate/middle-w3c-feedback,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- middle-w3c-feedback 28 Feb 2011 22:11:44 -0000 1.3 +++ middle-w3c-feedback 1 Jun 2011 12:34:32 -0000 1.4 @@ -32,22 +32,23 @@ <p class="note">Please don't use section numbers as these tend to change rapidly and make your feedback harder to understand.</p> <script> - function checkFeedbackForm(form) { - if (form.elements.text.value.match(/^ *</)) { - alert('Please don\'t start your feedback with an angle bracket, instead explain what topic your feedback is about first.'); - return true; - } else if (form.elements.text.value.match(/ [^ ]+ [^ ]+ [^ ]+ [^ ]+ /)) { - if (form.elements.text.value.match(/^Please enter your feedback, carefully/)) { - alert('Please enter your feedback, explaining what is wrong, and without repeating the instructions. Thanks!'); - return true; - } else 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; - } - } + function checkFeedbackForm(form) { + if (form.elements.text.value.match(/^ *</)) { + alert('Please don\'t start your feedback with an angle bracket, instead explain what topic your feedback is about first.'); + return true; + } else if (form.elements.text.value.match(/ [^ ]+ [^ ]+ [^ ]+ [^ ]+ /)) { + if (form.elements.text.value.match(/^Please enter your feedback, carefully/)) { + alert('Please enter your feedback, explaining what is wrong, and without repeating the instructions. Thanks!'); + return true; + } else 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 type="submit" value="Submit feedback" onclick="return checkFeedbackForm(form)"> Index: header-w3c-html-2dcontext =================================================================== RCS file: /sources/public/html5/boilerplate/header-w3c-html-2dcontext,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- header-w3c-html-2dcontext 12 May 2011 06:24:48 -0000 1.8 +++ header-w3c-html-2dcontext 1 Jun 2011 12:34:32 -0000 1.9 @@ -3,13 +3,13 @@ ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. ZZZ: Set YEAR, SHORTDAY, and LONGDAY accordingly. They are used by the INSERT FOO bits below. --> -<!--SET PUB=1--> +<!--SET PUB=0--> <!--SET SHORTSTATUS=LC--> <!--SET URLSTATUS=WD--> <!--SET LONGSTATUS=Working Draft--> <!--SET YEAR=2011--> -<!--SET SHORTDAY=0524--> -<!--SET LONGDAY=24 May--> +<!--SET SHORTDAY=0525--> +<!--SET LONGDAY=25 May--> <!--SET TRNAME=2dcontext--> <!--SET DEVURL=http://dev.w3.org/html5/2dcontext/--> <!--SET COMPONENT=HTML Canvas 2D Context (editor: Ian Hickson)--> @@ -25,6 +25,7 @@ <!--BOILERPLATE middle-w3c-version--> <!-- ZZZ: add the new version after it has shipped --> <dt>Previous Versions:</dt> + <dd><a href="http://www.w3.org/TR/2011/WD-2dcontext-20110525/">http://www.w3.org/TR/2011/WD-2dcontext-20110525/</a></dd> <dd><a href="http://www.w3.org/TR/2011/WD-2dcontext-20110405/">http://www.w3.org/TR/2011/WD-2dcontext-20110405/</a></dd> <dd><a href="http://www.w3.org/TR/2011/WD-2dcontext-20110113/">http://www.w3.org/TR/2011/WD-2dcontext-20110113/</a></dd> <dd><a href="http://www.w3.org/TR/2010/WD-2dcontext-20101019/">http://www.w3.org/TR/2010/WD-2dcontext-20101019/</a></dd> Index: header-w3c-html-core =================================================================== RCS file: /sources/public/html5/boilerplate/header-w3c-html-core,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- header-w3c-html-core 12 May 2011 06:24:48 -0000 1.9 +++ header-w3c-html-core 1 Jun 2011 12:34:32 -0000 1.10 @@ -3,13 +3,13 @@ ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. --> -<!--SET PUB=1--> +<!--SET PUB=0--> <!--SET SHORTSTATUS=LC--> <!--SET URLSTATUS=WD--> <!--SET LONGSTATUS=Working Draft--> <!--SET YEAR=2011--> -<!--SET SHORTDAY=0524--> -<!--SET LONGDAY=24 May--> +<!--SET SHORTDAY=0525--> +<!--SET LONGDAY=25 May--> <!--SET TRNAME=html5--> <!--SET DEVURL=http://dev.w3.org/html5/spec/Overview.html--> <!--SET COMPONENT=HTML5 spec (editor: Ian Hickson)--> @@ -25,6 +25,7 @@ <!--BOILERPLATE middle-w3c-version--> <!-- ZZZ: add the new version after it has shipped --> <dt>Previous Versions:</dt> + <dd><a href="http://www.w3.org/TR/2011/WD-html5-20110525/">http://www.w3.org/TR/2011/WD-html5-20110525/</a></dd> <dd><a href="http://www.w3.org/TR/2011/WD-html5-20110405/">http://www.w3.org/TR/2011/WD-html5-20110405/</a></dd> <dd><a href="http://www.w3.org/TR/2011/WD-html5-20110113/">http://www.w3.org/TR/2011/WD-html5-20110113/</a></dd> <dd><a href="http://www.w3.org/TR/2010/WD-html5-20101019/">http://www.w3.org/TR/2010/WD-html5-20101019/</a></dd> Index: header-w3c-html-microdata =================================================================== RCS file: /sources/public/html5/boilerplate/header-w3c-html-microdata,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- header-w3c-html-microdata 31 May 2011 23:34:15 -0000 1.9 +++ header-w3c-html-microdata 1 Jun 2011 12:34:32 -0000 1.10 @@ -4,13 +4,13 @@ ZZZ: Set YEAR, SHORTDAY, and LONGDAY accordingly. They are used by the INSERT FOO bits below. bits marked YYY are for not depending on HTML5 (also see working-copy). --> -<!--SET PUB=1--> +<!--SET PUB=0--> <!--SET SHORTSTATUS=LC--> <!--SET URLSTATUS=WD--> <!--SET LONGSTATUS=Working Draft--> <!--SET YEAR=2011--> -<!--SET SHORTDAY=0524--> -<!--SET LONGDAY=24 May--> +<!--SET SHORTDAY=0525--> +<!--SET LONGDAY=25 May--> <!--SET TRNAME=microdata--> <!--SET DEVURL=http://dev.w3.org/html5/md/--> <!--SET COMPONENT=HTML Microdata (editor: Ian Hickson)--> @@ -26,6 +26,7 @@ <!--BOILERPLATE middle-w3c-version--> <!-- ZZZ: add the new version after it has shipped --> <dt>Previous Versions:</dt> + <dd><a href="http://www.w3.org/TR/2011/WD-microdata-20110525/">http://www.w3.org/TR/2011/WD-microdata-20110525/</a></dd> <dd><a href="http://www.w3.org/TR/2011/WD-microdata-20110405/">http://www.w3.org/TR/2011/WD-microdata-20110405/</a></dd> <dd><a href="http://www.w3.org/TR/2011/WD-microdata-20110113/">http://www.w3.org/TR/2011/WD-microdata-20110113/</a></dd> <dd><a href="http://www.w3.org/TR/2010/WD-microdata-20101019/">http://www.w3.org/TR/2010/WD-microdata-20101019/</a></dd>
Received on Wednesday, 1 June 2011 12:34:36 UTC