- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 28 Aug 2010 01:31:23 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv16473 Modified Files: Overview.html Log Message: fix example that didn't match prose (whatwg r5384) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4297 retrieving revision 1.4298 diff -u -d -r1.4297 -r1.4298 --- Overview.html 28 Aug 2010 00:04:25 -0000 1.4297 +++ Overview.html 28 Aug 2010 01:31:19 -0000 1.4298 @@ -34390,7 +34390,7 @@ <pre><form action="editor.cgi" method="post"> <p><label>Name: <input required name=fn></label></p> - <p><label>Essay: <textarea name=essay></textarea></label></p> + <p><label>Essay: <textarea required name=essay></textarea></label></p> <p><input type=submit name=submit value="Submit essay"></p> <p><input type=submit formnovalidate name=save value="Save essay"></p> <p><input type=submit formnovalidate name=cancel value="Cancel"></p>
Received on Saturday, 28 August 2010 01:31:27 UTC