spec/Overview.html 1.2093 2928 Rendering: <textarea> also resets text-i

Rendering: <textarea> also resets text-indent. (credit: avk) (bug 6659)
(whatwg r2928)
http://www.w3.org/Bugs/Public/show_bug.cgi?id=6659

10.2.7 Resetting rules for inherited properties
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2093.html#resetting-rules-for-inherited-properties
A start tag whose tag name is "isindex"
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2093.html#isindex

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2092&r2=1.2093&f=h
http://html5.org/tools/web-apps-tracker?from=2927&to=2928

===================================================================
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:31:19 UTC