- From: Anssi Kostiainen via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 06 Apr 2011 17:38:38 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/system-info
In directory hutz:/tmp/cvs-serv9714
Modified Files:
battery-status.html
Log Message:
ReSpec validation: remove redundant <code>s; add custom CSS for event type references
Index: battery-status.html
===================================================================
RCS file: /sources/public/2009/dap/system-info/battery-status.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- battery-status.html 6 Apr 2011 15:06:18 -0000 1.2
+++ battery-status.html 6 Apr 2011 17:38:35 -0000 1.3
@@ -84,6 +84,12 @@
pre.idl {
white-space: pre-wrap;
}
+
+ a.internalDFN:link, a.internalDFN:visited {
+ font-family: monospace;
+ border-bottom: 0;
+ color: #459900;
+ }
</style>
</head>
<body>
@@ -96,7 +102,7 @@
<section>
<h2><a>BatteryStatusEvent</a> Interface</h2>
<p>
- This interface defines the <a><code>batterystatus</code></a>
+ This interface defines the <a>batterystatus</a>
event type.
<dl title='[NoInterfaceObject] interface BatteryStatusEvent : Event'
class='idl'>
@@ -135,7 +141,7 @@
report the estimated time remaining,
<code>timeRemaining</code> MUST be set to <code>null</code>.
</dd>
- <dt>void initBatteryStatusEvent()</dt>
+ <dt>void initBatteryStatusEvent ()</dt>
<dd>
Initializes a <a>BatteryStatusEvent</a> created
through the <code>DocumentEvent</code> interface
@@ -170,7 +176,7 @@
</p>
<p>
If an event listener is registered with the event type
- <code>batterystatus</code>, then the User Agent MUST dispatch a
+ <a>batterystatus</a>, then the User Agent MUST dispatch a
<a>BatteryStatusEvent</a> event immediately.
</p>
<p class='note'>
Received on Wednesday, 6 April 2011 17:38:39 UTC