[html5] r5384 - [e] (0) fix example that didn't match prose Fixing http://www.w3.org/Bugs/Public [...]
whatwg at whatwg.org
whatwg at whatwg.org
Fri Aug 27 18:31:15 PDT 2010
Author: ianh
Date: 2010-08-27 18:31:13 -0700 (Fri, 27 Aug 2010)
New Revision: 5384
Modified:
complete.html
index
source
Log:
[e] (0) fix example that didn't match prose
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9988
Modified: complete.html
===================================================================
--- complete.html 2010-08-28 00:04:21 UTC (rev 5383)
+++ complete.html 2010-08-28 01:31:13 UTC (rev 5384)
@@ -45446,7 +45446,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>
Modified: index
===================================================================
--- index 2010-08-28 00:04:21 UTC (rev 5383)
+++ index 2010-08-28 01:31:13 UTC (rev 5384)
@@ -45371,7 +45371,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>
Modified: source
===================================================================
--- source 2010-08-28 00:04:21 UTC (rev 5383)
+++ source 2010-08-28 01:31:13 UTC (rev 5384)
@@ -50926,7 +50926,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>
More information about the Commit-Watchers
mailing list