@@ -148,7 +148,7 @@ <h2><a>MessagingManager</a> Interface</h2>
148
148
represents the initial entry point for getting access to the mobile messaging
149
149
services, i.e. SMS and MMS.
150
150
151
- < dl title ="[NoInterfaceObject] interface MessagingManager " class ="idl ">
151
+ < dl title ="interface MessagingManager " class ="idl ">
152
152
153
153
< dt > readonly attribute SmsManager sms</ dt > < dd > Provides access to the
154
154
SMS service's specific functionality.</ dd >
@@ -456,7 +456,7 @@ <h2><a>SmsManager</a> Interface</h2>
456
456
< p > The < a > SmsManager</ a > interface represents the SMS messaging service
457
457
manager.
458
458
459
- < dl title ="[NoInterfaceObject] interface SmsManager : EventTarget "
459
+ < dl title ="interface SmsManager : EventTarget "
460
460
class ="idl ">
461
461
462
462
< dt > readonly attribute MessageType type</ dt > < dd > MUST return the type of the
@@ -839,7 +839,7 @@ <h2><a>MmsManager</a> Interface</h2>
839
839
< p > The < a > MmsManager</ a > interface represents the MMS messaging service
840
840
manager.
841
841
842
- < dl title ="[NoInterfaceObject] interface MmsManager : EventTarget "
842
+ < dl title ="interface MmsManager : EventTarget "
843
843
class ="idl ">
844
844
845
845
< dt > readonly attribute MessageType type</ dt > < dd > MUST return the type of the
@@ -1407,7 +1407,7 @@ <h2><a>SmsMessage</a> Interface</h2>
1407
1407
< p > The < a > SmsMessage</ a > interface represents an SMS message as defined in
1408
1408
[[!GSM-SMS]]. This interface is not intended to represent binary SMS, which
1409
1409
are out of the scope of this API.
1410
- < dl title ="[NoInterfaceObject] interface SmsMessage "
1410
+ < dl title ="interface SmsMessage "
1411
1411
class ="idl ">
1412
1412
< dt > readonly attribute DOMString messageID</ dt >
1413
1413
< dd > MUST return the identifier of the message.</ dd >
@@ -1461,7 +1461,7 @@ <h2><a>SmsMessage</a> Interface</h2>
1461
1461
< h2 > < a > MmsMessage</ a > Interface</ h2 >
1462
1462
< p > The < a > MmsMessage</ a > interface represents an MMS message, as defined in
1463
1463
[[!MMS13]].
1464
- < dl title ="[NoInterfaceObject] interface MmsMessage "
1464
+ < dl title ="interface MmsMessage "
1465
1465
class ="idl ">
1466
1466
< dt > readonly attribute DOMString messageID</ dt >
1467
1467
< dd > MUST return the identifier of the message.</ dd >
@@ -1590,7 +1590,7 @@ <h2><a>Conversation</a> Interface</h2>
1590
1590
< p > The < a > Conversation</ a > interface represents a set of messages that are
1591
1591
grouped together either because they are exchanged among the same set of
1592
1592
participants or because they have the same subject.
1593
- < dl title ="[NoInterfaceObject] interface Conversation "
1593
+ < dl title ="interface Conversation "
1594
1594
class ="idl ">
1595
1595
< dt > readonly attribute DOMString conversationID</ dt >
1596
1596
< dd > MUST return the identifier of the conversation, which is globally unique
@@ -1652,7 +1652,7 @@ <h2><a>MessagingCursor</a> Interface</h2>
1652
1652
retrieved, the < a > associated request</ a > 's < code > readyState</ code > must be set
1653
1653
to 'done' and the < code > result</ code > must point to the cursor. If no element
1654
1654
was found, the cursor's < code > element</ code > property must return null.</ p >
1655
- < dl title ="[NoInterfaceObject] interface MessagingCursor "
1655
+ < dl title ="interface MessagingCursor "
1656
1656
class ="idl ">
1657
1657
< dt > readonly attribute any? element</ dt >
1658
1658
< dd >
@@ -1685,7 +1685,7 @@ <h2><a>MessagingCursor</a> Interface</h2>
1685
1685
< h2 > < a > MessagingEvent</ a > Interface</ h2 >
1686
1686
< p > The < a > MessagingEvent</ a > interface represents events related to a message
1687
1687
sent or received.
1688
- < dl title ="[NoInterfaceObject] interface MessagingEvent : ProgressEvent "
1688
+ < dl title ="interface MessagingEvent : ProgressEvent "
1689
1689
class ="idl ">
1690
1690
< dt > readonly attribute (SmsMessage or MmsMessage) message</ dt >
1691
1691
< dd > MUST return the < code > SmsMessage</ code > or < code > MmsMessage</ code >
@@ -1699,7 +1699,7 @@ <h2><a>MessagingEvent</a> Interface</h2>
1699
1699
< h2 > < a > DeliveryReportEvent</ a > Interface</ h2 >
1700
1700
< p > The < a > DeliveryReportEvent</ a > interface represents events related
1701
1701
to a delivery report of a sent message.
1702
- < dl title ="[NoInterfaceObject] interface DeliveryReportEvent : Event "
1702
+ < dl title ="interface DeliveryReportEvent : Event "
1703
1703
class ="idl ">
1704
1704
< dt > readonly attribute DOMString serviceID</ dt >
1705
1705
< dd > MUST return the identifier of the service used to send the message to
@@ -1725,7 +1725,7 @@ <h2><a>DeliveryReportEvent</a> Interface</h2>
1725
1725
< h2 > < a > ServiceChangeEvent</ a > Interface</ h2 >
1726
1726
< p > The < a > ServiceChangeEvent</ a > interface represents events related to
1727
1727
messaging services enabled or disabled.
1728
- < dl title ="[NoInterfaceObject] interface ServiceChangeEvent : Event "
1728
+ < dl title ="interface ServiceChangeEvent : Event "
1729
1729
class ="idl ">
1730
1730
< dt > readonly attribute DOMString serviceID</ dt >
1731
1731
< dd > MUST return the identifier of the messaging service which is enabled or
0 commit comments