2009/dap/camera Overview.html,1.123,1.124

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

Modified Files:
	Overview.html 
Log Message:
fix a typo

Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/camera/Overview.html,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -d -r1.123 -r1.124
--- Overview.html	13 Apr 2011 14:43:39 -0000	1.123
+++ Overview.html	28 Mar 2012 06:38:18 -0000	1.124
@@ -115,7 +115,7 @@
 
     <p>The <code>capture</code> attribute is an enumerated attribute that can take one of the following values: <code>camera</code>, <code>camcorder</code>, <code>microphone</code>, <code>filesystem</code> (ASCII case-insensitive). These values indicate which source the file picker interface should preferably present to the user by default. Both the invalid and missing default value are <code>filesystem</code>.</p>
 
-    <p class="issue">What to do if there is no accept attribute? What if the accept attribute is set to a value that the pre-hinted device cannot support? See wa href="http://lists.w3.org/Archives/Public/public-device-apis/2011Apr/0013.html">related discussion</a>./p>
+    <p class="issue">What to do if there is no accept attribute? What if the accept attribute is set to a value that the pre-hinted device cannot support? See <a href="http://lists.w3.org/Archives/Public/public-device-apis/2011Apr/0013.html">related discussion</a>.</p>
 
     <dl title="[Supplemental] interface HTMLInputElement" class="idl">
       <dt>attribute DOMString capture</dt>

Received on Wednesday, 28 March 2012 06:38:22 UTC