Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit 4bad2d1

Browse files
author
Eduardo Fullea
committed
Message ID uniqueness description. Issue #10
1 parent 3853a6d commit 4bad2d1

File tree

1 file changed

+17
-20
lines changed

1 file changed

+17
-20
lines changed

index.html

Lines changed: 17 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,7 @@ <h2><a>Messaging</a> Interface</h2> <p>The <a>Messaging</a> interface
205205
caller to be notified about the result of the operation.
206206
<dl class='parameters'>
207207
<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
210209
</dd>
211210
</dl>
212211
</dd>
@@ -217,7 +216,7 @@ <h2><a>Messaging</a> Interface</h2> <p>The <a>Messaging</a> interface
217216
notify the request result (success or error) to the caller.
218217
<dl class='parameters'>
219218
<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
221220
</dd>
222221
</dl>
223222
</dd>
@@ -229,7 +228,7 @@ <h2><a>Messaging</a> Interface</h2> <p>The <a>Messaging</a> interface
229228
caller.
230229
<dl class='parameters'>
231230
<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
233232
be deleted
234233
</dd>
235234
</dl>
@@ -242,7 +241,7 @@ <h2><a>Messaging</a> Interface</h2> <p>The <a>Messaging</a> interface
242241
about the result (success, error) of the operation.
243242
<dl class='parameters'>
244243
<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
246245
read or unread
247246
</dd> <dt>boolean value</dt> <dd>
248247
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
258257
about the result (success, error) of the operation.
259258
<dl class='parameters'>
260259
<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
263262
</dd> <dt>boolean value</dt> <dd>
264263
Indicates whether the messages in the conversation are to be marked as
265264
read (if 'true') or unread (if 'false')
@@ -526,8 +525,8 @@ <h3>Steps</h3>
526525
<p>Upon a new SMS message being received, the <a>user agent</a> MUST:
527526
<ol>
528527
<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
531530
identifier
532531
<li>set the <code>id</code> of the <code>SmsMessage</code> to the
533532
generated identifier
@@ -562,8 +561,8 @@ <h3>Steps</h3>
562561
<p>Upon a new MMS message being received, the <a>user agent</a> MUST:
563562
<ol>
564563
<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
567566
identifier
568567
<li>set the <code>id</code> of the <code>MmsMessage</code> to the
569568
generated identifier
@@ -800,8 +799,8 @@ <h3>Steps</h3>
800799
<li>Create a new instance of <code>SmsMessage</code> and a new instance of
801800
<code>MessagingRequest</code> and:
802801
<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
805804
identifier
806805
<li>set the <code>id</code> of the <code>SmsMessage</code> to the
807806
generated identifier
@@ -1010,8 +1009,8 @@ <h3>Steps</h3>
10101009
<li>Create a new instance of <code>MmsMessage</code> and a new instance
10111010
of <code>MessagingRequest</code> and:
10121011
<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
10151014
identifier
10161015
<li>set the <code>id</code> of the <code>MmsMessage</code> to the
10171016
generated identifier
@@ -1209,9 +1208,7 @@ <h2><a>Message</a> Interface</h2>
12091208
interface Message"
12101209
class="idl">
12111210
<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>
12151212

12161213
<dt>readonly attribute DOMString type</dt>
12171214
<dd>MUST return the type of message ('sms' or 'mms').</dd>
@@ -1392,8 +1389,8 @@ <h2><a>Conversation</a> Interface</h2>
13921389
<dl title="[NoInterfaceObject] interface Conversation"
13931390
class="idl">
13941391
<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
13971394
the same identifier.</dd>
13981395

13991396
<dt>readonly attribute DOMString type</dt>

0 commit comments

Comments
 (0)