- From: poot <cvsmail@w3.org>
- Date: Wed, 29 Sep 2010 08:45:24 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: better defaults for textarea.rows and .cols (whatwg r5542) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4428&r2=1.4429&f=h http://html5.org/tools/web-apps-tracker?from=5541&to=5542 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4428 retrieving revision 1.4429 diff -u -d -r1.4428 -r1.4429 --- Overview.html 28 Sep 2010 23:33:41 -0000 1.4428 +++ Overview.html 28 Sep 2010 23:45:04 -0000 1.4429 @@ -13062,7 +13062,7 @@ // e.stop(); </script></pre> - </div><h4 id="the-noscript-element"><span class="secno">4.3.2 </span>The <dfn><code>noscript</code></dfn> element</h4><p class="XXX annotation"><span><a href="http://www.w3.org/html/wg/tracker/issues/117">ISSUE-117</a> (deprecate-noscript) blocks progress to Last Call</span><dl class="element"><dt>Categories</dt> + </div><h4 id="the-noscript-element"><span class="secno">4.3.2 </span>The <dfn><code>noscript</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="#metadata-content">Metadata content</a>.</dd> <dd><a href="#flow-content">Flow content</a>.</dd> <dd><a href="#phrasing-content">Phrasing content</a>.</dd> @@ -33529,7 +33529,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
Received on Tuesday, 28 September 2010 23:46:19 UTC