2009/dap/camera Overview.html,1.12,1.13

Update of /sources/public/2009/dap/camera
In directory hutz:/tmp/cvs-serv10206

Modified Files:
	Overview.html 
Log Message:
s/RFC3986/URI/


Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/camera/Overview.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Overview.html	2 Dec 2009 08:25:36 -0000	1.12
+++ Overview.html	2 Dec 2009 08:44:11 -0000	1.13
@@ -216,7 +216,7 @@
 <p><code>MediaData</code> captures a single photo, video or sound captured by the device native capture application.
 </p>
 <dl title="[NoInterfaceObject] interface MediaData" class="idl"><dt>attribute DOMString uri
-</dt><dd>The uri attribute attribute specifies the path to the media file taken by native application as a Uniform Resource Identifier (URI) conforming to [[RFC3986]].
+</dt><dd>The uri attribute attribute specifies the path to the media file taken by native application as a Uniform Resource Identifier (URI) conforming to [[URI]].
 </dd><dt>attribute FormatData format </dt><dd>The format attribute represents the media <a href="#formatdata-interface"><code>FormatData</code></a> object.
 </dd></dl>
 </section><section  id="formatdata"><h3><a>FormatData</a> interface</h3>

Received on Wednesday, 2 December 2009 08:44:22 UTC