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

Commit f7ff9a4

Browse files
author
Eduardo Fullea
committed
note on MMS settings
1 parent ffa8557 commit f7ff9a4

File tree

1 file changed

+45
-23
lines changed

1 file changed

+45
-23
lines changed

index.html

Lines changed: 45 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ <h2>Terminology</h2> <p>The <code><a
117117
<p>The terms <a
118118
href="http://dev.w3.org/html5/spec/webappapis.html#event-handlers"><dfn
119119
id="dfn-eventhandler">event handler</dfn></a> and <a
120-
href="http://dev.w3.org/html5/spec/webappapis.html#event-handler-event-type"><dfn
121-
id="dfn-eventtypes"> event handler event types</dfn></a> are defined in
120+
href="http://dev.w3.org/html5/spec/webappapis.html#event-handler-event-type">
121+
<dfn id="dfn-eventtypes"> event handler event types</dfn></a> are defined in
122122
[[!HTML5]].
123123
</section>
124124

@@ -317,7 +317,8 @@ <h3>Steps</h3>
317317
<li>set the <code>result</code> of the <code>MessagingRequest</code>
318318
object to a <code>MessagingCursor</code> providing access to the results
319319
of the retrieval, i.e. the set of <code>Conversation</code> elements.
320-
<li>invoke the <code>onsuccess</code> <a class="internalDFN" href="#dfn-eventhandler">event handlers</a> of the
320+
<li>invoke the <code>onsuccess</code> <a class="internalDFN"
321+
href="#dfn-eventhandler">event handlers</a> of the
321322
<code>MessagingRequest</code>
322323
</ol>
323324
</ol>
@@ -339,7 +340,8 @@ <h3>Steps</h3>
339340
<li>set the <code>result</code> of the <code>MessagingRequest</code>
340341
object to the <code>SmsMessage</code> or <code>MmsMessage</code> whose
341342
identifier matches the <code>id</code> parameter
342-
<li>invoke the <code>onsuccess</code> <a class="internalDFN" href="#dfn-eventhandler">event handlers</a> of the
343+
<li>invoke the <code>onsuccess</code> <a class="internalDFN"
344+
href="#dfn-eventhandler">event handlers</a> of the
343345
<code>MessagingRequest</code>
344346
</ol>
345347
</ol>
@@ -360,7 +362,8 @@ <h3>Steps</h3>
360362
<code>MessagingRequest</code> object to 'done'
361363
<li>set the <code>result</code> of the <code>MessagingRequest</code>
362364
object to 'true'
363-
<li>invoke the <code>onsuccess</code> <a class="internalDFN" href="#dfn-eventhandler">event handlers</a> of the
365+
<li>invoke the <code>onsuccess</code> <a class="internalDFN"
366+
href="#dfn-eventhandler">event handlers</a> of the
364367
<code>MessagingRequest</code>
365368
</ol>
366369
</ol>
@@ -382,7 +385,8 @@ <h3>Steps</h3>
382385
<code>MessagingRequest</code> object to 'done'
383386
<li>set the <code>result</code> of the <code>MessagingRequest</code>
384387
object to 'true'
385-
<li>invoke the <code>onsuccess</code> <a class="internalDFN" href="#dfn-eventhandler">event handlers</a> of the
388+
<li>invoke the <code>onsuccess</code> <a class="internalDFN"
389+
href="#dfn-eventhandler">event handlers</a> of the
386390
<code>MessagingRequest</code>
387391
</ol>
388392
</ol>
@@ -405,7 +409,8 @@ <h3>Steps</h3>
405409
object to 'done'
406410
<li>set the <code>result</code> of the <code>MessagingRequest</code>
407411
object to 'true'
408-
<li>invoke the <code>onsuccess</code> <a class="internalDFN" href="#dfn-eventhandler">event handlers</a> of the
412+
<li>invoke the <code>onsuccess</code> <a class="internalDFN"
413+
href="#dfn-eventhandler">event handlers</a> of the
409414
<code>MessagingRequest</code>
410415
</ol>
411416
</ol>
@@ -428,7 +433,8 @@ <h3>Steps</h3>
428433
object to 'done'
429434
<li>set the <code>result</code> of the <code>MessagingRequest</code>
430435
object to 'true'
431-
<li>invoke the <code>onsuccess</code> <a class="internalDFN" href="#dfn-eventhandler">event handlers</a> of the
436+
<li>invoke the <code>onsuccess</code> <a class="internalDFN"
437+
href="#dfn-eventhandler">event handlers</a> of the
432438
<code>MessagingRequest</code>
433439
</ol>
434440
</ol>
@@ -451,10 +457,12 @@ <h2><a>MessagingManager</a> Interface</h2> <p>The <a>MessagingManager</a>
451457
class="idl">
452458

453459
<dt>readonly attribute DOMString type</dt> <dd>MUST return the type of the
454-
messaging service manager. It can have the following values: 'sms' or 'mms'.</dd>
460+
messaging service manager. It can have the following values: 'sms' or
461+
'mms'.</dd>
455462

456-
<dt>readonly attribute DOMString[] serviceIDs</dt> <dd>MUST return the identifier
457-
of the different services for this type of messaging service (e.g. 'sms_sim1').</dd>
463+
<dt>readonly attribute DOMString[] serviceIDs</dt> <dd>MUST return the
464+
identifier of the different services for this type of messaging service
465+
(e.g. 'sms_sim1').</dd>
458466

459467
<dt>MessagingRequest deleteAll ()</dt>
460468
<dd>This method makes a request to delete all the messages associated to the
@@ -618,7 +626,8 @@ <h3>Steps</h3>
618626
<code>MessagingRequest</code> object to 'done'
619627
<li>set the <code>result</code> of the <code>MessagingRequest</code>
620628
object to 'true'
621-
<li>invoke the <code>onsuccess</code> <a class="internalDFN" href="#dfn-eventhandler">event handlers</a> of the
629+
<li>invoke the <code>onsuccess</code> <a class="internalDFN"
630+
href="#dfn-eventhandler">event handlers</a> of the
622631
<code>MessagingRequest</code>
623632
</ol>
624633
</ol>
@@ -729,7 +738,8 @@ <h2>Event handlers</h2>
729738
<!------------------------ Interface SmsManager ------------------------------>
730739
<section>
731740
<h2><a>SmsManager</a> Interface</h2>
732-
<p>The <a>SmsManager</a> interface represents the SMS messaging service manager.
741+
<p>The <a>SmsManager</a> interface represents the SMS messaging service
742+
manager.
733743

734744
<dl title="[NoInterfaceObject] interface SmsManager : MessagingManager"
735745
class="idl">
@@ -824,7 +834,8 @@ <h3>Steps</h3>
824834
'error'
825835
<li>if a delivery report had been requested set the
826836
<code>deliveryStatus</code> of the <code>SmsMessage</code> to 'error'
827-
<li>invoke the <code>onerror</code> <a class="internalDFN" href="#dfn-eventhandler">event handlers</a> of the
837+
<li>invoke the <code>onerror</code> <a class="internalDFN"
838+
href="#dfn-eventhandler">event handlers</a> of the
828839
<code>MessagingRequest</code> object
829840
</ol>
830841
<li>When the requests has been completed:
@@ -836,7 +847,8 @@ <h3>Steps</h3>
836847
object to 'done'
837848
<li>set the <code>result</code> of the <code>MessagingRequest</code>
838849
object to the <code>SmsMessage</code> that has been sent
839-
<li>invoke the <code>onsuccess</code> <a class="internalDFN" href="#dfn-eventhandler">event handlers</a> of the
850+
<li>invoke the <code>onsuccess</code> <a class="internalDFN"
851+
href="#dfn-eventhandler">event handlers</a> of the
840852
<code>MessagingRequest</code>
841853
<li><a>queue a task</a> to <a>fire a simple event</a> named
842854
<code>sent</code> with the <code>message</code> attribute set to the sent
@@ -906,7 +918,8 @@ <h2><a>SmsSegmentInfo</a> Interface</h2>
906918
<!------------------------ Interface MmsManager ------------------------------>
907919
<section>
908920
<h2><a>MmsManager</a> Interface</h2>
909-
<p>The <a>MmsManager</a> interface represents the MMS messaging service manager.
921+
<p>The <a>MmsManager</a> interface represents the MMS messaging service
922+
manager.
910923

911924
<dl title="[NoInterfaceObject] interface MmsManager : MessagingManager"
912925
class="idl">
@@ -945,6 +958,11 @@ <h2><a>MmsManager</a> Interface</h2>
945958
</dd>
946959
</dl>
947960

961+
<div class='note'>
962+
It is FFS whether any MMS setting (e.g. fetch mode, creation mode) needs to be
963+
managed through the MmsManager interface.
964+
</div>
965+
948966
<section>
949967
<h3>Steps</h3>
950968

@@ -1003,7 +1021,8 @@ <h3>Steps</h3>
10031021
<li>if a delivery report had been requested set the different elements
10041022
in the <code>deliveryStatus</code> array of the <code>MmsMessage</code>
10051023
to 'error'
1006-
<li>invoke the <code>onerror</code> <a class="internalDFN" href="#dfn-eventhandler">event handlers</a> of the
1024+
<li>invoke the <code>onerror</code> <a class="internalDFN"
1025+
href="#dfn-eventhandler">event handlers</a> of the
10071026
<code>MessagingRequest</code> object
10081027
</ol>
10091028
<li>When the requests has been completed:
@@ -1015,7 +1034,8 @@ <h3>Steps</h3>
10151034
object to 'done'
10161035
<li>set the <code>result</code> of the <code>MessagingRequest</code>
10171036
object to the <code>MmsMessage</code> that has been sent
1018-
<li>invoke the <code>onsuccess</code> <a class="internalDFN" href="#dfn-eventhandler">event handlers</a> of the
1037+
<li>invoke the <code>onsuccess</code> <a class="internalDFN"
1038+
href="#dfn-eventhandler">event handlers</a> of the
10191039
<code>MessagingRequest</code>
10201040
<li><a>queue a task</a> to <a>fire a simple event</a> named
10211041
<code>sent</code> with the <code>message</code> attribute set to the sent
@@ -1041,7 +1061,8 @@ <h3>Steps</h3>
10411061
<code>MessagingRequest</code> object to 'done'
10421062
<li>set the <code>result</code> of the <code>MessagingRequest</code>
10431063
object to 'true'
1044-
<li>invoke the <code>onsuccess</code> <a class="internalDFN" href="#dfn-eventhandler">event handlers</a> of the
1064+
<li>invoke the <code>onsuccess</code> <a class="internalDFN"
1065+
href="#dfn-eventhandler">event handlers</a> of the
10451066
<code>MessagingRequest</code>
10461067
</ol>
10471068
</ol>
@@ -1113,7 +1134,8 @@ <h2>Event handlers</h2>
11131134
<td><strong><code>onprogress</code></strong></td>
11141135
<td><code><dfn>progress</dfn></code></td>
11151136
<td><a><code>ProgressEvent</code></a></td>
1116-
<td>handles progress events related to MMS sending/fetching operations</td>
1137+
<td>handles progress events related to MMS sending/fetching
1138+
operations</td>
11171139
</tr>
11181140
<tr>
11191141
<td><strong><code>onsuccess</code></strong></td>
@@ -1369,8 +1391,8 @@ <h2><a>Conversation</a> Interface</h2>
13691391
most recent timestamp .</dd>
13701392

13711393
<dt>readonly attribute MessageCursor cursor</dt>
1372-
<dd>MUST return the <code>MessageCursor</code> to access the messages in this
1373-
conversation.</dd>
1394+
<dd>MUST return the <code>MessageCursor</code> to access the messages in
1395+
this conversation.</dd>
13741396

13751397
</dl>
13761398
</section>
@@ -1460,7 +1482,7 @@ <h2><a>DeliveryReportEvent</a> Interface</h2>
14601482
</section>
14611483

14621484

1463-
<!------------------------ Interface ServiceChangeEvent -------------------------->
1485+
<!------------------------ Interface ServiceChangeEvent ---------------------->
14641486
<section>
14651487
<h2><a>ServiceChangeEvent</a> Interface</h2>
14661488
<p>The <a>ServiceChangeEvent</a> interface represents events related to

0 commit comments

Comments
 (0)