[html5] r3545 - [] (0) input.files should be readonly.

whatwg at whatwg.org whatwg at whatwg.org
Thu Aug 6 00:21:59 PDT 2009


Author: ianh
Date: 2009-08-06 00:21:58 -0700 (Thu, 06 Aug 2009)
New Revision: 3545

Modified:
   index
   source
Log:
[] (0) input.files should be readonly.

Modified: index
===================================================================
--- index	2009-08-05 23:56:02 UTC (rev 3544)
+++ index	2009-08-06 07:21:58 UTC (rev 3545)
@@ -71,7 +71,7 @@
   <div class=head>
    <p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <h1>HTML 5</h1>
-   <h2 class="no-num no-toc" id=draft-standard-—-date:-01-jan-1901>Draft Standard — 5 August 2009</h2>
+   <h2 class="no-num no-toc" id=draft-standard-—-date:-01-jan-1901>Draft Standard — 6 August 2009</h2>
    <p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -29396,7 +29396,7 @@
            attribute boolean <a href=#dom-input-checked title=dom-input-checked>checked</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 <span>FileList</span> <a href=#dom-input-files title=dom-input-files>files</a>;
+  readonly attribute <span>FileList</span> <a href=#dom-input-files title=dom-input-files>files</a>;
            attribute DOMString <a href=#dom-fs-formaction title=dom-fs-formAction>formAction</a>;
            attribute DOMString <a href=#dom-fs-formenctype title=dom-fs-formEnctype>formEnctype</a>;
            attribute DOMString <a href=#dom-fs-formmethod title=dom-fs-formMethod>formMethod</a>;

Modified: source
===================================================================
--- source	2009-08-05 23:56:02 UTC (rev 3544)
+++ source	2009-08-06 07:21:58 UTC (rev 3545)
@@ -32603,7 +32603,7 @@
            attribute boolean <span title="dom-input-checked">checked</span>;
            attribute boolean <span title="dom-fe-disabled">disabled</span>;
   readonly attribute <span>HTMLFormElement</span> <span title="dom-fae-form">form</span>;
-           attribute <span>FileList</span> <span title="dom-input-files">files</span>;
+  readonly attribute <span>FileList</span> <span title="dom-input-files">files</span>;
            attribute DOMString <span title="dom-fs-formAction">formAction</span>;
            attribute DOMString <span title="dom-fs-formEnctype">formEnctype</span>;
            attribute DOMString <span title="dom-fs-formMethod">formMethod</span>;




More information about the Commit-Watchers mailing list