- From: Eric Uhrhane via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 25 Oct 2010 23:59:41 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/file-system/pub/FileWriter
In directory hutz:/tmp/cvs-serv13772/file-system/pub/FileWriter
Modified Files:
Overview.html
Log Message:
More validation changes.
Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/file-system/pub/FileWriter/Overview.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Overview.html 25 Oct 2010 23:54:04 -0000 1.3
+++ Overview.html 25 Oct 2010 23:59:39 -0000 1.4
@@ -8,7 +8,8 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <link charset="utf-8" type="text/css" rel="stylesheet" href="Overview_files/respec.css">
+ <link charset="utf-8" type="text/css" rel="stylesheet"
+href="Overview_files/respec.css">
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-WD">
</head><body
style="display: inherit;"><div class="head"><p>
@@ -374,6 +375,21 @@
class="prmType"><code><a>in DOMString</a></code></td><td
class="prmNullFalse">✘</td><td class="prmOptTrue">✔</td><td
class="prmDesc">
+ <div class="issue">Can we do without endings? Any choice
+other
+ than "transparent" can be implemented by the app author,
+ and
+ most file formats don't care about line endings.
+"Transparent"
+ would be handy for sharing certain types of text files
+with apps
+ outside the browser [e.g. Makefiles on a system where
+make is
+ expecting \n will have issues if they're written with
+\r\n]. Is
+ it worth it? Can this be worked around if we don't
+supply
+ it?</div>
<p>
This parameter specifies how strings containing <code>\n</code>
are to be written out. If the user does not provide the
@@ -413,20 +429,7 @@
</tr>
</tbody></table>
<a>
- </a><div class="issue"><a>Can we do without endings? Any
-choice other than
- "transparent" can be implemented by the app author, and
-most file
- formats don't care about line endings. "Transparent"
-would be
- handy for sharing certain types of text files with apps
-outside
- the browser [e.g. Makefiles on a system where make is
-expecting
- \n will have issues if they're written with \r\n]. Is it
-worth
- it? Can this be worked around if we don't supply it?</a></div>
-<a> </a></td></tr></tbody></table><table class="exceptions"><tbody><tr><th>Exception</th><th>Description</th></tr><tr><td
+ </a></td></tr></tbody></table><table class="exceptions"><tbody><tr><th>Exception</th><th>Description</th></tr><tr><td
class="excName"><a class="idlType" href="#idl-def-FileException"><code>FileException</code></a></td><td
class="excDesc"><table class="exceptionCodes"></table></td></tr></tbody></table><div><em>Return
type: </em><code><a>void</a></code></div></dd><dt
Received on Monday, 25 October 2010 23:59:46 UTC