- From: Simon Pieters via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 31 Mar 2011 08:24:02 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html4-differences
In directory hutz:/tmp/cvs-serv4459
Modified Files:
Overview.html Overview.src.html
Log Message:
clarify
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.html,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -d -r1.122 -r1.123
--- Overview.html 31 Mar 2011 08:21:29 -0000 1.122
+++ Overview.html 31 Mar 2011 08:24:00 -0000 1.123
@@ -767,7 +767,7 @@
<li>
<p>The <code>textarea</code> element also has two new attributes,
<code>maxlength</code> and <code>wrap</code> which control max input
- length and line wrapping behavior, respectively.
+ length and submitted line wrapping behavior, respectively.
<li>
<p>The <code>form</code> element has a <code>novalidate</code> attribute
Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.src.html,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -d -r1.100 -r1.101
--- Overview.src.html 31 Mar 2011 08:21:29 -0000 1.100
+++ Overview.src.html 31 Mar 2011 08:24:00 -0000 1.101
@@ -590,7 +590,7 @@
<li><p>The <code>textarea</code> element also has two new attributes,
<code>maxlength</code> and <code>wrap</code> which control max input
- length and line wrapping behavior, respectively.
+ length and submitted line wrapping behavior, respectively.
<li><p>The <code>form</code> element has a <code>novalidate</code>
attribute that can be used to disable form validation submission (i.e.
Received on Thursday, 31 March 2011 08:24:04 UTC