Skip to content

Commit

Permalink
[giow] (2) Rendering: <textarea> also resets text-indent. (credit: av…
Browse files Browse the repository at this point in the history
…k) (bug 6659)

git-svn-id: http://svn.whatwg.org/webapps@2928 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 31, 2009
1 parent d11174b commit c2cd799
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion index
Expand Up @@ -55603,6 +55603,7 @@ interface <dfn id=messageport>MessagePort</dfn> {
</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>
Expand Down Expand Up @@ -61052,7 +61053,7 @@ table[rules=all] &gt; tfoot &gt; tr &gt; td, table[rules=all] &gt; tfoot &gt; tr

<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>

Expand Down
3 changes: 2 additions & 1 deletion source
Expand Up @@ -67964,6 +67964,7 @@ interface <dfn>MessagePort</dfn> {
</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>
Expand Down Expand Up @@ -71651,7 +71652,7 @@ table[rules=all] > tfoot > tr > td, table[rules=all] > tfoot > tr > th {

<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>

Expand Down

0 comments on commit c2cd799

Please sign in to comment.