- From: Max Froumentin via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 18 Jan 2010 13:07:08 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/system-info
In directory hutz:/tmp/cvs-serv31026
Modified Files:
Overview.html
Log Message:
solve the inheritance issue: we use normal ':' inheritance and prototypeRoot but not 'implements'
Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/system-info/Overview.html,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- Overview.html 7 Jan 2010 08:46:03 -0000 1.55
+++ Overview.html 18 Jan 2010 13:07:06 -0000 1.56
@@ -406,7 +406,7 @@
<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>
- <dl title='[NoInterfaceObject] interface SystemDevice' class='idl'>
+ <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>
@@ -480,10 +480,6 @@
<h4>The <a>PowerSource</a> Property</h4>
<p>This property describes the state of a single power source connected to the system. It is <a>enumerable</a>.</p>
- <p class="issue">Many interfaces below use inheritance (even multiple). Should we use <a href="http://dev.w3.org/2006/webapi/WebIDL/#PrototypeRoot">PrototypeRoot</a> and/or <a href="http://dev.w3.org/2006/webapi/WebIDL/#idl-implements-statements">implements</a> instead?</p>
-
-
-
<dl title="[NoInterfaceObject] interface PowerSource : SystemDevice" class="idl">
<dt>const unsigned short TYPE_UNKNOWN=0</dt>
<dd>In <code>type</code> has this value, then this power source is undetermined</dd>
Received on Monday, 18 January 2010 13:07:10 UTC