2009/dap/camera Overview.html,1.81,1.82

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

Modified Files:
	Overview.html 
Log Message:
explicit ref to html5 for media files object creation


Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/camera/Overview.html,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- Overview.html	16 Jul 2010 09:40:57 -0000	1.81
+++ Overview.html	16 Jul 2010 09:41:50 -0000	1.82
@@ -150,8 +150,8 @@
     <p>See the <a href="#uiexamples">User Interface Examples</a> appendix for the illustration.
 
     <p>In case the user chooses to capture video, audio, or image
-    content, the user agent creates media files on the fly as
-    specified in [[HTML5]].</p><!-- @@@ more explicit ref http://dev.w3.org/html5/spec/number-state.html#file-upload-state -->
+    content, the user agent creates media files on the fly <a href="http://dev.w3.org/html5/spec/number-state.html#file-upload-state">as
+    specified</a> in [[HTML5]].</p>
 
     <p>If the user captures media files successfully, the
     <code>files</code> attribute [[HTML5]] MUST return a <a

Received on Friday, 16 July 2010 09:41:54 UTC