html5/spec Overview.html,1.2092,1.2093

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv29073

Modified Files:
	Overview.html 
Log Message:
Rendering: <textarea> also resets text-indent. (credit: avk) (bug 6659) (whatwg r2928)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2092
retrieving revision 1.2093
diff -u -d -r1.2092 -r1.2093
--- Overview.html	31 Mar 2009 01:26:41 -0000	1.2092
+++ Overview.html	31 Mar 2009 01:28:36 -0000	1.2093
@@ -50034,6 +50034,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>
@@ -55452,7 +55453,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>
 

Received on Tuesday, 31 March 2009 01:28:54 UTC