2009/dap/camera Overview.html,1.85,1.86

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

Modified Files:
	Overview.html 
Log Message:
clarification on type attribute


Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/camera/Overview.html,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -d -r1.85 -r1.86
--- Overview.html	16 Jul 2010 10:12:00 -0000	1.85
+++ Overview.html	16 Jul 2010 10:13:40 -0000	1.86
@@ -104,10 +104,10 @@
     <dl title="[NoInterfaceObject] interface FormatData" class="idl">
 
       <dt>attribute DOMString codecs</dt>
-      <dd>The type attribute is not enough to determine the format of the
+      <dd>The type attribute of the Blob interface (inherited from the File interface) is not sufficient 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 conform to the [[!RFC4281]].
       For example, a valid value for H.263 video and AAC low
       complexity would be codecs="s263, mp4a.40.2".</dd>
 

Received on Friday, 16 July 2010 10:13:44 UTC