2009/dap/system-info Overview.html,1.4,1.5

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

Modified Files:
	Overview.html 
Log Message:
some editorial fixes

Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/system-info/Overview.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Overview.html	21 Oct 2009 03:11:04 -0000	1.4
+++ Overview.html	23 Oct 2009 12:51:54 -0000	1.5
@@ -3,10 +3,7 @@
   <head>
     <title>The System Information &amp; Events API</title>
     <meta http-equiv='Content-Type' content='text/html;charset=utf-8'/>
-    <script src='../ReSpec.js/js/simple-node.js' class='remove'></script>
-    <script src='../ReSpec.js/js/shortcut.js' class='remove'></script>
     <script src='../ReSpec.js/js/respec.js' class='remove'></script>
-    <script src='../ReSpec.js/bibref/biblio.js' class='remove'></script>
     <script class='remove'>
       var respecConfig = {
           specStatus:           "ED",
@@ -94,7 +91,7 @@
 				or even the user's emotional state at the time of the recording. 
 			</section>
 		</section>
-		<dl title='interface Compass : Object' class='idl'>
+		<dl title='interface Compass' class='idl'>
 				<dt>void getCurrentOrientation ( in CompassCallback successCallback, [Optional] in CompassPosition position, [Optional] in CompassErrorCallback errorCallback, [Optional] in CompassOptions options)</dt>
 				<dd>
 				The <code>getCurrentOrientation()</code> function takes one, two, three or four arguments. 
@@ -151,7 +148,7 @@
 
 		<section>
 		<h3>CompassCallback</h3>
-		<dl title='[Callback=FunctionOnly, NoInterfaceObject] interface CompassCallback : Object' class='idl'>
+		<dl title='[Callback=FunctionOnly, NoInterfaceObject] interface CompassCallback' class='idl'>
 		<dt>void handleEvent(in Orientation orientation)</dt>
 		<dd>
 		  This function MUST be called whenever the implementation successfully retrieves orientation information as a result to a prior call to either <code>getCurrentOrientation()</code> or <code>watchOrientation()</code>. If an implementation is able to retrieve orientation information, but the information does not meet the criteria specified in the <code>OrientationOptions</code> argument, this method SHOULD NOT be called. 
@@ -160,7 +157,7 @@
 		</section>
 		<section>
 			<h3>CompassErrorCallback</h3>
-			<dl title='[Callback=FunctionOnly, NoInterfaceObject] interface CompassErrorCallback : Object' class='idl'>
+			<dl title='[Callback=FunctionOnly, NoInterfaceObject] interface CompassErrorCallback' class='idl'>
 		<dt>void handleEvent(in OrientationError error)</dt>
 		<dd>
 		  This function MUST be called whenever the implementation is unable to retrieve orientation information as a result to a prior call to either <code>getCurrentOrientation()</code> or <code>watchOrientation()</code>. If an implementation is able to retrieve orientation information, but the information does not meet the criteria specified in the <code>OrientationOptions</code> argument, this method SHOULD be called.
@@ -170,7 +167,7 @@
 		<section>
 			<h3>CompassPosition</h3>
 			The CompassPosition object allows an implementation to provide more accurate orientation information. How this information is obtained is beyond the scope of this specification. 
-			<dl title='interface CompassPosition : Object' class='idl'>
+			<dl title='interface CompassPosition' class='idl'>
 		<dt>readonly attribute float latitude</dt>
 		<dd>
 		  Degrees latitude in WGS84 geodetic coordinates -- positive is east. Values MUST be greater than -180, and less than or equal to 180.
@@ -191,7 +188,7 @@
 		</section>
 		<section>
 			<h3>CompassOptions</h3>
-			<dl title='[Callback, NoInterfaceObject] interface CompassOptions  : Object' class='idl'>
+			<dl title='[Callback, NoInterfaceObject] interface CompassOptions' class='idl'>
 				<dt>attribute unsigned int sampleInterval</dt>
 				<dd>The <code>sampleInterval</code> attribute specifies in milliseconds how often 
 				the implementation SHOULD check to see if the orientation has changed. While the 
@@ -216,7 +213,7 @@
 		</section>
 		<section>
 			<h3>Orientation</h3>
-			<dl title='interface Orientation  : Object' class='idl'>
+			<dl title='interface Orientation' class='idl'>
 				<dt>readonly attribute DOMTimeStamp timestamp</dt>
 				<dd>
 				  Time at which the orientation was calculated, in milliseconds since January 1, 1970. 
@@ -253,7 +250,7 @@
 		</section>
 		<section>
 			<h3>OrientationError</h3>
-			<dl title='interface OrientationError  : Object' class='idl'>
+			<dl title='interface OrientationError' class='idl'>
 				<dt>readonly attribute unsigned short UNKNOWN_ERROR</dt>
 				<dd>
 				The orientation acquisition process failed due to an error not covered by the definition of any other error code in this interface.
@@ -312,8 +309,8 @@
 				to finish.  
 			</section>
 		</section>
-		<dl title='[NoInterfaceObject] interface Power : Object' class='idl'>
-			<dt>readonly attribute bool usingExternalPowerSource</dt>
+		<dl title='[NoInterfaceObject] interface Power' class='idl'>
+			<dt>readonly attribute boolean usingExternalPowerSource</dt>
 			<dd>The <code>usingExternalPowerSource</code> attribute must be <code>true</code> if 
 			the device is plugged 
 			into an external power source. Otherwise, it must be <code>false</code>. If the correct value 
@@ -379,7 +376,7 @@
 		</dl>
 		<section>
 			<h3>PowerLevelCallback</h3>
-			<dl title='[Callback=FunctionOnly, NoInterfaceObject] interface PowerLevelCallback : Object' class='idl'>
+			<dl title='[Callback=FunctionOnly, NoInterfaceObject] interface PowerLevelCallback' class='idl'>
 				<dt>void handleEvent(in PowerLevel level)</dt>
 				<dd>This function is supplied by a call to <code>watchPowerLevel()</code>. Use the 
 				parameter to retrieve information about system power level.</dd>
@@ -387,7 +384,7 @@
 		</section>
 		<section>
 			<h3>PowerSourceCallback</h3>
-			<dl title='[Callback=FunctionOnly, NoInterfaceObject] interface PowerSourceCallback : Object' class='idl'>
+			<dl title='[Callback=FunctionOnly, NoInterfaceObject] interface PowerSourceCallback' class='idl'>
 				<dt>void handleEvent(in boolean usingExternalPowerSource)</dt>
 				<dd>This function is supplied by a call to <code>watchPowerSource()</code>. Use the 
 				parameter to retrieve information about system power source.</dd>
@@ -395,7 +392,7 @@
 		</section>
 		<section>
 			<h3>PowerLevelOptions</h3>
-			<dl title='interface PowerLevelOptions : Object' class='idl'>
+			<dl title='interface PowerLevelOptions' class='idl'>
 				<dt>attribute unsigned int sampleInterval</dt>
 				<dd>The <code>sampleInterval</code> attribute specifies in milliseconds how often 
 				the implementation SHOULD check to see if the power level has changed. While the 
@@ -428,7 +425,7 @@
 		</section>
 		<section>
 			<h3>PowerLevel</h3>
-			<dl title='interface PowerLevel : Object' class='idl'>
+			<dl title='interface PowerLevel' class='idl'>
 				<dt>readonly attribute unsigned short percentRemaining</dt>
 				<dd>
 				  The <code>percentRemaining</code> attribute should specify what percent of the 
@@ -437,7 +434,7 @@
 				  the Current Maximum Capacity SHOULD be used. The maximum value MUST be 100; the 
 				  minimum value MUST be 0, although that value MAY never be reported. 
 				</dd>
-				<dt>readonly attribute bool crossedHighThreshold</dt>
+				<dt>readonly attribute boolean crossedHighThreshold</dt>
 				<dd>
 					When a <code>PowerLevelCallback</code> is invoked with a <code>PowerLevel</code> 
 					object whose <code>crossedHighThreshold</code> attribute set to <code>true</code>, 
@@ -466,7 +463,7 @@
 						<code>PowerLevelOption</code>. </li>
 					</ul>
 				</dd>
-				<dt>readonly attribute bool crossedLowThreshold</dt>
+				<dt>readonly attribute boolean crossedLowThreshold</dt>
 				<dd>
 					When a <code>PowerLevelCallback</code> is invoked with a <code>PowerLevel</code>
 					object whose <code>crossedLowThreshold</code> attribute set to <code>true</code>, 
@@ -496,7 +493,7 @@
 		</section>
 		<section>
 			<h3>PowerError</h3>
-			<dl title='interface PowerError  : Object' class='idl'>
+			<dl title='interface PowerError' class='idl'>
 				<dt>readonly attribute unsigned short UNKNOWN_ERROR</dt>
 				<dd>
 				<code>UNKNOWN_ERROR</code> (numeric value 0): The implementation failed to retrieve 
@@ -609,7 +606,7 @@
 				is optimized, especially over slower network connections. 
 			</section>
 		</section>
-		<dl title='[NoInterfaceObject] interface Cpu : Object' class='idl'>
+		<dl title='[NoInterfaceObject] interface Cpu' class='idl'>
 			<dt>readonly attribute unsigned int numLogicalProcessors</dt>
 			<dd>The <code>numLogicalProcessors</code> attribute MUST indicate how many threads 
 			can run concurrently on the device. The minimum value is 1.
@@ -667,7 +664,7 @@
 		</dl>
 		<section>
 			<h3>CpuUsageCallback</h3>
-			<dl title='[Callback=FunctionOnly, NoInterfaceObject] interface CpuUsageCallback : Object' class='idl'>
+			<dl title='[Callback=FunctionOnly, NoInterfaceObject] interface CpuUsageCallback' class='idl'>
 				<dt>void handleEvent(in CpuUsage usage)</dt>
 				<dd>This function is supplied by a call to <code>watchCpuUsage()</code>. Use the 
 				parameter to retrieve information about system cpu utilization.</dd>
@@ -675,7 +672,7 @@
 		</section>
 		<section>
 			<h3>CpuUsageErrorCallback</h3>
-			<dl title='[Callback=FunctionOnly, NoInterfaceObject] interface CpuUsageErrorCallback : Object' class='idl'>
+			<dl title='[Callback=FunctionOnly, NoInterfaceObject] interface CpuUsageErrorCallback' class='idl'>
 				<dt>void handleEvent(in CPUUsageError error)</dt>
 				<dd>This function is supplied by a call to <code>watchCpuUsage()</code>. Use the 
 				parameter to retrieve information about the error that occured while the implementation
@@ -684,7 +681,7 @@
 		</section>
 		<section>
 			<h3>CpuUsageOptions</h3>
-			<dl title='interface CpuUsageOptions : Object' class='idl'>
+			<dl title='interface CpuUsageOptions' class='idl'>
 				<dt>attribute unsigned short highThreshold</dt>
 				<dd>The <code>highThreshold</code> attribute allows the caller to specify that the 
 				implementation MUST only invoke the <code>CpuUsageCallback</code> when the device 
@@ -751,7 +748,7 @@
 		</section>
 		<section>
 			<h3>CpuUsage</h3>
-			<dl title='interface CpuUsage : Object' class='idl'>
+			<dl title='interface CpuUsage' class='idl'>
 				<dt>readonly attribute unsigned short usage</dt>
 				<dd>
 				  The <code>usage</code> attribute MUST indicate what percentage of the total CPU 
@@ -764,7 +761,7 @@
 				  The <code>timestamp</code> attribute MUST indicate when the Cpu <code>usage</code> 
 				  value was obtained. 
 				</dd>
-				<dt>readonly attribute bool crossedHighThreshold</dt>
+				<dt>readonly attribute boolean crossedHighThreshold</dt>
 				<dd>
 					When a <code>CpuUsageCallback</code> is invoked with a <code>CpuUsage</code> 
 					object whose <code>crossedHighThreshold</code> attribute set to <code>true</code>, 
@@ -780,7 +777,7 @@
 						to <code>watchCpuUsage()</code>.</li>
 					</ul>
 				</dd>
-				<dt>readonly attribute bool crossedLowThreshold</dt>
+				<dt>readonly attribute boolean crossedLowThreshold</dt>
 				<dd>
 					When a <code>CpuUsageCallback</code> is invoked with a <code>CpuUsage</code>
 					object whose <code>crossedLowThreshold</code> attribute set to <code>true</code>, 
@@ -800,7 +797,7 @@
 		</section>
 		<section>
 			<h3>CpuUsageError</h3>
-			<dl title='interface CpuUsageError : Object' class='idl'>
+			<dl title='interface CpuUsageError' class='idl'>
 				<dt>readonly attribute unsigned short UNKNOWN_ERROR</dt>
 				<dd>
 				<code>UNKNOWN_ERROR</code> (numeric value 0): The implementation failed to retrieve 
@@ -849,7 +846,7 @@
 		<section>
 			<h3>CpuArchitecture</h3>
 			From BONDI.
-			<dl title='interface CpuArchitecture : Object' class='idl'>
+			<dl title='interface CpuArchitecture' class='idl'>
 				<dt>readonly attribute unsigned short ARCH_UNKNOWN</dt>
 				<dd>
 				<code>UNKNOWN_ARCH</code> (numeric value 0): The Cpu architecture is unknown.
@@ -933,7 +930,7 @@
 				in order to provide the most ideal viewing experience across screens. 
 			</section>
 		</section>
-		<dl title='interface Display : Object' class='idl'>
+		<dl title='interface Display' class='idl'>
 			<dt>readonly attribute unsigned int dotsPerInch </dt>
 			<dd>
 			Returns the number of dots per inch on the display. If it cannot be detected, returns 
@@ -1029,7 +1026,7 @@
 		</dl>
 		<section>
 			<h2>DisplayOrientation</h2>
-			<dl title='interface DisplayOrientation : Object' class='idl'>
+			<dl title='interface DisplayOrientation' class='idl'>
 				<dt>readonly attribute unsigned short orientation</dt>
 				<dd>
 				The display orientation from the values listed in this object.
@@ -1058,7 +1055,7 @@
 		</section>
 		<section>
 			<h2>OrientationChangedCallback</h2>
-			<dl title='interface OrientationChangedCallback : Object' class='idl'>
+			<dl title='interface OrientationChangedCallback' class='idl'>
 				<dt>void handleEvent(in DisplayOrientation displayOrientation)</dt>
 				<dd>
 				  Called whenever the implementation detects that the orientation of the display 
@@ -1068,7 +1065,7 @@
 		</section>
 		<section>
 			<h2>ColorDepthChangedCallback</h2>
-			<dl title='interface ColorDepthChangedCallback : Object' class='idl'>
+			<dl title='interface ColorDepthChangedCallback' class='idl'>
 				<dt>void handleEvent(in unsigned int colorDepth)</dt>
 				<dd>
 				  Called whenever the implementation detects that the color depth of the display 
@@ -1078,7 +1075,7 @@
 		</section>
 		<section>
 			<h2>ResolutionChangedCallback</h2>
-			<dl title='interface ResolutionChangedCallback : Object' class='idl'>
+			<dl title='interface ResolutionChangedCallback' class='idl'>
 				<dt>void handleEvent(in int resolution)</dt>
 				<dd>
 				  Called whenever the implementation detects that the resolution of the display 
@@ -1088,7 +1085,7 @@
 		</section>
 		<section>
 			<h2>BrightnessChangedCallback</h2>
-			<dl title='interface BrightnessChangedCallback : Object' class='idl'>
+			<dl title='interface BrightnessChangedCallback' class='idl'>
 				<dt>void handleEvent(in int displayBrightness)</dt>
 				<dd>
 				  Called whenever the implementation detects that the brightness of the display 
@@ -1098,7 +1095,7 @@
 		</section>
 		<section>
 			<h2>DisplayErrorCallback</h2>
-			<dl title='interface DisplayErrorCallback : Object' class='idl'>
+			<dl title='interface DisplayErrorCallback' class='idl'>
 				<dt>void handleEvent(in DisplayError displayError)</dt>
 				<dd>
 				  Called whenever the implementation encounters an error while monitoring the 
@@ -1108,7 +1105,7 @@
 		</section>
 		<section>
 			<h2>DisplayError</h2>
-			<dl title='interface DisplayError : Object' class='idl'>
+			<dl title='interface DisplayError' class='idl'>
 				<dt>readonly attribute unsigned short UNKNOWN_ERROR</dt>
 				<dd>
 				The implementation was unable to monitor the display due to an error 
@@ -1220,7 +1217,7 @@
 				may present the user with several options if it cannot choose itself.
 			</section>
 		</section>
-		<dl title='[NoInterfaceObject] interface Connection : Object' class='idl'>
+		<dl title='[NoInterfaceObject] interface Connection' class='idl'>
 			<dt>readonly attribute NetworkBearer currentNetworkBearer</dt>
 			<dd>
 			The current network bearer.
@@ -1354,7 +1351,7 @@
 		</dl>
 		<section>
 			<h3>NetworkBearer</h3>
-			<dl title='[NoInterfaceObject] interface NetworkBearer : Object' class='idl'>
+			<dl title='[NoInterfaceObject] interface NetworkBearer' class='idl'>
 				<dt>readonly attribute NetworkTechnology networkTechnology</dt>
 				<dd>This attribute indicates the network technology in use on a network.
 				The value of <code>NetworkTechnology technology</code> attribute 
@@ -1443,7 +1440,7 @@
 		<section>
 			<h3>Network</h3>
 			The DeliveryContext and BONDI ontologies have a slightly different Network heirarchy.
-			<dl title='[NoInterfaceObject] interface Network : Object' class='idl'>
+			<dl title='[NoInterfaceObject] interface Network' class='idl'>
 				<dt>readonly attribute NetworkStatus networkStatus</dt>
 				<dd>This property indicates the current status of the <code>WirelessNetwork</code>.
 				</dd>
@@ -1548,7 +1545,7 @@
 				<p>NOTE: This list is going to change before the WG complete's it's task because the 
 				technology simply continues to evolve. Encapsulating the values in an object will allow
 				the API to not change even if the range of potential values grows. </p>
-			<dl title='[NoInterfaceObject] interface NetworkTechnology : Object' class='idl'>
+			<dl title='[NoInterfaceObject] interface NetworkTechnology' class='idl'>
 				<dt>readonly attribute unsigned short UNKNOWN</dt>
 				<dd>
 				Numeric value 0. Unable to determine the network technology for an unknown reason.
@@ -1651,7 +1648,7 @@
 		<section>
 			<h3>NetworkStatus</h3>
 				Values taken from <a href='http://bondi.omtp.org/1.0/apis/vocabulary.htm'>BONDI.</a>
-			<dl title='[NoInterfaceObject] interface NetworkStatus : Object' class='idl'>
+			<dl title='[NoInterfaceObject] interface NetworkStatus' class='idl'>
 				<dt>readonly attribute unsigned short UNKNOWN</dt>
 				<dd>
 				<code>UNKNOWN</code> (numeric value 0): The implementation failed to retrieve 
@@ -1745,7 +1742,7 @@
 			<h3>EncryptionMode</h3>
 				The WiFi network's encryption mode. 
 				(Values taken from <a href='http://bondi.omtp.org/1.0/apis/vocabulary.htm'>BONDI</a>.)
-			<dl title='[NoInterfaceObject] interface EncryptionMode : Object' class='idl'>
+			<dl title='[NoInterfaceObject] interface EncryptionMode' class='idl'>
 				<dt>readonly attribute unsigned short UNKNOWN</dt>
 				<dd>
 				Numeric value 0. Unable to determine the WiFi network encryption mode 
@@ -1805,7 +1802,7 @@
 		</section>
 		<section>
 			<h3>ServiceChangeCallback</h3>
-			<dl title='[Callback=FunctionOnly, NoInterfaceObject] interface ServiceChangeCallback : Object' class='idl'>
+			<dl title='[Callback=FunctionOnly, NoInterfaceObject] interface ServiceChangeCallback' class='idl'>
 				<dt>void handleEvent(in ServiceChange change)</dt>
 				<dd>This function is supplied by a call to <code>watchServiceChange()</code>. Use the 
 				parameter to retrieve information about the visibility of a service.</dd>
@@ -1813,7 +1810,7 @@
 		</section>
 		<section>
 			<h3>ServiceChangeErrorCallback</h3>
-			<dl title='[Callback=FunctionOnly, NoInterfaceObject] interface ServiceChangeErrorCallback : Object' class='idl'>
+			<dl title='[Callback=FunctionOnly, NoInterfaceObject] interface ServiceChangeErrorCallback' class='idl'>
 				<dt>void handleEvent(in ServiceChangeError error)</dt>
 				<dd>This function is supplied by a call to <code>watchServiceChange()</code>. Use the 
 				parameter to retrieve information about an error that occured while the implementation
@@ -1822,7 +1819,7 @@
 		</section>
 		<section>
 			<h3>ServiceChangeOptions</h3>
-			<dl title='interface ServiceChangeOptions : Object' class='idl'>
+			<dl title='interface ServiceChangeOptions' class='idl'>
 				<dt>attribute unsigned int sampleInterval</dt>
 				<dd>The <code>sampleInterval</code> attribute specifies in milliseconds how often 
 				the implementation SHOULD check to see if the device has accelerated. On 
@@ -1841,7 +1838,7 @@
 		</section>
 		<section>
 			<h3>NetworkChangeCallback</h3>
-			<dl title='[Callback=FunctionOnly, NoInterfaceObject] interface NetworkChangeCallback : Object' class='idl'>
+			<dl title='[Callback=FunctionOnly, NoInterfaceObject] interface NetworkChangeCallback' class='idl'>
 				<dt>void handleEvent(in NetworkChange change)</dt>
 				<dd>This function is supplied by a call to <code>watchNetworkChange()</code>. Use the 
 				parameter to retrieve information about network changes that the device detects.</dd>
@@ -1849,7 +1846,7 @@
 		</section>
 		<section>
 			<h3>NetworkChangeErrorCallback</h3>
-			<dl title='[Callback=FunctionOnly, NoInterfaceObject] interface NetworkChangeErrorCallback : Object' class='idl'>
+			<dl title='[Callback=FunctionOnly, NoInterfaceObject] interface NetworkChangeErrorCallback' class='idl'>
 				<dt>void handleEvent(in NetworkChangeError error)</dt>
 				<dd>This function is supplied by a call to <code>watchNetworkChange()</code>. Use the 
 				parameter to retrieve information about errors that occur while the implementation
@@ -1858,7 +1855,7 @@
 		</section>
 		<section>
 			<h3>NetworkChangeOptions</h3>
-			<dl title='interface NetworkChangeOptions : Object' class='idl'>
+			<dl title='interface NetworkChangeOptions' class='idl'>
 				<dt>attribute unsigned int sampleInterval</dt>
 				<dd>The <code>sampleInterval</code> attribute specifies in milliseconds how often 
 				the implementation SHOULD check to see if the the specified network resources have 
@@ -1902,7 +1899,7 @@
 		</section>
 		<section>
 			<h3>ServiceChange</h3>
-			<dl title='[NoInterfaceObject] interface ServiceChange : Object' class='idl'>
+			<dl title='[NoInterfaceObject] interface ServiceChange' class='idl'>
 				<dt>readonly attribute DOMTimestamp timestamp</dt>
 				<dd>
 				The <code>timestamp</code> attribute MUST indicate when the change occured. 
@@ -1919,7 +1916,7 @@
 		</section>
 		<section>
 			<h3>NetworkChange</h3>
-			<dl title='[NoInterfaceObject] interface NetworkChange : Object' class='idl'>
+			<dl title='[NoInterfaceObject] interface NetworkChange' class='idl'>
 				<dt>readonly attribute DOMTimestamp timestamp</dt>
 				<dd>
 				The <code>timestamp</code> attribute MUST indicate when the change occured. 
@@ -1946,7 +1943,7 @@
 		</section>
 		<section>
 			<h3>ServiceChangeError</h3>
-			<dl title='[NoInterfaceObject] interface ServiceChangeError : Object' class='idl'>
+			<dl title='[NoInterfaceObject] interface ServiceChangeError' class='idl'>
 				<dt>readonly attribute unsigned short UNKNOWN_ERROR</dt>
 				<dd>
 				<code>UNKNOWN_ERROR</code> (numeric value 0): The implementation failed to retrieve 
@@ -1988,7 +1985,7 @@
 		</section>
 		<section>
 			<h3>NetworkChangeError</h3>
-			<dl title='[NoInterfaceObject] interface NetworkChangeError : Object' class='idl'>
+			<dl title='[NoInterfaceObject] interface NetworkChangeError' class='idl'>
 				<dt>readonly attribute unsigned short UNKNOWN_ERROR</dt>
 				<dd>
 				<code>UNKNOWN_ERROR</code> (numeric value 0): The implementation failed to retrieve 
@@ -2062,7 +2059,7 @@
 				service.
 			</section>
 		</section>
-		<dl title='[NoInterfaceObject] interface Thermal : Object' class='idl'>
+		<dl title='[NoInterfaceObject] interface Thermal' class='idl'>
 			<dt>readonly attribute sequence <Thermometer> thermometers</dt>
 			<dd>
 			The list of thermometers attached to the system.
@@ -2070,7 +2067,7 @@
 		</dl>
 		<section>
 			<h2>Thermometer</h2>
-			<dl title='[NoInterfaceObject] interface Thermometer : Object' class='idl'>
+			<dl title='[NoInterfaceObject] interface Thermometer' class='idl'>
 				<dt>readonly attribute ThermalTarget thermalTarget</dt>
 				<dd>
 				Indicates the target that the thermometer is designed to measure.
@@ -2112,7 +2109,7 @@
 		<section>
 			<h2>ThermalTarget</h2>
 			The thermal target is the object that the thermometer is designed to measure.
-			<dl title='[NoInterfaceObject] interface ThermalTarget : Object' class='idl'>
+			<dl title='[NoInterfaceObject] interface ThermalTarget' class='idl'>
 				<dt>readonly attribute unsigned short UNKNOWN_TARGET</dt>
 				<dd>
 				<code>UNKNOWN_TARGET</code> (numeric value 0): The implementation is unable to determine
@@ -2160,7 +2157,7 @@
 		</section>
 		<section>
 			<h2>TemperatureErrorCallback</h2>
-			<dl title='[Callback=FunctionOnly, NoInterfaceObject] interface TemperatureErrorCallback : Object' class='idl'>
+			<dl title='[Callback=FunctionOnly, NoInterfaceObject] interface TemperatureErrorCallback' class='idl'>
 				<dt>void handleEvent(in TemperatureError error)</dt>
 				<dd>
 				If provided, this function MUST be called whenever the implementation is unable to 
@@ -2171,7 +2168,7 @@
 		</section>
 		<section>
 			<h2>TemperatureChangeCallback</h2>
-				<dl title='[Callback=FunctionOnly, NoInterfaceObject] interface TemperatureChangeCallback : Object' class='idl'>
+				<dl title='[Callback=FunctionOnly, NoInterfaceObject] interface TemperatureChangeCallback' class='idl'>
 					<dt>void handleEvent(in TemperatureChange temperature)</dt>
 					<dd>
 					  This function MUST be called whenever the implementation successfully retrieves 
@@ -2183,7 +2180,7 @@
 		</section>
 		<section>
 			<h2>TemperatureChangeOptions</h2>
-			<dl title='interface TemperatureChangeOptions  : Object' class='idl'>
+			<dl title='interface TemperatureChangeOptions' class='idl'>
 				<dt>attribute unsigned int sampleInterval</dt>
 				<dd>
 				The <code>sampleInterval</code> attribute specifies in milliseconds how often 
@@ -2235,7 +2232,7 @@
 			The <code>TemperatureChange</code> object inherits the <code>timestamp</code> and 
 			<code>temperature</code> attributes from
 			<code>Temperature</code>.
-			<dl title='[NoInterfaceObject] interface TemperatureChange : Object' class='idl'>
+			<dl title='[NoInterfaceObject] interface TemperatureChange' class='idl'>
 				<dt>readonly attribute boolean crossedHighThreshold</dt>
 				<dd>
 				The ambient temperature has crossed the threshold specified in the 
@@ -2256,7 +2253,7 @@
 		</section>
 		<section>
 			<h2>TemperatureError</h2>
-			<dl title='[NoInterfaceObject] interface TemperatureError : Object' class='idl'>
+			<dl title='[NoInterfaceObject] interface TemperatureError' class='idl'>
 				<dt>readonly attribute unsigned short UNKNOWN_ERROR</dt>
 				<dd>
 				<code>UNKNOWN_ERROR</code> (numeric value 0): The implementation failed to retrieve 
@@ -2326,7 +2323,7 @@
 				<li/>A conforming implementation MAY xyz
 			</ul>
 		</section>
-		<dl title='[NoInterfaceObject] interface Audio : Object' class='idl'>
+		<dl title='[NoInterfaceObject] interface Audio' class='idl'>
 			<dt>readonly attribute AudioArch arch</dt>
 			<dd>
 	 		 Audio architecture information.
@@ -2355,7 +2352,7 @@
 		</dl>
 		<section>
 			<h2>AudioArch</h2>
-			<dl title='[NoInterfaceObject] interface AudioArch : Object' class='idl'>
+			<dl title='[NoInterfaceObject] interface AudioArch' class='idl'>
 				<dt>readonly attribute DOMString impName</dt>
 				<dd>
 		  		Implementer name. Examples : "Logitech",
@@ -2364,7 +2361,7 @@
 		</section>
 		<section>
 			<h2>AudioCodec</h2>
-			<dl title='[NoInterfaceObject] interface AudioCodec : Object' class='idl'>
+			<dl title='[NoInterfaceObject] interface AudioCodec' class='idl'>
 
 				<dt>readonly attribute DOMString impName</dt>
 				<dd>
@@ -2393,7 +2390,7 @@
 		</section>
 		<section>
 			<h2>LineIn</h2>
-			<dl title='[NoInterfaceObject] interface LineIn : Object' class='idl'>
+			<dl title='[NoInterfaceObject] interface LineIn' class='idl'>
 				<dt>readonly attribute unsigned int channel</dt>
 				<dd>
 				common name for the line in. Example "line in"
@@ -2403,7 +2400,7 @@
 		</section>
 		<section>
 			<h2>LineOut</h2>
-			<dl title='[NoInterfaceObject] interface LineOut : Object' class='idl'>
+			<dl title='[NoInterfaceObject] interface LineOut' class='idl'>
 				<dt>readonly attribute unsigned int channel</dt>
 				<dd>
 				common name for the line out. Example "line out"
@@ -2413,7 +2410,7 @@
 		</section>
 		<section>
 			<h2>Speaker</h2>
-			<dl title='[NoInterfaceObject] interface Speaker : Object' class='idl'>
+			<dl title='[NoInterfaceObject] interface Speaker' class='idl'>
 				<dt>readonly attribute unsigned int channel</dt>
 				<dd>
 				common channel name. Examples "left", "right", "center", "subwoofer"
@@ -2434,7 +2431,7 @@
 		</section>
 		<section>
 			<h2>Microphone</h2>
-			<dl title='[NoInterfaceObject] interface Microphone : Object' class='idl'>
+			<dl title='[NoInterfaceObject] interface Microphone' class='idl'>
 				<dt>readonly attribute boolean stereo</dt>
 				<dd>
 				true if the microphone is a stereo mic
@@ -2490,7 +2487,7 @@
 				<li>A conforming implementation MAY (TODO)</li>
 			</ul>
 		</section>
-		<dl title='[NoInterfaceObject] interface Video : Object' class='idl'>
+		<dl title='[NoInterfaceObject] interface Video' class='idl'>
 
 			<dt>readonly attribute VideoArch archInfo</dt>
 			<dd>
@@ -2505,7 +2502,7 @@
 		</dl>
 		<section>
 		<h2>VideoArch</h2>
-			<dl title='[NoInterfaceObject] interface VideoArch : Object' class='idl'>
+			<dl title='[NoInterfaceObject] interface VideoArch' class='idl'>
 				<dt>readonly attribute DOMString impName</dt>
 				<dd>
 				Video architecture implementer's name. Example : "Intel"
@@ -2518,7 +2515,7 @@
 		</section>
 		<section>
 		<h2>VideoCodec</h2>                
-			<dl title='[NoInterfaceObject] interface VideoCodec : Object' class='idl'>
+			<dl title='[NoInterfaceObject] interface VideoCodec' class='idl'>
 
 				<dt>readonly attribute DOMString name</dt>
 				<dd>
@@ -2552,7 +2549,7 @@
 		</section>
 		<section>
 		<h2>VideoProfile</h2>
-			<dl title='[NoInterfaceObject] interface VideoProfile : Object' class='idl'>
+			<dl title='[NoInterfaceObject] interface VideoProfile' class='idl'>
 				<dt>readonly attribute DOMString name</dt>
 				<dd>
 				Profile name. Examples : "Simple","Main", "High", "Advanced"
@@ -2561,7 +2558,7 @@
 		</section>
 		<section>
 		<h2>FrameType</h2>
-			<dl title='[NoInterfaceObject] interface FrameType : Object' class='idl'>
+			<dl title='[NoInterfaceObject] interface FrameType' class='idl'>
 				<dt>readonly attribute DOMString name</dt>
 				<dd>
 				Frame type name. Examples : "PROGRESSIVE","INTERLACED"
@@ -2570,7 +2567,7 @@
 		</section>
 		<section>
 		<h2>RateControl</h2>
-			<dl title='[NoInterfaceObject] interface RateControl : Object' class='idl'>
+			<dl title='[NoInterfaceObject] interface RateControl' class='idl'>
 				<dt>readonly attribute DOMString name</dt>
 				<dd>
 				Rate control type name. Examples : "CBR","VBR"
@@ -2644,7 +2641,7 @@
 				events to familiarize the user with the new functionality.
 			</section>
 		</section>
-		  <dl title='interface Input : Object' class='idl'>
+		  <dl title='interface Input' class='idl'>
 			<dt>readonly attribute boolean hasTouchScreen</dt>
 			<dd>
 				Indicates whether the device has a touch screen.
@@ -2719,7 +2716,7 @@
 		</dl>
 		<section>
 			<h2>PhysicalKeyboardChangeCallback</h2>
-			<dl title='[Callback=FunctionOnly, NoInterfaceObject] interface PhysicalKeyboardChangeCallback : Object' class='idl'>
+			<dl title='[Callback=FunctionOnly, NoInterfaceObject] interface PhysicalKeyboardChangeCallback' class='idl'>
 				<dt>void handleEvent(in PhysicalKeyboardChange physicalKeyboardChange)</dt>
 				<dd>
 					This function is called whenever the implementation determines that a physical keyboard has
@@ -2729,7 +2726,7 @@
 		</section>
 		<section>
 			<h2>PhysicalPointerChangeCallback</h2>
-			<dl title='[Callback=FunctionOnly, NoInterfaceObject] interface PhysicalPointerChangeCallback : Object' class='idl'>
+			<dl title='[Callback=FunctionOnly, NoInterfaceObject] interface PhysicalPointerChangeCallback' class='idl'>
 				<dt>void handleEvent(in PhysicalPointerChange physicalPointerChange)</dt>
 				<dd>
 					This function is called whenever the implementation determines that a physical pointer has
@@ -2739,7 +2736,7 @@
 		</section>
 		<section>
 			<h2>InputErrorCallback</h2>
-			<dl title='[Callback=FunctionOnly, NoInterfaceObject] interface InputErrorCallback : Object' class='idl'>
+			<dl title='[Callback=FunctionOnly, NoInterfaceObject] interface InputErrorCallback' class='idl'>
 				<dt>void handleEvent(in InputChangeError error)</dt>
 				<dd>
 					This function MUST be called whenever the implementation is unable to monitor
@@ -2749,7 +2746,7 @@
 		</section>
 		<section>
 			<h2>PhysicalKeyboardChange</h2>
-			<dl title='interface PhysicalKeyboardChange : Object' class='idl'>
+			<dl title='interface PhysicalKeyboardChange' class='idl'>
 				<dt>readonly attribute boolean keyboardDetached</dt>
 				<dd>
 				  A physical keyboard was detached. 
@@ -2766,7 +2763,7 @@
 		</section>
 		<section>
 			<h2>PhysicalPointerChange</h2>
-			<dl title='interface PhysicalPointerChange : Object' class='idl'>
+			<dl title='interface PhysicalPointerChange' class='idl'>
 				<dt>readonly attribute boolean pointerDetached</dt>
 				<dd>
 				  A physical pointer was detached. 
@@ -2783,7 +2780,7 @@
 		</section>
 		<section>
 			<h2>InputChangeError</h2>
-			<dl title='interface InputChangeError : Object' class='idl'>
+			<dl title='interface InputChangeError' class='idl'>
 				<dt>readonly attribute unsigned short UNKNOWN_ERROR</dt>
 				<dd>
 				The implementation was unable to monitor the input devices due to an error 

Received on Friday, 23 October 2009 12:51:59 UTC