- From: Max Froumentin via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 17 Feb 2010 14:55:51 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/system-info In directory hutz:/tmp/cvs-serv16579 Modified Files: Overview.html Log Message: - fixed examples of SystemDevice interface heirs Index: Overview.html =================================================================== RCS file: /sources/public/2009/dap/system-info/Overview.html,v retrieving revision 1.77 retrieving revision 1.78 diff -u -d -r1.77 -r1.78 --- Overview.html 15 Feb 2010 14:27:00 -0000 1.77 +++ Overview.html 17 Feb 2010 14:55:49 -0000 1.78 @@ -434,13 +434,13 @@ <!--******************Device ************************************************--> <section> <h2>The <a>SystemDevice</a> interface</h2> - <p>This interface gathers attributes shared by all properties describing system devices (i.e. all the <a>enumerable</a> properties). Examples: single battery units, CPU, or network connections.</p> + <p>This interface gathers attributes shared by all properties describing system devices (i.e. all the <a>enumerable</a> properties), e.g. keyboards, cameras or screens.</p> <dl title='[NoInterfaceObject, PrototypeRoot] interface SystemDevice' class='idl'> <dt>readonly attribute DOMString? info</dt> <dd>A free-form string describing this device, e.g. the name of its manufacturer.</dd> <dt>readonly attribute DOMString id</dt> - <dd>A free-form string identifying this device. The value of this element MUST be unique within the list reported in the object enumerating this device, e.g. the Power object.</dd> + <dd>A free-form string identifying this device. The value of this element MUST be unique within the list reported in the object enumerating this device (e.g. the <a>microphones</a> attribute of <a>InputDevices</a>).</dd> </dl> </section>
Received on Wednesday, 17 February 2010 14:55:53 UTC