2009/dap/system-info Overview.html,1.96,1.97

Update of /sources/public/2009/dap/system-info
In directory hutz:/tmp/cvs-serv323

Modified Files:
	Overview.html 
Log Message:
New note explaining that this version only allows reading properties, and that in a later one we might introduce writing.


Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/system-info/Overview.html,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -d -r1.96 -r1.97
--- Overview.html	1 Apr 2010 12:26:53 -0000	1.96
+++ Overview.html	6 Apr 2010 07:30:39 -0000	1.97
@@ -221,7 +221,6 @@
         binding-specific casting methods on an instance of
         <code>Navigator</code>.</p>
 
-
         <dl title="[NoInterfaceObject] interface NavigatorSystem" class="idl">
           <dt>readonly attribute SystemInfo system</dt> 
 					<dd>The root node from which the system information functionality can be accessed.</dd> 
@@ -327,6 +326,9 @@
 
         <p>All functions except <a>has</a> return a <a>PendingOp</a> object, defined in [[!CORE-DEVICE]], which has a <a>cancel</a> function allowing the asynchronous operation to be interrupted.</p>
 
+        <p class="note">This version of the specification supports read-only access to properties. A further version may introduce read-write functionality (for instance, through as a <code>set</code> function) for certain properties. Examples would include screen brightness, active loudspeaker or camera aperture.</p>
+
+
         <section>
           <h2>Callback interfaces</h2>
           <dl title='[Callback=FunctionOnly, NoInterfaceObject] interface SuccessCB' class='idl'>

Received on Tuesday, 6 April 2010 07:30:42 UTC