[html5] r2928 - [giow] (2) Rendering: <textarea> also resets text-indent. (credit: avk) (bug 6659)
whatwg at whatwg.org
whatwg at whatwg.org
Mon Mar 30 18:28:31 PDT 2009
Author: ianh
Date: 2009-03-30 18:28:30 -0700 (Mon, 30 Mar 2009)
New Revision: 2928
Modified:
index
source
Log:
[giow] (2) Rendering: <textarea> also resets text-indent. (credit: avk) (bug 6659)
Modified: index
===================================================================
--- index 2009-03-31 01:26:36 UTC (rev 2927)
+++ index 2009-03-31 01:28:30 UTC (rev 2928)
@@ -55603,6 +55603,7 @@
</dd>
<!-- XXX keygen support; don't forget form element pointer!
+ Search for 'keygen' elsewhere in the spec when doing this.
<dt>A start tag whose tag name is "keygen"</dt>
<dd>
@@ -61052,7 +61053,7 @@
<pre class=css>@namespace url(http://www.w3.org/1999/xhtml);
-table, input, select, option, optgroup, button {
+table, input, select, option, optgroup, button, textarea<!--, keygen --> {
text-indent: initial;
}</pre>
Modified: source
===================================================================
--- source 2009-03-31 01:26:36 UTC (rev 2927)
+++ source 2009-03-31 01:28:30 UTC (rev 2928)
@@ -67964,6 +67964,7 @@
</dd>
<!-- XXX keygen support; don't forget form element pointer!
+ Search for 'keygen' elsewhere in the spec when doing this.
<dt>A start tag whose tag name is "keygen"</dt>
<dd>
@@ -71651,7 +71652,7 @@
<pre class="css">@namespace url(http://www.w3.org/1999/xhtml);
-table, input, select, option, optgroup, button {
+table, input, select, option, optgroup, button, textarea<!--, keygen --> {
text-indent: initial;
}</pre>
More information about the Commit-Watchers
mailing list