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

Commit 537d385

Browse files
author
Eduardo Fullea
committed
removing [NoInterfaceObject]
1 parent 6c57da6 commit 537d385

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

index.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ <h2><a>MessagingManager</a> Interface</h2>
148148
represents the initial entry point for getting access to the mobile messaging
149149
services, i.e. SMS and MMS.
150150

151-
<dl title="[NoInterfaceObject] interface MessagingManager" class="idl">
151+
<dl title="interface MessagingManager" class="idl">
152152

153153
<dt>readonly attribute SmsManager sms</dt> <dd>Provides access to the
154154
SMS service's specific functionality.</dd>
@@ -456,7 +456,7 @@ <h2><a>SmsManager</a> Interface</h2>
456456
<p>The <a>SmsManager</a> interface represents the SMS messaging service
457457
manager.
458458

459-
<dl title="[NoInterfaceObject] interface SmsManager : EventTarget"
459+
<dl title="interface SmsManager : EventTarget"
460460
class="idl">
461461

462462
<dt>readonly attribute MessageType type</dt> <dd>MUST return the type of the
@@ -839,7 +839,7 @@ <h2><a>MmsManager</a> Interface</h2>
839839
<p>The <a>MmsManager</a> interface represents the MMS messaging service
840840
manager.
841841

842-
<dl title="[NoInterfaceObject] interface MmsManager : EventTarget"
842+
<dl title="interface MmsManager : EventTarget"
843843
class="idl">
844844

845845
<dt>readonly attribute MessageType type</dt> <dd>MUST return the type of the
@@ -1407,7 +1407,7 @@ <h2><a>SmsMessage</a> Interface</h2>
14071407
<p>The <a>SmsMessage</a> interface represents an SMS message as defined in
14081408
[[!GSM-SMS]]. This interface is not intended to represent binary SMS, which
14091409
are out of the scope of this API.
1410-
<dl title="[NoInterfaceObject] interface SmsMessage"
1410+
<dl title="interface SmsMessage"
14111411
class="idl">
14121412
<dt>readonly attribute DOMString messageID</dt>
14131413
<dd>MUST return the identifier of the message.</dd>
@@ -1461,7 +1461,7 @@ <h2><a>SmsMessage</a> Interface</h2>
14611461
<h2><a>MmsMessage</a> Interface</h2>
14621462
<p>The <a>MmsMessage</a> interface represents an MMS message, as defined in
14631463
[[!MMS13]].
1464-
<dl title="[NoInterfaceObject] interface MmsMessage"
1464+
<dl title="interface MmsMessage"
14651465
class="idl">
14661466
<dt>readonly attribute DOMString messageID</dt>
14671467
<dd>MUST return the identifier of the message.</dd>
@@ -1590,7 +1590,7 @@ <h2><a>Conversation</a> Interface</h2>
15901590
<p>The <a>Conversation</a> interface represents a set of messages that are
15911591
grouped together either because they are exchanged among the same set of
15921592
participants or because they have the same subject.
1593-
<dl title="[NoInterfaceObject] interface Conversation"
1593+
<dl title="interface Conversation"
15941594
class="idl">
15951595
<dt>readonly attribute DOMString conversationID</dt>
15961596
<dd>MUST return the identifier of the conversation, which is globally unique
@@ -1652,7 +1652,7 @@ <h2><a>MessagingCursor</a> Interface</h2>
16521652
retrieved, the <a>associated request</a>'s <code>readyState</code> must be set
16531653
to 'done' and the <code>result</code> must point to the cursor. If no element
16541654
was found, the cursor's <code>element</code> property must return null.</p>
1655-
<dl title="[NoInterfaceObject] interface MessagingCursor"
1655+
<dl title="interface MessagingCursor"
16561656
class="idl">
16571657
<dt>readonly attribute any? element</dt>
16581658
<dd>
@@ -1685,7 +1685,7 @@ <h2><a>MessagingCursor</a> Interface</h2>
16851685
<h2><a>MessagingEvent</a> Interface</h2>
16861686
<p>The <a>MessagingEvent</a> interface represents events related to a message
16871687
sent or received.
1688-
<dl title="[NoInterfaceObject] interface MessagingEvent : ProgressEvent"
1688+
<dl title="interface MessagingEvent : ProgressEvent"
16891689
class="idl">
16901690
<dt>readonly attribute (SmsMessage or MmsMessage) message</dt>
16911691
<dd>MUST return the <code>SmsMessage</code> or <code>MmsMessage</code>
@@ -1699,7 +1699,7 @@ <h2><a>MessagingEvent</a> Interface</h2>
16991699
<h2><a>DeliveryReportEvent</a> Interface</h2>
17001700
<p>The <a>DeliveryReportEvent</a> interface represents events related
17011701
to a delivery report of a sent message.
1702-
<dl title="[NoInterfaceObject] interface DeliveryReportEvent : Event"
1702+
<dl title="interface DeliveryReportEvent : Event"
17031703
class="idl">
17041704
<dt>readonly attribute DOMString serviceID</dt>
17051705
<dd>MUST return the identifier of the service used to send the message to
@@ -1725,7 +1725,7 @@ <h2><a>DeliveryReportEvent</a> Interface</h2>
17251725
<h2><a>ServiceChangeEvent</a> Interface</h2>
17261726
<p>The <a>ServiceChangeEvent</a> interface represents events related to
17271727
messaging services enabled or disabled.
1728-
<dl title="[NoInterfaceObject] interface ServiceChangeEvent : Event"
1728+
<dl title="interface ServiceChangeEvent : Event"
17291729
class="idl">
17301730
<dt>readonly attribute DOMString serviceID</dt>
17311731
<dd>MUST return the identifier of the messaging service which is enabled or

0 commit comments

Comments
 (0)