- From: Dominique Hazael-Massieux via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 16 Jul 2010 08:27:22 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/camera
In directory hutz:/tmp/cvs-serv16238
Modified Files:
Overview.html
Log Message:
making references normative
Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/camera/Overview.html,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -d -r1.69 -r1.70
--- Overview.html 16 Jul 2010 08:26:34 -0000 1.69
+++ Overview.html 16 Jul 2010 08:27:19 -0000 1.70
@@ -99,7 +99,7 @@
<dd>The type attribute is not enough to determine the format of the
content since it only specifies the container type. The codecs attribute
represents the actual format that the audio and video of the content.
- The codecs attribute MUST conforms to the [[RFC4281]].
+ The codecs attribute MUST conforms to the [[!RFC4281]].
For example, a valid value for H.263 video and AAC low
complexity would be codecs="s263, mp4a.40.2".</dd>
@@ -155,7 +155,7 @@
<code>files</code> attribute [[HTML5]] MUST return a <a
href="#medialist">MediaList</a> object that represents the
current captured content instead of <code>FileList</code>
- [[FILE-API]] object as specified in [[HTML5]].
+ [[!FILE-API]] object as specified in [[!HTML5]].
<pre class="example sh_javascript_dom"><input id="cameraInput" type="file" accept="image/*"> </pre>
Received on Friday, 16 July 2010 08:27:23 UTC