- From: Robin Berjon via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 01 Apr 2010 09:27:13 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/file-system
In directory hutz:/tmp/cvs-serv17816
Modified Files:
file-writer.html
Log Message:
added issue; pubrules tweaks
Index: file-writer.html
===================================================================
RCS file: /sources/public/2009/dap/file-system/file-writer.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- file-writer.html 10 Mar 2010 02:50:03 -0000 1.4
+++ file-writer.html 1 Apr 2010 09:27:11 -0000 1.5
@@ -49,6 +49,14 @@
</ul>
</p>
</section>
+
+ <section id="sotd">
+ <p>This document represents the early consensus of the group on
+ the scope and features of the proposed File API: Writer. Issues and
+ editors notes in the document highlight some of
+ the points on which the group is still working and would
+ particularly like to get feedback.</p>
+ </section>
<section id='conformance'>
<p>
@@ -753,6 +761,15 @@
agents</a> may implement this, and other methods may be provided by
other specs.
</p>
+ <div class='issue'>
+ <p>
+ The group has not at this time reached consensus on the best manner in which to obtain
+ access to a file writer. Issues have been noted concerning the <code>type=saveas</code>
+ approach, and it has been suggested that an API call to prompt for download directly
+ would introduce no security risk not already present in the browser stack. Feedback from
+ the community is particularly welcome on this point.
+ </p>
+ </div>
<section>
<h2>Obtaining file writers via HTML input element</h2>
<p>
@@ -866,13 +883,14 @@
bandwidth are reached.
</p>
</section>
+ <section>
<h2>Other Standard Techniques</h2>
<p>
Other parts of the download protection tool-chain such as flagging files
as unsafe to open or refusing to create dangerous file names should
naturally be applied.
</p>
- </section>
+ </section>
</section>
<section class='appendix'>
<h2>Acknowledgements</h2>
Received on Thursday, 1 April 2010 09:27:15 UTC