- From: Robin Berjon via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 31 Mar 2010 15:39:18 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/camera
In directory hutz:/tmp/cvs-serv14650
Modified Files:
Overview.html
Log Message:
ID clash, should be able to detect that in ReSpec dammit
Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/camera/Overview.html,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- Overview.html 31 Mar 2010 15:32:46 -0000 1.60
+++ Overview.html 31 Mar 2010 15:39:16 -0000 1.61
@@ -122,7 +122,7 @@
<section id="api">
<h2>API Description</h2>
- <section id="capture">
+ <section>
<h3><a>Capture</a> interface</h3>
<p>The <code>Capture</code> interface exposes an interface to the
@@ -324,7 +324,7 @@
<p class='note'>User consent must be verified.</p>
<p>If successful, invokes the associated <code>ViewFinderCB</code>
- with a <a href="#viewfinder"> <code>ViewFinder</code></a>
+ with a <a href="#viewfinder-interface"> <code>ViewFinder</code></a>
argument. If the attempt fails, and the method was invoked with a
non-null <code>errorCallback</code> argument, this method must invoke
the <code>errorCB</code> with a <a
@@ -497,7 +497,7 @@
</section>
- <section id="viewfinder">
+ <section id="viewfinder-interface">
<h3><a>ViewFinder</a> interface</h3>
<p>This interface represents a camera viewfinder. It inherits from
Received on Wednesday, 31 March 2010 15:39:20 UTC