- From: poot <cvsmail@w3.org>
- Date: Sat, 28 Aug 2010 10:37:54 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: fix example that didn't match prose (whatwg r5384)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4297&r2=1.4298&f=h
http://html5.org/tools/web-apps-tracker?from=5383&to=5384
===================================================================
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:32:32 UTC