@@ -205,8 +205,7 @@ <h2><a>Messaging</a> Interface</h2> <p>The <a>Messaging</a> interface
205
205
caller to be notified about the result of the operation.
206
206
< dl class ='parameters '>
207
207
< dt > DOMString id</ dt > < dd >
208
- Unique identifier of the message that is requested to be
209
- retrieved
208
+ Identifier of the message that is requested to be retrieved
210
209
</ dd >
211
210
</ dl >
212
211
</ dd >
@@ -217,7 +216,7 @@ <h2><a>Messaging</a> Interface</h2> <p>The <a>Messaging</a> interface
217
216
notify the request result (success or error) to the caller.
218
217
< dl class ='parameters '>
219
218
< dt > DOMString id</ dt > < dd >
220
- Unique identifier of the message that is requested to be deleted
219
+ Identifier of the message that is requested to be deleted
221
220
</ dd >
222
221
</ dl >
223
222
</ dd >
@@ -229,7 +228,7 @@ <h2><a>Messaging</a> Interface</h2> <p>The <a>Messaging</a> interface
229
228
caller.
230
229
< dl class ='parameters '>
231
230
< dt > DOMString id</ dt > < dd >
232
- Unique identifier of the conversation whose messages are requested to
231
+ Identifier of the conversation whose messages are requested to
233
232
be deleted
234
233
</ dd >
235
234
</ dl >
@@ -242,7 +241,7 @@ <h2><a>Messaging</a> Interface</h2> <p>The <a>Messaging</a> interface
242
241
about the result (success, error) of the operation.
243
242
< dl class ='parameters '>
244
243
< dt > DOMString id</ dt > < dd >
245
- Unique identifier of the message that is requested to be marked as
244
+ Identifier of the message that is requested to be marked as
246
245
read or unread
247
246
</ dd > < dt > boolean value</ dt > < dd >
248
247
Indicates whether the message is to be marked as read (if 'true') or
@@ -258,8 +257,8 @@ <h2><a>Messaging</a> Interface</h2> <p>The <a>Messaging</a> interface
258
257
about the result (success, error) of the operation.
259
258
< dl class ='parameters '>
260
259
< dt > DOMString id</ dt > < dd >
261
- Unique identifier of the conversation whose messages are requested to
262
- be marked as read or unread
260
+ Identifier of the conversation whose messages are requested to be
261
+ marked as read or unread
263
262
</ dd > < dt > boolean value</ dt > < dd >
264
263
Indicates whether the messages in the conversation are to be marked as
265
264
read (if 'true') or unread (if 'false')
@@ -526,8 +525,8 @@ <h3>Steps</h3>
526
525
< p > Upon a new SMS message being received, the < a > user agent</ a > MUST:
527
526
< ol >
528
527
< li > create a new instance of < code > SmsMessage</ code >
529
- < li > generate a identifier for this message that is unique in the frame of
530
- the user agent , i.e. there cannot be any other message with the same
528
+ < li > generate a identifier for this message that is globally unique within
529
+ the implementation , i.e. there cannot be any other message with the same
531
530
identifier
532
531
< li > set the < code > id</ code > of the < code > SmsMessage</ code > to the
533
532
generated identifier
@@ -562,8 +561,8 @@ <h3>Steps</h3>
562
561
< p > Upon a new MMS message being received, the < a > user agent</ a > MUST:
563
562
< ol >
564
563
< li > create a new instance of < code > MmsMessage</ code >
565
- < li > generate a identifier for this message that is unique in the frame of
566
- the user agent , i.e. there cannot be any other message with the same
564
+ < li > generate a identifier for this message that is globally unique within
565
+ the implementation , i.e. there cannot be any other message with the same
567
566
identifier
568
567
< li > set the < code > id</ code > of the < code > MmsMessage</ code > to the
569
568
generated identifier
@@ -800,8 +799,8 @@ <h3>Steps</h3>
800
799
< li > Create a new instance of < code > SmsMessage</ code > and a new instance of
801
800
< code > MessagingRequest</ code > and:
802
801
< ol >
803
- < li > generate a identifier for this message that is unique in the frame of
804
- the user agent , i.e. there cannot be any other message with the same
802
+ < li > generate a identifier for this message that is globally unique within
803
+ the implementation , i.e. there cannot be any other message with the same
805
804
identifier
806
805
< li > set the < code > id</ code > of the < code > SmsMessage</ code > to the
807
806
generated identifier
@@ -1010,8 +1009,8 @@ <h3>Steps</h3>
1010
1009
< li > Create a new instance of < code > MmsMessage</ code > and a new instance
1011
1010
of < code > MessagingRequest</ code > and:
1012
1011
< ol >
1013
- < li > generate a identifier for this message that is unique in the frame of
1014
- the user agent , i.e. there cannot be any other message with the same
1012
+ < li > generate a identifier for this message that is globally unique within
1013
+ the implementation , i.e. there cannot be any other message with the same
1015
1014
identifier
1016
1015
< li > set the < code > id</ code > of the < code > MmsMessage</ code > to the
1017
1016
generated identifier
@@ -1209,9 +1208,7 @@ <h2><a>Message</a> Interface</h2>
1209
1208
interface Message "
1210
1209
class ="idl ">
1211
1210
< dt > readonly attribute DOMString id</ dt >
1212
- < dd > MUST return the identifier of the message, which is unique in the frame
1213
- of the user agent, i.e. there cannot be two messages with the same
1214
- identifier.</ dd >
1211
+ < dd > MUST return the identifier of the message.</ dd >
1215
1212
1216
1213
< dt > readonly attribute DOMString type</ dt >
1217
1214
< dd > MUST return the type of message ('sms' or 'mms').</ dd >
@@ -1392,8 +1389,8 @@ <h2><a>Conversation</a> Interface</h2>
1392
1389
< dl title ="[NoInterfaceObject] interface Conversation "
1393
1390
class ="idl ">
1394
1391
< dt > readonly attribute DOMString id</ dt >
1395
- < dd > MUST return the identifier of the conversation, which is unique in the
1396
- frame of the user agent , i.e. there cannot be any other conversation with
1392
+ < dd > MUST return the identifier of the conversation, which is globally unique
1393
+ within the implementation , i.e. there cannot be any other conversation with
1397
1394
the same identifier.</ dd >
1398
1395
1399
1396
< dt > readonly attribute DOMString type</ dt >
0 commit comments