hixie: alphabetise more (whatwg r5799)

hixie: alphabetise more (whatwg r5799)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4659&r2=1.4660&f=h
http://html5.org/tools/web-apps-tracker?from=5798&to=5799

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4659
retrieving revision 1.4660
diff -u -d -r1.4659 -r1.4660
--- Overview.html 21 Jan 2011 23:43:27 -0000 1.4659
+++ Overview.html 21 Jan 2011 23:48:07 -0000 1.4660
@@ -35969,8 +35969,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-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-fe-disabled"><a href="#attr-fe-disabled">disabled</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>
@@ -35984,8 +35984,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 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>;
+           attribute boolean <a href="#dom-fe-disabled" title="dom-fe-disabled">disabled</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>;

Received on Friday, 21 January 2011 23:49:24 UTC