Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[] (0) input.files should be readonly.
git-svn-id: http://svn.whatwg.org/webapps@3545 340c8d12-0b0e-0410-8428-c7bf67bfef74
- Loading branch information
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>; |