Skip to content

Commit

Permalink
Fixed metadata. Updated Editors. For #86 (#87)
Browse files Browse the repository at this point in the history
* Fixed metadata. Updated Editors. For #86

* Arun is former editor

* Added w3cid
  • Loading branch information
plehegar authored and mkruisselbrink committed Oct 24, 2017
1 parent 2c4bfa4 commit b7c686a
Show file tree
Hide file tree
Showing 2 changed files with 1,399 additions and 1,395 deletions.
15 changes: 8 additions & 7 deletions index.bs
@@ -1,16 +1,17 @@
<pre class="metadata">
Indent: 2
Title: File API
Shortname: fileapi
Shortname: FileAPI
Level: 1
Group: webplatform
Editor: Arun Ranganathan, Mozilla Corporation, http://arunranga.com/, arun@mozilla.com
Editor: Marijn Kruisselbrink, Google, mek@chromium.org
Editor: Marijn Kruisselbrink, Google, mek@chromium.org, w3cid 72440
Editor: Vsevolod Shmyroff, Yandex, w3cid 93074
Former Editor: Arun Ranganathan, Mozilla Corporation, http://arunranga.com/, arun@mozilla.com, w3cid 37240
Status: ED
ED: https://w3c.github.io/FileAPI/
TR: http://www.w3.org/TR/FileAPI/
TR: https://www.w3.org/TR/FileAPI/
Repository: w3c/FileAPI
Previous Version: http://www.w3.org/TR/2012/WD-FileAPI-20121025/
Previous Version: https://www.w3.org/TR/2015/WD-FileAPI-20150421/
!Tests: <a href=https://github.com/w3c/web-platform-tests/tree/master/FileAPI>web-platform-tests FileAPI/</a> (<a href=https://github.com/w3c/web-platform-tests/labels/FileAPI>ongoing work</a>)
Abstract: This specification provides an API for representing file objects in web applications,
as well as programmatically selecting them and accessing their data. This includes:
Expand Down Expand Up @@ -66,6 +67,7 @@ spec: xhr; urlPrefix: https://xhr.spec.whatwg.org/
spec: html; urlPrefix: https://html.spec.whatwg.org/multipage/
urlPrefix: semantics.html
type: element-attr; for: a; text: download; url: #attr-hyperlink-download
type:dfn; text:origin
spec: mimesniff; urlPrefix: https://mimesniff.spec.whatwg.org/
type: dfn
text: parsable mime type
Expand All @@ -76,8 +78,7 @@ spec: ecma-262; urlPrefix: http://tc39.github.io/ecma262/
text: Date; url: sec-date-constructor
</pre>

<h2 id="intro">
Introduction</h2>
<h2 id="intro">Introduction</h2>

*This section is informative.*

Expand Down

0 comments on commit b7c686a

Please sign in to comment.