: clarify

: clarify

http://dev.w3.org/cvsweb/html5/html4-differences/Overview.html?r1=1.122&r2=1.123&f=h

===================================================================
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:26:39 UTC