- From: Eric Uhrhane via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 26 Oct 2010 00:09:46 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/file-system
In directory hutz:/tmp/cvs-serv15139/file-system
Modified Files:
file-writer.html
Log Message:
More validation fixes.
Index: file-writer.html
===================================================================
RCS file: /sources/public/2009/dap/file-system/file-writer.html,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- file-writer.html 25 Oct 2010 23:59:38 -0000 1.24
+++ file-writer.html 26 Oct 2010 00:09:43 -0000 1.25
@@ -248,8 +248,7 @@
</dl>
<dl class='exception' title='FileException'>
<dt>SYNTAX_ERR</dt>
- <dd>The user supplied an unsupported value for <a>endings</a>.
- </dd>
+ <dd>The user supplied an unsupported value for <a>endings</a>.</dd>
</dl>
</dd>
<dt>void append ()</dt>
@@ -329,7 +328,7 @@
<dl class='exception' title='FileException'>
<dt>INVALID_STATE_ERR</dt>
<dd>A user called <code>abort</code> while <code>readyState</code>
- was <code>DONE</code>.
+ was <code>DONE</code>.</dd>
</dl>
</dd>
<dt>const unsigned short INIT = 0</dt>
@@ -624,7 +623,7 @@
<dl class='exception' title='FileException'>
<dt>INVALID_STATE_ERR</dt>
<dd>A user called <code>write</code> while <code>readyState</code>
- was <code>WRITING</code>.
+ was <code>WRITING</code>.</dd>
</dl>
</dd>
<dt>void seek ()</dt>
@@ -652,7 +651,7 @@
<dl class='exception' title='FileException'>
<dt>INVALID_STATE_ERR</dt>
<dd>A user called <code>seek</code> while <code>readyState</code>
- was <code>WRITING</code>.
+ was <code>WRITING</code>.</dd>
</dl>
</dd>
<dt>void truncate ()</dt>
@@ -802,7 +801,7 @@
<dl class='exception' title='FileException'>
<dt>INVALID_STATE_ERR</dt>
<dd>A user called <code>seek</code> while <code>readyState</code>
- was <code>WRITING</code>.
+ was <code>WRITING</code>.</dd>
</dl>
</dd>
<dt>void truncate ()</dt>
Received on Tuesday, 26 October 2010 00:09:47 UTC