Short URL: http://html5.org/r/2928
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 2928 | 2009-03-31 01:28 |
Index: source
===================================================================
--- source (revision 2927)
+++ source (revision 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>