hixie: fix example that didn't match prose (whatwg r5384)

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>&lt;form action="editor.cgi" method="post"&gt;
  &lt;p&gt;&lt;label&gt;Name: &lt;input required name=fn&gt;&lt;/label&gt;&lt;/p&gt;
- &lt;p&gt;&lt;label&gt;Essay: &lt;textarea name=essay&gt;&lt;/textarea&gt;&lt;/label&gt;&lt;/p&gt;
+ &lt;p&gt;&lt;label&gt;Essay: &lt;textarea required name=essay&gt;&lt;/textarea&gt;&lt;/label&gt;&lt;/p&gt;
  &lt;p&gt;&lt;input type=submit name=submit value="Submit essay"&gt;&lt;/p&gt;
  &lt;p&gt;&lt;input type=submit formnovalidate name=save value="Save essay"&gt;&lt;/p&gt;
  &lt;p&gt;&lt;input type=submit formnovalidate name=cancel value="Cancel"&gt;&lt;/p&gt;

Received on Saturday, 28 August 2010 01:32:32 UTC