- From: Simon Pieters via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 31 Mar 2011 08:21:31 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html4-differences
In directory hutz:/tmp/cvs-serv4268
Modified Files:
Overview.html Overview.src.html
Log Message:
textarea maxlength and wrap. <http://www.w3.org/mid/AANLkTin+=T1HUjK1B4JLnpW2ne2+emFz5RtFSWQ63UCw@mail.gmail.com>
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.html,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -d -r1.121 -r1.122
--- Overview.html 30 Mar 2011 18:27:24 -0000 1.121
+++ Overview.html 31 Mar 2011 08:21:29 -0000 1.122
@@ -22,13 +22,13 @@
<h1 id=html5-diff>HTML5 differences from HTML4</h1>
- <h2 class="no-num no-toc" id=w3c-doctype>W3C Working Draft 30 March 2011</h2>
+ <h2 class="no-num no-toc" id=w3c-doctype>W3C Working Draft 31 March 2011</h2>
<dl>
<dt>This Version:
<dd><a
- href="http://www.w3.org/TR/2011/WD-html5-diff-20110330/">http://www.w3.org/TR/2011/WD-html5-diff-20110330/</a>
+ href="http://www.w3.org/TR/2011/WD-html5-diff-20110331/">http://www.w3.org/TR/2011/WD-html5-diff-20110331/</a>
<dt>Latest Published Version:
@@ -113,7 +113,7 @@
can be found in the <a href="http://www.w3.org/TR/">W3C technical reports
index</a> at http://www.w3.org/TR/.</em>
- <p>This is the 30 March 2011 W3C Working Draft produced by the <a
+ <p>This is the 31 March 2011 W3C Working Draft produced by the <a
href="http://www.w3.org/html/wg/">HTML Working Group</a>, part of the <a
href="http://www.w3.org/MarkUp/Activity">HTML Activity</a>. The Working
Group intends to publish this document as a <a
@@ -765,6 +765,11 @@
the control as set by the user to be submitted as well.
<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.
+
+ <li>
<p>The <code>form</code> element has a <code>novalidate</code> attribute
that can be used to disable form validation submission (i.e. the form
can always be submitted).
Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.src.html,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -d -r1.99 -r1.100
--- Overview.src.html 30 Mar 2011 18:27:24 -0000 1.99
+++ Overview.src.html 31 Mar 2011 08:21:29 -0000 1.100
@@ -587,6 +587,10 @@
a new attribute named <code>dirname</code> that causes the
directionality of the control as set by the user to be submitted as
well.
+
+ <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.
<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:21:32 UTC