2009/dap/messaging Overview.html,1.7,1.8

Update of /sources/public/2009/dap/messaging
In directory hutz:/tmp/cvs-serv7108

Modified Files:
	Overview.html 
Log Message:
s/sequence/array in attributes per WebIDL spec


Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/messaging/Overview.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Overview.html	22 Feb 2010 20:51:17 -0000	1.7
+++ Overview.html	24 Mar 2010 14:03:39 -0000	1.8
@@ -357,16 +357,16 @@
 				This interface captures the data fields in an message. Note that not all fields will be used when sending messages of certain types. See <a  href='#supported-messaging-types'>Supported Messaging Types</a> for the list of attributes that must be supported for each type.  
 			</p>
 			<dl title='[NoInterfaceObject] interface MessageProperties' class='idl'>
-				<dt> attribute sequence&lt;DOMString> to
+				<dt> attribute DOMString[] to
 				</dt>
 				<dd>
 					The set of addresses of the recipients. For SMS and MMS these are phone numbers, for email it is email addresses. 				</dd>				
-				<dt> attribute sequence&lt;DOMString> cc
+				<dt> attribute DOMString[] cc
 				</dt>
 				<dd>
 					The set of cc (carbon copy) addresses of the recipients.
 					</dd>				
-				<dt> attribute sequence&lt;DOMString> bcc
+				<dt> attribute DOMString[] bcc
 				</dt>
 				<dd>
 					The set of bcc (blind carbon copy) addresses of the recipients. 

Received on Wednesday, 24 March 2010 14:03:43 UTC