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

Commit faf2110

Browse files
author
Eduardo Fullea
committed
addressing ReSpec warnings
1 parent d803a4e commit faf2110

File tree

1 file changed

+56
-46
lines changed

1 file changed

+56
-46
lines changed

index.html

Lines changed: 56 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
inlineCSS: true,
2727
noIDLIn: true,
2828
noIDLSorting: true,
29-
extraCSS: ["../ReSpec.js/css/respec.css"],
3029
wg: "System Applications Working Group",
3130
wgURI: "http://www.w3.org/2012/sysapps/",
3231
wgPublicList: "public-sysapps",
@@ -582,8 +581,7 @@ <h2><a>SmsManager</a> Interface</h2>
582581
<section>
583582
<h3>Steps</h3>
584583

585-
<p> The <dfn><code>send</code></dfn> method when invoked MUST run the
586-
following steps:
584+
<p> The <code>send</code> method when invoked MUST run the following steps:
587585
<ol>
588586
<li>Let <var>promise</var> be a new <code>Promise</code> object and
589587
<var>resolver</var> its associated <code>resolver</code>
@@ -637,8 +635,9 @@ <h3>Steps</h3>
637635
<li>Invoke <em>resolver</em>'s <a class="internalDFN"
638636
href="#dfn-fulfill-algorithm">fulfill algorithm</a> with
639637
<em>smsMessage</em> as the <code>value</code> argument.
640-
<li><a>Queue a task</a> to <a>fire an event</a> named <code>sent</code>
641-
with the <code>message</code> attribute set to <em>smsMessage</em>.
638+
<li><a>Queue a task</a> to <a>fire an event</a> named <a
639+
class="internalDFN" href="#dfn-sms-sent-event"><code>sent</code></a> with
640+
the <code>message</code> attribute set to <em>smsMessage</em>.
642641
</ol>
643642
</ol>
644643

@@ -701,9 +700,9 @@ <h3>Steps</h3>
701700
'received'.
702701
<li>Set the <code>deliveryStatus</code> of <em>smsMessage</em> to
703702
'not-applicable'.
704-
<li><a>Queue a task</a> to <a>fire an event</a> named
705-
<code><a>received</a></code> with the <code>message</code> attribute set
706-
to <em>smsMessage</em>.
703+
<li><a>Queue a task</a> to <a>fire an event</a> named <code><a
704+
class="internalDFN" href="#dfn-sms-received-event">received</a></code>
705+
with the <code>message</code> attribute set to <em>smsMessage</em>.
707706
<li><a>Queue a task</a> to fire a system message named
708707
<code>received</code> of type <code><a>ReceivedMessage</a></code> with the
709708
<code>message</code> attribute set to <em>smsMessage</em>.
@@ -721,9 +720,11 @@ <h3>Steps</h3>
721720
to the delivery time of the SMS message, i.e. the TP-Discharge-Time (TP
722721
DT) parameter included in the SMS-STATUS-REPORT Protocol Data Unit
723722
[[!GSM-SMS]].
724-
<li><a>Queue a task</a> to <a>fire an event</a> named
725-
<a>deliverysuccess</a> or <a>deliveryerror</a> respectively if the
726-
delivery was successfull or not, with
723+
<li><a>Queue a task</a> to <a>fire an event</a> named <a
724+
class="internalDFN"
725+
href="#dfn-sms-deliverysuccess-event">deliverysuccess</a> or <a
726+
class="internalDFN" href="#dfn-sms-deliveryerror-event">deliveryerror</a>
727+
respectively if the delivery was successfull or not, with
727728
<ol>
728729
<li>the <code>messageID</code> attribute set to the
729730
<code>messageID</code> attribute of <em>smsMessage</em>,
@@ -735,7 +736,7 @@ <h3>Steps</h3>
735736
to delivery time of such message.
736737
</ol>
737738
<li><a>Queue a task</a> to fire a system message of type
738-
<code><a>DeliveryReport</a></code>named <a>deliverysuccess</a> or
739+
<code><a>DeliveryReport</a></code>named <code>deliverysuccess</code> or
739740
<a>deliveryerror</a> respectively if the delivery was successfull or
740741
not, with
741742
<ol>
@@ -750,8 +751,7 @@ <h3>Steps</h3>
750751
</ol>
751752
</ol>
752753

753-
<p> The <dfn><code>clear</code></dfn> method when invoked MUST run the
754-
following steps:
754+
<p> The <code>clear</code> method when invoked MUST run the following steps:
755755
<ol>
756756
<li>Let <var>promise</var> be a new <code>Promise</code> object and
757757
<var>resolver</var> its associated <code>resolver</code>
@@ -792,38 +792,42 @@ <h2>Event handlers</h2>
792792
<tbody>
793793
<tr>
794794
<td><strong><code>onreceived</code></strong></td>
795-
<td><code><dfn>received</dfn></code></td>
795+
<td><code><dfn id="dfn-sms-received-event">received</dfn></code></td>
796796
<td><a><code>MessagingEvent</code></a></td>
797797
<td>handles received messages</td>
798798
</tr>
799799
<tr>
800800
<td><strong><code>onsent</code></strong></td>
801-
<td><code><dfn>sent</dfn></code></td>
801+
<td><code><dfn id="dfn-sms-sent-event">sent</dfn></code></td>
802802
<td><a><code>MessagingEvent</code></a></td>
803803
<td>handles sent messages</td>
804804
</tr>
805805
<tr>
806806
<td><strong><code>ondeliverysuccess</code></strong></td>
807-
<td><code><dfn>deliverysuccess</dfn></code></td>
807+
<td><code><dfn
808+
id="dfn-sms-deliverysuccess-event">deliverysuccess</dfn></code></td>
808809
<td><a><code>DeliveryReportEvent</code></a></td>
809810
<td>handles successful delivery reports</td>
810811
</tr>
811812
<tr>
812813
<td><strong><code>ondeliveryerror</code></strong></td>
813-
<td><code><dfn>deliveryerror</dfn></code></td>
814+
<td><code><dfn
815+
id="dfn-sms-deliveryerror-event">deliveryerror</dfn></code></td>
814816
<td><a><code>DeliveryReportEvent</code></a></td>
815817
<td>handles failure delivery reports</td>
816818
</tr>
817819
<tr>
818820
<td><strong><code>onserviceadded</code></strong></td>
819-
<td><code><dfn>serviceadded</dfn></code></td>
821+
<td><code><dfn
822+
id="dfn-sms-serviceadded-event">serviceadded</dfn></code></td>
820823
<td><a><code>ServiceChangeEvent</code></a></td>
821824
<td>handle new messaging services</td>
822825
</td>
823826
</tr>
824827
<tr>
825828
<td><strong><code>onserviceremoved</code></strong></td>
826-
<td><code><dfn>serviceremoved</dfn></code></td>
829+
<td><code><dfn
830+
id="dfn-sms-serviceremoved-event">serviceremoved</dfn></code></td>
827831
<td><a><code>ServiceChangeEvent</code></a></td>
828832
<td>handle disabled messaging services</td>
829833
</td>
@@ -1020,8 +1024,7 @@ <h2><a>MmsManager</a> Interface</h2>
10201024
<section>
10211025
<h3>Steps</h3>
10221026

1023-
<p> The <dfn><code>send</code></dfn> method when invoked MUST run the
1024-
following steps:
1027+
<p> The <code>send</code> method when invoked MUST run the following steps:
10251028
<ol>
10261029
<li>Let <var>promise</var> be a new <code>Promise</code> object and
10271030
<var>resolver</var> its associated <code>resolver</code>
@@ -1092,9 +1095,9 @@ <h3>Steps</h3>
10921095
<li>Invoke <em>resolver</em>'s <a class="internalDFN"
10931096
href="#dfn-fulfill-algorithm">fulfill algorithm</a> with
10941097
<em>mmsMessage</em> as the <code>value</code> argument.
1095-
<li><a>Queue a task</a> to <a>fire an event</a> named
1096-
<code>sent</code> with the <code>message</code> attribute set to
1097-
<em>mmsMessage</em>.
1098+
<li><a>Queue a task</a> to <a>fire an event</a> named <a
1099+
class="internalDFN" href="#dfn-mms-sent-event"><code>sent</code></a> with
1100+
the <code>message</code> attribute set to <em>mmsMessage</em>.
10981101
</ol>
10991102
</ol>
11001103

@@ -1205,7 +1208,7 @@ <h3>Steps</h3>
12051208
the <code>deliveryStatus</code> attribute set to 'not-applicable'.
12061209
</ol>
12071210
<li><a>Queue a task</a> to <a>fire an event</a> named
1208-
<code><a>received</a></code> with the <code>message</code> attribute set
1211+
<code><a class="internalDFN" href="#dfn-mms-received-event">received</a></code> with the <code>message</code> attribute set
12091212
to <em>mmsMessage</em>.
12101213
<li><a>Queue a task</a> to fire a system message named
12111214
<code>received</code> of type <code><a>ReceivedMessage</a></code> with the
@@ -1290,9 +1293,11 @@ <h3>Steps</h3>
12901293
time, i.e. the 'Date' field in the M-Delivery.ind Protocol Data Unit
12911294
[[!MMS13]], in case of successful delivery.
12921295
</ol>
1293-
<li><a>Queue a task</a> to <a>fire an event</a> named
1294-
<a>deliverysuccess</a> or <a>deliveryerror</a> respectively if the
1295-
delivery was successfull or not, with
1296+
<li><a>Queue a task</a> to <a>fire an event</a> named <a
1297+
class="internalDFN"
1298+
href="#dfn-mms-deliverysuccess-event">deliverysuccess</a> or <a
1299+
class="internalDFN" href="#dfn-mms-deliveryerror-event">deliveryerror</a>
1300+
respectively if the delivery was successfull or not, with
12961301
<ol>
12971302
<li>the <code>messageID</code> attribute set to the
12981303
<code>messageID</code> attribute of <em>mmsMessage</em>,
@@ -1307,8 +1312,8 @@ <h3>Steps</h3>
13071312
same position of the <code>recipients</code> array.
13081313
</ol>
13091314
<li><a>Queue a task</a> to fire a system message of type
1310-
<code><a>DeliveryReport</a></code> named <a>deliverysuccess</a> or
1311-
<a>deliveryerror</a> respectively if the delivery was successfull or
1315+
<code><a>DeliveryReport</a></code> named <code>deliverysuccess</code> or
1316+
<code>deliveryerror</code> respectively if the delivery was successfull or
13121317
not, with
13131318
<ol>
13141319
<li>the <code>messageID</code> attribute set to the
@@ -1349,8 +1354,10 @@ <h3>Steps</h3>
13491354
time, i.e. the 'Date' field in the M-Read-Orig.ind Protocol Data Unit
13501355
[[!MMS13]], in case the message has been read.
13511356
</ol>
1352-
<li><a>Queue a task</a> to <a>fire an event</a> named <a>readsuccess</a>
1353-
or <a>readerror</a> respectively if the message has been read or not, with
1357+
<li><a>Queue a task</a> to <a>fire an event</a> named <a
1358+
class="internalDFN" href="#dfn-mms-readsuccess-event">readsuccess</a> or
1359+
<a class="internalDFN" href="#dfn-mms-readerror-event">readerror</a>
1360+
respectively if the message has been read or not, with
13541361
<ol>
13551362
<li>the <code>messageID</code> attribute set to the
13561363
<code>messageID</code> attribute of <em>mmsMessage</em>,
@@ -1365,8 +1372,8 @@ <h3>Steps</h3>
13651372
same position of the <code>recipients</code> array.
13661373
</ol>
13671374
<li><a>Queue a task</a> to fire a system message of type
1368-
<code><a>ReadReport</a></code> named <a>readsuccess</a> or
1369-
<a>readerror</a> respectively if the message has been read or not, with
1375+
<code><a>ReadReport</a></code> named <code>readsuccess</code> or
1376+
<code>readerror</code> respectively if the message has been read or not, with
13701377
<ol>
13711378
<li>the <code>messageID</code> attribute set to the
13721379
<code>messageID</code> attribute of <em>mmsMessage</em>,
@@ -1382,8 +1389,7 @@ <h3>Steps</h3>
13821389
</ol>
13831390
</ol>
13841391

1385-
<p> The <dfn><code>clear</code></dfn> method when invoked MUST run the
1386-
following steps:
1392+
<p> The <code>clear</code> method when invoked MUST run the following steps:
13871393
<ol>
13881394
<li>Make a request to the system to delete all the messages associated to
13891395
the messaging service with identifier equal to the <code>serviceID</code>
@@ -1424,50 +1430,54 @@ <h2>Event handlers</h2>
14241430
<tbody>
14251431
<tr>
14261432
<td><strong><code>onreceived</code></strong></td>
1427-
<td><code><dfn>received</dfn></code></td>
1433+
<td><code id="dfn-mms-received-event">received</code></td>
14281434
<td><a><code>MessagingEvent</code></a></td>
14291435
<td>handles received messages</td>
14301436
</tr>
14311437
<tr>
14321438
<td><strong><code>onsent</code></strong></td>
1433-
<td><code><dfn>sent</dfn></code></td>
1439+
<td><code id="dfn-mms-sent-event">sent</code></td>
14341440
<td><a><code>MessagingEvent</code></a></td>
14351441
<td>handles sent messages</td>
14361442
</tr>
14371443
<tr>
14381444
<td><strong><code>ondeliverysuccess</code></strong></td>
1439-
<td><code><dfn>deliverysuccess</dfn></code></td>
1445+
<td><code
1446+
id="dfn-mms-deliverysuccess-event">deliverysuccess</code></td>
14401447
<td><a><code>DeliveryReportEvent</code></a></td>
14411448
<td>handles successful delivery reports</td>
14421449
</tr>
14431450
<tr>
14441451
<td><strong><code>ondeliveryerror</code></strong></td>
1445-
<td><code><dfn>deliveryerror</dfn></code></td>
1452+
<td><code
1453+
id="dfn-mms-deliveryerror-event">deliveryerror</code></td>
14461454
<td><a><code>DeliveryReportEvent</code></a></td>
14471455
<td>handles failure delivery reports</td>
14481456
</tr>
14491457
<tr>
14501458
<td><strong><code>onreadsuccess</code></strong></td>
1451-
<td><code><dfn>readsuccess</dfn></code></td>
1459+
<td><code id="dfn-mms-readsuccess-event">readsuccess</code></td>
14521460
<td><a><code>ReadReportEvent</code></a></td>
14531461
<td>handles successful read reports</td>
14541462
</tr>
14551463
<tr>
14561464
<td><strong><code>onreaderror</code></strong></td>
1457-
<td><code><dfn>readerror</dfn></code></td>
1465+
<td><code id="dfn-mms-readerror-event">readerror</code></td>
14581466
<td><a><code>ReadReportEvent</code></a></td>
1459-
<td>handles failure read reports</td>
1467+
<td>handles failure read reports</td>
14601468
</tr>
14611469
<tr>
14621470
<td><strong><code>onserviceadded</code></strong></td>
1463-
<td><code><dfn>serviceadded</dfn></code></td>
1471+
<td><code
1472+
id="dfn-mms-serviceadded-event">serviceadded</code></td>
14641473
<td><a><code>ServiceChangeEvent</code></a></td>
14651474
<td>handle new messaging services</td>
14661475
</td>
14671476
</tr>
14681477
<tr>
14691478
<td><strong><code>onserviceremoved</code></strong></td>
1470-
<td><code><dfn>serviceremoved</dfn></code></td>
1479+
<td><code
1480+
id="dfn-mms-serviceremoved-event">serviceremoved</code></td>
14711481
<td><a><code>ServiceChangeEvent</code></a></td>
14721482
<td>handle disabled messaging services</td>
14731483
</td>

0 commit comments

Comments
 (0)