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

Commit 7ba37fa

Browse files
author
Eduardo Fullea
committed
editorial fix
1 parent f0cc3e4 commit 7ba37fa

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

index.html

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868

6969
<body>
7070

71-
<!------------------------------ Abstract ------------------------------------>
71+
<!-- - - - - - - - - - - - - - - Abstract - - - - - - - - - - - - - - - - - -->
7272
<section id="abstract">
7373
This specification defines a System Level API which offers a simple interface
7474
to get access to mobile messaging services. A typical use case of the
@@ -77,11 +77,11 @@
7777
the received SMS and MMS messages.
7878
</section>
7979

80-
<!----------------------- Status of this document ---------------------------->
80+
<!-- - - - - - - - - - - - - - - Status of this document - - - - - - - - - - -->
8181
<section id="sotd">
8282
</section>
8383

84-
<!----------------------------- Introduction --------------------------------->
84+
<!-- - - - - - - - - - - - - - - Introduction - - - - - - - - - - - - - - - -->
8585
<section class="informative">
8686
<h2>Introduction</h2>
8787
<p>
@@ -100,7 +100,7 @@ <h2>Introduction</h2>
100100
</pre>
101101
</section>
102102

103-
<!---------------------------- Conformance ----------------------------------->
103+
<!-- - - - - - - - - - - - - - - Conformance - - - - - - - - - - - - - - - - -->
104104
<section id="conformance">
105105
<p>This specification defines conformance criteria that apply to a single
106106
product: the <dfn>user agent</dfn> that implements the interfaces that it
@@ -112,7 +112,7 @@ <h2>Introduction</h2>
112112
specification uses that specification and terminology.
113113
</section>
114114

115-
<!----------------------------- Terminology ---------------------------------->
115+
<!-- - - - - - - - - - - - - - - Terminology - - - - - - - - - - - - - - - -->
116116
<section>
117117
<h2>Terminology</h2> <p>The <code><a
118118
href="http://dev.w3.org/html5/spec/webappapis.html#eventhandler">
@@ -143,13 +143,13 @@ <h2>Terminology</h2> <p>The <code><a
143143

144144
</section>
145145

146-
<!------------------------ Security and privacy ------------------------------>
146+
<!-- - - - - - - - - - - - - - - Security and privacy - - - - - - - - - - - -->
147147
<section>
148148
<h2>Security and privacy considerations</h2>
149149
<p>This API must be only exposed to trusted content
150150
</section>
151151

152-
<!---------------------- Extended interface Navigator ------------------------>
152+
<!-- - - - - - - - - - - - - Extended interface Navigator - - - - - - - - - -->
153153
<section>
154154
<h2><a>Navigator</a> Interface</h2>
155155
<dl title="partial interface Navigator" class="idl">
@@ -160,7 +160,7 @@ <h2><a>Navigator</a> Interface</h2>
160160
</dl>
161161
</section>
162162

163-
<!------------------------ Interface MessagingManager ------------------------------->
163+
<!-- - - - - - - - - - - - - Interface MessagingManager - - - - - - - - - - -->
164164
<section>
165165
<h2><a>MessagingManager</a> Interface</h2>
166166

@@ -466,7 +466,7 @@ <h3>Steps</h3>
466466
</section>
467467

468468

469-
<!------------------------ Interface SmsManager ------------------------------>
469+
<!-- - - - - - - - - - - - Interface SmsManager - - - - - - - - - - - - - - -->
470470
<section>
471471
<h2><a>SmsManager</a> Interface</h2>
472472
<p>The <a>SmsManager</a> interface represents the SMS messaging service
@@ -837,7 +837,7 @@ <h2>Event handlers</h2>
837837
</section>
838838

839839

840-
<!------------------------ Interface SmsSegmentInfo -------------------------->
840+
<!-- - - - - - - - - - - - Interface SmsSegmentInfo - - - - - - - - - - - - -->
841841
<section>
842842
<h2><a>SmsSegmentInfo</a> Dictionary</h2>
843843
<p>The <a>SmsSegmentInfo</a> dictionary contains information about the
@@ -865,7 +865,7 @@ <h2><a>SmsSegmentInfo</a> Dictionary</h2>
865865
</section>
866866

867867

868-
<!------------------------ Interface MmsManager ------------------------------>
868+
<!-- - - - - - - - - - - - Interface MmsManager - - - - - - - - - - - - - - -->
869869
<section>
870870
<h2><a>MmsManager</a> Interface</h2>
871871
<p>The <a>MmsManager</a> interface represents the MMS messaging service
@@ -1391,7 +1391,7 @@ <h2>Event handlers</h2>
13911391
</section>
13921392

13931393

1394-
<!------------------------ Interface SmsMessage ------------------------------>
1394+
<!-- - - - - - - - - - - - Interface SmsMessage - - - - - - - - - - - - - - -->
13951395
<section>
13961396
<h2><a>SmsMessage</a> Interface</h2>
13971397
<p>The <a>SmsMessage</a> interface represents an SMS message as defined in
@@ -1452,7 +1452,7 @@ <h2><a>SmsMessage</a> Interface</h2>
14521452
</dl>
14531453
</section>
14541454

1455-
<!------------------------ Interface MmsMessage ------------------------------>
1455+
<!-- - - - - - - - - - - - Interface MmsMessage - - - - - - - - - - - - - - -->
14561456
<section>
14571457
<h2><a>MmsMessage</a> Interface</h2>
14581458
<p>The <a>MmsMessage</a> interface represents an MMS message, as defined in
@@ -1525,7 +1525,7 @@ <h2><a>MmsMessage</a> Interface</h2>
15251525
</dl>
15261526
</section>
15271527

1528-
<!------------------------ Dictionary MmsContent ----------------------------->
1528+
<!-- - - - - - - - - - - - Dictionary MmsContent - - - - - - - - - - - - - - -->
15291529
<section>
15301530
<h2><a>MmsContent</a> Dictionary</h2>
15311531
<dl title="dictionary MmsContent" class="idl">
@@ -1561,7 +1561,7 @@ <h2><a>MmsContent</a> Dictionary</h2>
15611561
</section>
15621562

15631563

1564-
<!------------------------ Dictionary MmsAttachment -------------------------->
1564+
<!-- - - - - - - - - - - - Dictionary MmsAttachment - - - - - - - - - - - - -->
15651565
<section>
15661566
<h2><a>MmsAttachment</a> Dictionary</h2>
15671567
<dl title="dictionary MmsAttachment" class="idl">
@@ -1588,7 +1588,7 @@ <h2><a>MmsAttachment</a> Dictionary</h2>
15881588
</dl>
15891589
</section>
15901590

1591-
<!------------------------ Dictionary MmsDeliveryInfo -------------------->
1591+
<!-- - - - - - - - - - - - Dictionary MmsDeliveryInfo - - - - - - - - - - - -->
15921592
<section>
15931593
<h2><a>MmsDeliveryInfo</a> Dictionary</h2>
15941594
<dl title="dictionary MmsDeliveryInfo" class="idl">
@@ -1608,7 +1608,7 @@ <h2><a>MmsDeliveryInfo</a> Dictionary</h2>
16081608
</dl>
16091609
</section>
16101610

1611-
<!------------------------ Interface Conversation ---------------------------->
1611+
<!-- - - - - - - - - - - - Interface Conversation - - - - - - - - - - - - - -->
16121612
<section>
16131613
<h2><a>Conversation</a> Interface</h2>
16141614
<p>The <a>Conversation</a> interface represents a set of messages that are
@@ -1659,7 +1659,7 @@ <h2><a>Conversation</a> Interface</h2>
16591659
</dl>
16601660
</section>
16611661

1662-
<!------------------------ Interface MessagingCursor ------------------------->
1662+
<!-- - - - - - - - - - - - Interface MessagingCursor - - - - - - - - - - - - -->
16631663
<section>
16641664
<h2><a>MessagingCursor</a> Interface</h2>
16651665
<p>The <a>MessagingCursor</a> interface allows to iterate through a list of
@@ -1702,7 +1702,7 @@ <h2><a>MessagingCursor</a> Interface</h2>
17021702
</section>
17031703

17041704

1705-
<!------------------------ Interface ReceivedMessage ------------------------->
1705+
<!-- - - - - - - - - - - - Interface ReceivedMessage - - - - - - - - - - - - -->
17061706
<section>
17071707
<h2><a>ReceivedMessage</a> Interface</h2>
17081708
<p>The <a>ReceivedMessage</a> interface represents a system message related to
@@ -1722,7 +1722,7 @@ <h2><a>ReceivedMessage</a> Interface</h2>
17221722
</section>
17231723

17241724

1725-
<!------------------------ Interface DeliveryReport -------------------------->
1725+
<!-- - - - - - - - - - - - Interface DeliveryReport - - - - - - - - - - - - -->
17261726
<section>
17271727
<h2><a>DeliveryReport</a> Interface</h2>
17281728
<p>The <a>DeliveryReport</a> interface represents a system message related to
@@ -1761,7 +1761,7 @@ <h2><a>DeliveryReport</a> Interface</h2>
17611761
</section>
17621762

17631763

1764-
<!------------------------ Interface MessagingEvent -------------------------->
1764+
<!-- - - - - - - - - - - - Interface MessagingEvent - - - - - - - - - - - - -->
17651765
<section>
17661766
<h2><a>MessagingEvent</a> Interface</h2>
17671767
<p>The <a>MessagingEvent</a> interface represents events related to a message
@@ -1775,7 +1775,7 @@ <h2><a>MessagingEvent</a> Interface</h2>
17751775
</section>
17761776

17771777

1778-
<!------------------------ Interface DeliveryReportEvent ------------------>
1778+
<!-- - - - - - - - - - - - Interface DeliveryReportEvent - - - - - - - - - - -->
17791779
<section>
17801780
<h2><a>DeliveryReportEvent</a> Interface</h2>
17811781
<p>The <a>DeliveryReportEvent</a> interface represents events related
@@ -1808,7 +1808,7 @@ <h2><a>DeliveryReportEvent</a> Interface</h2>
18081808
</section>
18091809

18101810

1811-
<!------------------------ Interface ServiceChangeEvent ---------------------->
1811+
<!-- - - - - - - - - - - - Interface ServiceChangeEvent - - - - - - - - - - -->
18121812
<section>
18131813
<h2><a>ServiceChangeEvent</a> Interface</h2>
18141814
<p>The <a>ServiceChangeEvent</a> interface represents events related to
@@ -1822,7 +1822,7 @@ <h2><a>ServiceChangeEvent</a> Interface</h2>
18221822
</section>
18231823

18241824

1825-
<!------------------------ Dictionary MessagingFilter ------------------------>
1825+
<!-- - - - - - - - - - - - Dictionary MessagingFilter - - - - - - - - - - - -->
18261826
<section>
18271827
<h2><a>MessagingFilter</a> Dictionary</h2>
18281828
<p>The <a>MessagingFilter</a> Dictionary represents a filter that is used to
@@ -1868,7 +1868,7 @@ <h2><a>MessagingFilter</a> Dictionary</h2>
18681868
</dl>
18691869
</section>
18701870

1871-
<!------------------------ Dictionary FilterOptions -------------------------->
1871+
<!-- - - - - - - - - - - - Dictionary FilterOptions - - - - - - - - - - - - -->
18721872
<section>
18731873
<h2><a>FilterOptions</a> Dictionary</h2>
18741874
<dl title="dictionary FilterOptions" class="idl">
@@ -1886,7 +1886,7 @@ <h2><a>FilterOptions</a> Dictionary</h2>
18861886
</dl>
18871887
</section>
18881888

1889-
<!------------------------ Interface Enumerations ---------------------------->
1889+
<!-- - - - - - - - - - - - Interface Enumerations - - - - - - - - - - - - - -->
18901890
<section>
18911891
<h2>Enumerations</h2>
18921892

@@ -2059,7 +2059,7 @@ <h2>Enumerations</h2>
20592059
</section>
20602060

20612061

2062-
<!------------------------ Acknowledgements ---------------------------------->
2062+
<!-- - - - - - - - - - - - Acknowledgements - - - - - - - - - - - - - - - - -->
20632063
<section>
20642064
<h2>Acknowledgements</h2>
20652065
<p>The editors would like to express their gratitude to the Mozilla B2G Team

0 commit comments

Comments
 (0)