[html5] r5542 - [giow] (2) better defaults for textarea.rows and .cols Fixing http://www.w3.org/ [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Sep 28 16:45:00 PDT 2010
Author: ianh
Date: 2010-09-28 16:44:59 -0700 (Tue, 28 Sep 2010)
New Revision: 5542
Modified:
complete.html
index
source
Log:
[giow] (2) better defaults for textarea.rows and .cols
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10666
Modified: complete.html
===================================================================
--- complete.html 2010-09-28 23:33:37 UTC (rev 5541)
+++ complete.html 2010-09-28 23:44:59 UTC (rev 5542)
@@ -44417,7 +44417,9 @@
<dfn id=dom-textarea-required title=dom-textarea-required><code>required</code></dfn>, <dfn id=dom-textarea-rows title=dom-textarea-rows><code>rows</code></dfn>, and <dfn id=dom-textarea-wrap title=dom-textarea-wrap><code>wrap</code></dfn> attributes must
<a href=#reflect>reflect</a> the respective content attributes of the same
name. The <code title=dom-textarea-cols><a href=#dom-textarea-cols>cols</a></code> and <code title=dom-textarea-rows><a href=#dom-textarea-rows>rows</a></code> attributes are <a href=#limited-to-only-non-negative-numbers-greater-than-zero>limited
- to only non-negative numbers greater than zero</a>. The <dfn id=dom-textarea-maxlength title=dom-textarea-maxLength><code>maxLength</code></dfn> IDL
+ to only non-negative numbers greater than zero</a>. The <code title=dom-textarea-cols><a href=#dom-textarea-cols>cols</a></code> attribute's default value is
+ 20. The <code title=dom-textarea-rows><a href=#dom-textarea-rows>rows</a></code> attribute's
+ default value is 2. The <dfn id=dom-textarea-maxlength title=dom-textarea-maxLength><code>maxLength</code></dfn> IDL
attribute must <a href=#reflect>reflect</a> the <code title=attr-textarea-maxlength><a href=#attr-textarea-maxlength>maxlength</a></code> content attribute,
<a href=#limited-to-only-non-negative-numbers>limited to only non-negative numbers</a>. The <dfn id=dom-textarea-readonly title=dom-textarea-readOnly><code>readOnly</code></dfn> IDL
attribute must <a href=#reflect>reflect</a> the <code title=attr-textarea-readonly><a href=#attr-textarea-readonly>readonly</a></code> content
Modified: index
===================================================================
--- index 2010-09-28 23:33:37 UTC (rev 5541)
+++ index 2010-09-28 23:44:59 UTC (rev 5542)
@@ -44397,7 +44397,9 @@
<dfn id=dom-textarea-required title=dom-textarea-required><code>required</code></dfn>, <dfn id=dom-textarea-rows title=dom-textarea-rows><code>rows</code></dfn>, and <dfn id=dom-textarea-wrap title=dom-textarea-wrap><code>wrap</code></dfn> attributes must
<a href=#reflect>reflect</a> the respective content attributes of the same
name. The <code title=dom-textarea-cols><a href=#dom-textarea-cols>cols</a></code> and <code title=dom-textarea-rows><a href=#dom-textarea-rows>rows</a></code> attributes are <a href=#limited-to-only-non-negative-numbers-greater-than-zero>limited
- to only non-negative numbers greater than zero</a>. The <dfn id=dom-textarea-maxlength title=dom-textarea-maxLength><code>maxLength</code></dfn> IDL
+ to only non-negative numbers greater than zero</a>. The <code title=dom-textarea-cols><a href=#dom-textarea-cols>cols</a></code> attribute's default value is
+ 20. The <code title=dom-textarea-rows><a href=#dom-textarea-rows>rows</a></code> attribute's
+ default value is 2. The <dfn id=dom-textarea-maxlength title=dom-textarea-maxLength><code>maxLength</code></dfn> IDL
attribute must <a href=#reflect>reflect</a> the <code title=attr-textarea-maxlength><a href=#attr-textarea-maxlength>maxlength</a></code> content attribute,
<a href=#limited-to-only-non-negative-numbers>limited to only non-negative numbers</a>. The <dfn id=dom-textarea-readonly title=dom-textarea-readOnly><code>readOnly</code></dfn> IDL
attribute must <a href=#reflect>reflect</a> the <code title=attr-textarea-readonly><a href=#attr-textarea-readonly>readonly</a></code> content
Modified: source
===================================================================
--- source 2010-09-28 23:33:37 UTC (rev 5541)
+++ source 2010-09-28 23:44:59 UTC (rev 5542)
@@ -49749,7 +49749,10 @@
<span>reflect</span> the respective content attributes of the same
name. The <code title="dom-textarea-cols">cols</code> and <code
title="dom-textarea-rows">rows</code> attributes are <span>limited
- to only non-negative numbers greater than zero</span>. The <dfn
+ to only non-negative numbers greater than zero</span>. The <code
+ title="dom-textarea-cols">cols</code> attribute's default value is
+ 20. The <code title="dom-textarea-rows">rows</code> attribute's
+ default value is 2. The <dfn
title="dom-textarea-maxLength"><code>maxLength</code></dfn> IDL
attribute must <span>reflect</span> the <code
title="attr-textarea-maxlength">maxlength</code> content attribute,
More information about the Commit-Watchers
mailing list