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

Commit abb45bf

Browse files
author
Eduardo Fullea
committed
Moving all references to the end of the spec. Issue #7
1 parent 24b7578 commit abb45bf

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

index.html

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1238,10 +1238,9 @@ <h2><a>Message</a> Interface</h2>
12381238
<!------------------------ Interface SmsMessage ------------------------------>
12391239
<section>
12401240
<h2><a>SmsMessage</a> Interface</h2>
1241-
<p>The <a>SmsMessage</a> interface represents an SMS message as defined in the
1242-
<a href="http://www.3gpp.org/ftp/Specs/html-info/23040.htm">Technical
1243-
realization of the Short Message Service (SMS)</a>. This interface is not
1244-
intended to represent binary SMS, which are out of the scope of this API.
1241+
<p>The <a>SmsMessage</a> interface represents an SMS message as defined in
1242+
[[!GSM-SMS]]. This interface is not intended to represent binary SMS, which
1243+
are out of the scope of this API.
12451244
<dl title="[NoInterfaceObject] interface SmsMessage : Message"
12461245
class="idl">
12471246
<dt>readonly attribute DOMString to</dt>
@@ -1276,9 +1275,8 @@ <h2><a>SmsMessage</a> Interface</h2>
12761275
<!------------------------ Interface MmsMessage ------------------------------>
12771276
<section>
12781277
<h2><a>MmsMessage</a> Interface</h2>
1279-
<p>The <a>MmsMessage</a> interface represents an MMS message, as defined in <a
1280-
href="http://technical.openmobilealliance.org/Technical/release_program/mms_v1_3.aspx">
1281-
OMA MMS 1.3</a>.
1278+
<p>The <a>MmsMessage</a> interface represents an MMS message, as defined in
1279+
[[!MMS13]].
12821280
<dl title="[NoInterfaceObject] interface MmsMessage : Message"
12831281
class="idl">
12841282
<dt>readonly attribute DOMString[] to</dt>

0 commit comments

Comments
 (0)