- From: Dominique Hazael-Massieux via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 12 Apr 2010 12:55:36 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/file-system
In directory hutz:/tmp/cvs-serv17169
Modified Files:
file-writer.html
Log Message:
exceptions don't have "attributes", but fields (that don't need to be keyword prefixed)
Index: file-writer.html
===================================================================
RCS file: /sources/public/2009/dap/file-system/file-writer.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- file-writer.html 1 Apr 2010 09:28:28 -0000 1.6
+++ file-writer.html 12 Apr 2010 12:55:34 -0000 1.7
@@ -679,7 +679,7 @@
<dd> </dd>
<dt>const unsigned short ENCODING_ERR = 26</dt>
<dd> </dd>
- <dt>readonly attribute unsigned short code</dt>
+ <dt>unsigned short code</dt>
<dd> </dd>
</dl>
The <a>code</a> attribute MUST return one of the constants of the
Received on Monday, 12 April 2010 12:55:37 UTC