2009/dap/file-system file-writer.html,1.23,1.24

Update of /sources/public/2009/dap/file-system
In directory hutz:/tmp/cvs-serv13772/file-system

Modified Files:
	file-writer.html 
Log Message:
More validation changes.


Index: file-writer.html
===================================================================
RCS file: /sources/public/2009/dap/file-system/file-writer.html,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- file-writer.html	25 Oct 2010 23:17:27 -0000	1.23
+++ file-writer.html	25 Oct 2010 23:59:38 -0000	1.24
@@ -208,6 +208,14 @@
             </dd>
             <dt>in optional DOMString endings</dt>
             <dd>
+              <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
@@ -237,13 +245,6 @@
                 </tr>
               </table>
             </dd>
-            <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>
           </dl>
           <dl class='exception' title='FileException'>
             <dt>SYNTAX_ERR</dt>

Received on Monday, 25 October 2010 23:59:42 UTC