This repository was archived by the owner on Oct 2, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -1238,10 +1238,9 @@ <h2><a>Message</a> Interface</h2>
1238
1238
<!------------------------ Interface SmsMessage ------------------------------>
1239
1239
< section >
1240
1240
< 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.
1245
1244
< dl title ="[NoInterfaceObject] interface SmsMessage : Message "
1246
1245
class ="idl ">
1247
1246
< dt > readonly attribute DOMString to</ dt >
@@ -1276,9 +1275,8 @@ <h2><a>SmsMessage</a> Interface</h2>
1276
1275
<!------------------------ Interface MmsMessage ------------------------------>
1277
1276
< section >
1278
1277
< 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]].
1282
1280
< dl title ="[NoInterfaceObject] interface MmsMessage : Message "
1283
1281
class ="idl ">
1284
1282
< dt > readonly attribute DOMString[] to</ dt >
You can’t perform that action at this time.
0 commit comments