[html5] r5799 - [e] (0) alphabetise more Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11296

whatwg at whatwg.org whatwg at whatwg.org
Fri Jan 21 15:48:03 PST 2011


Author: ianh
Date: 2011-01-21 15:48:02 -0800 (Fri, 21 Jan 2011)
New Revision: 5799

Modified:
   complete.html
   index
   source
Log:
[e] (0) alphabetise more
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11296

Modified: complete.html
===================================================================
--- complete.html	2011-01-21 23:43:21 UTC (rev 5798)
+++ complete.html	2011-01-21 23:48:02 UTC (rev 5799)
@@ -45820,8 +45820,8 @@
    <dd><a href=#global-attributes>Global attributes</a></dd>
    <dd><code title=attr-fe-autofocus><a href=#attr-fe-autofocus>autofocus</a></code></dd>
    <dd><code title=attr-textarea-cols><a href=#attr-textarea-cols>cols</a></code></dd>
+   <dd><code title=attr-textarea-dirname><a href=#attr-textarea-dirname>dirname</a></code></dd>
    <dd><code title=attr-fe-disabled><a href=#attr-fe-disabled>disabled</a></code></dd>
-   <dd><code title=attr-textarea-dirname><a href=#attr-textarea-dirname>dirname</a></code></dd>
    <dd><code title=attr-fae-form><a href=#attr-fae-form>form</a></code></dd>
    <dd><code title=attr-textarea-maxlength><a href=#attr-textarea-maxlength>maxlength</a></code></dd>
    <dd><code title=attr-fe-name><a href=#attr-fe-name>name</a></code></dd>
@@ -45835,8 +45835,8 @@
 <pre class=idl>interface <dfn id=htmltextareaelement>HTMLTextAreaElement</dfn> : <a href=#htmlelement>HTMLElement</a> {
            attribute boolean <a href=#dom-fe-autofocus title=dom-fe-autofocus>autofocus</a>;
            attribute unsigned long <a href=#dom-textarea-cols title=dom-textarea-cols>cols</a>;
+           attribute DOMString <a href=#dom-textarea-dirname title=dom-textarea-dirName>dirName</a>;
            attribute boolean <a href=#dom-fe-disabled title=dom-fe-disabled>disabled</a>;
-           attribute DOMString <a href=#dom-textarea-dirname title=dom-textarea-dirName>dirName</a>;
   readonly attribute <a href=#htmlformelement>HTMLFormElement</a> <a href=#dom-fae-form title=dom-fae-form>form</a>;
            attribute long <a href=#dom-textarea-maxlength title=dom-textarea-maxLength>maxLength</a>;
            attribute DOMString <a href=#dom-fe-name title=dom-fe-name>name</a>;

Modified: index
===================================================================
--- index	2011-01-21 23:43:21 UTC (rev 5798)
+++ index	2011-01-21 23:48:02 UTC (rev 5799)
@@ -45802,8 +45802,8 @@
    <dd><a href=#global-attributes>Global attributes</a></dd>
    <dd><code title=attr-fe-autofocus><a href=#attr-fe-autofocus>autofocus</a></code></dd>
    <dd><code title=attr-textarea-cols><a href=#attr-textarea-cols>cols</a></code></dd>
+   <dd><code title=attr-textarea-dirname><a href=#attr-textarea-dirname>dirname</a></code></dd>
    <dd><code title=attr-fe-disabled><a href=#attr-fe-disabled>disabled</a></code></dd>
-   <dd><code title=attr-textarea-dirname><a href=#attr-textarea-dirname>dirname</a></code></dd>
    <dd><code title=attr-fae-form><a href=#attr-fae-form>form</a></code></dd>
    <dd><code title=attr-textarea-maxlength><a href=#attr-textarea-maxlength>maxlength</a></code></dd>
    <dd><code title=attr-fe-name><a href=#attr-fe-name>name</a></code></dd>
@@ -45817,8 +45817,8 @@
 <pre class=idl>interface <dfn id=htmltextareaelement>HTMLTextAreaElement</dfn> : <a href=#htmlelement>HTMLElement</a> {
            attribute boolean <a href=#dom-fe-autofocus title=dom-fe-autofocus>autofocus</a>;
            attribute unsigned long <a href=#dom-textarea-cols title=dom-textarea-cols>cols</a>;
+           attribute DOMString <a href=#dom-textarea-dirname title=dom-textarea-dirName>dirName</a>;
            attribute boolean <a href=#dom-fe-disabled title=dom-fe-disabled>disabled</a>;
-           attribute DOMString <a href=#dom-textarea-dirname title=dom-textarea-dirName>dirName</a>;
   readonly attribute <a href=#htmlformelement>HTMLFormElement</a> <a href=#dom-fae-form title=dom-fae-form>form</a>;
            attribute long <a href=#dom-textarea-maxlength title=dom-textarea-maxLength>maxLength</a>;
            attribute DOMString <a href=#dom-fe-name title=dom-fe-name>name</a>;

Modified: source
===================================================================
--- source	2011-01-21 23:43:21 UTC (rev 5798)
+++ source	2011-01-21 23:48:02 UTC (rev 5799)
@@ -51329,8 +51329,8 @@
    <dd><span>Global attributes</span></dd>
    <dd><code title="attr-fe-autofocus">autofocus</code></dd>
    <dd><code title="attr-textarea-cols">cols</code></dd>
+   <dd><code title="attr-textarea-dirname">dirname</code></dd>
    <dd><code title="attr-fe-disabled">disabled</code></dd>
-   <dd><code title="attr-textarea-dirname">dirname</code></dd>
    <dd><code title="attr-fae-form">form</code></dd>
    <dd><code title="attr-textarea-maxlength">maxlength</code></dd>
    <dd><code title="attr-fe-name">name</code></dd>
@@ -51344,8 +51344,8 @@
 <pre class="idl">interface <dfn>HTMLTextAreaElement</dfn> : <span>HTMLElement</span> {
            attribute boolean <span title="dom-fe-autofocus">autofocus</span>;
            attribute unsigned long <span title="dom-textarea-cols">cols</span>;
+           attribute DOMString <span title="dom-textarea-dirName">dirName</span>;
            attribute boolean <span title="dom-fe-disabled">disabled</span>;
-           attribute DOMString <span title="dom-textarea-dirName">dirName</span>;
   readonly attribute <span>HTMLFormElement</span> <span title="dom-fae-form">form</span>;
            attribute long <span title="dom-textarea-maxLength">maxLength</span>;
            attribute DOMString <span title="dom-fe-name">name</span>;




More information about the Commit-Watchers mailing list