2009/dap/camera Overview.html,1.50,1.51

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

Modified Files:
	Overview.html 
Log Message:
s/sequence/array in attributes as recommended by webIDL
(removed myself as editor since likely won't find the time to invest properly in that)


Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/camera/Overview.html,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- Overview.html	22 Mar 2010 16:33:06 -0000	1.50
+++ Overview.html	24 Mar 2010 14:02:14 -0000	1.51
@@ -11,7 +11,7 @@
           editors: [{name: "Dzung D Tran", company: "Intel"},
                     {name: "Ilkka Oksanen", company: "Nokia"},
                     {name: "Ingmar Kliche", company: "Deutsche Telekom"},
-                    {name: "Dominique Hazaël-Massieux", company: "W3C"}],
+                    //{name: "Dominique Hazaël-Massieux", company: "W3C"}],
           // publishDate:  "2009-08-06",
           // previousPublishDate:  "1977-03-15",
           edDraftURI:           "http://dev.w3.org/2009/dap/camera/",
@@ -132,21 +132,21 @@
       instance of <code>NavigatorDevice</code>.</p>
 
       <dl title="[Supplemental, NoInterfaceObject] interface Capture"
-      class="idl"><dt>readonly attribute sequence&lt;FormatData&gt;
+      class="idl"><dt>readonly attribute FormatData[]
       supportedImageFormats</dt>
 
-      <dd>A sequence of FormatData objects which contains image sizes
+      <dd>An array of FormatData objects which contains image sizes
       and formats supported by the hosting device camera.</dd>
 
-      <dt>readonly attribute sequence&lt;FormatData&gt;
+      <dt>readonly attribute FormatData[]
       supportedVideoFormats </dt>
-      <dd>A sequence of FormatData objects which contains video
+      <dd>An array of FormatData objects which contains video
       resolutions and formats supported by the hosting device
       camera.</dd>
 
-      <dt>readonly attribute sequence&lt;FormatData&gt;
+      <dt>readonly attribute FormatData[]
       supportedAudioFormats</dt>
-      <dd>A sequence of FormatData objects which contains audio
+      <dd>An array of FormatData objects which contains audio
       formats supported by the hosting device microphone.</dd>
 
       <dt>PendingOperation captureImage () </dt>

Received on Wednesday, 24 March 2010 14:02:18 UTC