hixie: input.files should be readonly. (whatwg r3545)

hixie: input.files should be readonly. (whatwg r3545)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2739&r2=1.2740&f=h
http://html5.org/tools/web-apps-tracker?from=3544&to=3545

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2739
retrieving revision 1.2740
diff -u -d -r1.2739 -r1.2740
--- Overview.html 5 Aug 2009 23:56:08 -0000 1.2739
+++ Overview.html 6 Aug 2009 07:22:04 -0000 1.2740
@@ -175,7 +175,7 @@
    <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
    <!--ZZZ:-->
    <!--<h2 class="no-num no-toc">W3C Working Draft 23 April 2009</h2>-->
-   <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 5 August 2009</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 6 August 2009</h2>
    <!--:ZZZ-->
    <dl><!-- ZZZ: update the month/day (twice), (un)comment out
     <dt>This Version:</dt>
@@ -273,7 +273,7 @@
   track.
   <!--ZZZ:-->
   <!--This specification is the 23 April 2009 Working Draft.-->
-  This specification is the 5 August 2009 Editor's Draft.
+  This specification is the 6 August 2009 Editor's Draft.
   <!--:ZZZ-->
   </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is also being produced by the <a href="http://www.whatwg.org/">WHATWG</a>. The two specifications are
   identical from the table of contents onwards.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><p>This specification is intended to replace (be a new version of)
@@ -26107,7 +26107,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>;

Received on Thursday, 6 August 2009 07:23:08 UTC