- From: Dominique Hazael-Massieux via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 19 Jul 2010 08:55:30 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/camera
In directory hutz:/tmp/cvs-serv1448
Modified Files:
Overview.html
Log Message:
making MediaFile.format read-only
Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/camera/Overview.html,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -d -r1.98 -r1.99
--- Overview.html 16 Jul 2010 13:50:50 -0000 1.98
+++ Overview.html 19 Jul 2010 08:55:28 -0000 1.99
@@ -137,7 +137,7 @@
<dl title="[NoInterfaceObject] interface MediaFile : File" class="idl">
- <dt>attribute FormatData format </dt>
+ <dt>readonly attribute FormatData format </dt>
<dd>The format attribute represents the format information of <a
href="#formatdata"><code>MediaFile</code></a>
Received on Monday, 19 July 2010 08:55:31 UTC