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

Commit 6c57da6

Browse files
author
Eduardo Fullea
committed
removing optional from dictionaries
1 parent 2682967 commit 6c57da6

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

index.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1524,33 +1524,33 @@ <h2><a>MmsMessage</a> Interface</h2>
15241524
<section>
15251525
<h2><a>MmsContent</a> Dictionary</h2>
15261526
<dl title="dictionary MmsContent" class="idl">
1527-
<dt>optional attribute DOMString subject</dt>
1527+
<dt>DOMString subject</dt>
15281528
<dd>Indicates the subject of the MMS message, corresponding to the
15291529
'Subject' field of the MMS message.</dd>
15301530

1531-
<dt>optional DOMString[] to</dt>
1531+
<dt>DOMString[] to</dt>
15321532
<dd>Indicates the recipient(s) included in the 'To' field of the MMS
15331533
message.
15341534
There MUST be at least one recipient in any of the <code>to</code>,
15351535
<code>cc</code> or <code>bcc</code> attributes.</dd>
15361536

1537-
<dt>optional DOMString[] cc</dt>
1537+
<dt>DOMString[] cc</dt>
15381538
<dd>Indicates the recipient(s) included in the 'Cc' field of the MMS
15391539
message.
15401540
There MUST be at least one recipient in any of the <code>to</code>,
15411541
<code>cc</code> or <code>bcc</code> attributes.</dd>
15421542

1543-
<dt>optional DOMString[] bcc</dt>
1543+
<dt>DOMString[] bcc</dt>
15441544
<dd>Indicates the recipient(s) included in the 'Bcc' field of the MMS
15451545
message.
15461546
There MUST be at least one recipient in any of the <code>to</code>,
15471547
<code>cc</code> or <code>bcc</code> attributes.</dd>
15481548

1549-
<dt>optional DOMString smil</dt>
1549+
<dt>DOMString smil</dt>
15501550
<dd>Contains the SMIL component, i.e. the presentation element that
15511551
determines the way the content of the MMS message MUST be displayed.</dd>
15521552

1553-
<dt>optional MmsAttachment[] attachments</dt>
1553+
<dt>MmsAttachment[] attachments</dt>
15541554
<dd>Contains the set of attachments of the MMS message.</dd>
15551555
</dl>
15561556
</section>
@@ -1560,14 +1560,14 @@ <h2><a>MmsContent</a> Dictionary</h2>
15601560
<section>
15611561
<h2><a>MmsAttachment</a> Dictionary</h2>
15621562
<dl title="dictionary MmsAttachment" class="idl">
1563-
<dt>optional DOMString contentID</dt>
1563+
<dt>DOMString contentID</dt>
15641564
<dd>
15651565
The Content-ID parameter that MAY be used to refer to the attachment from
15661566
the SMIL presentation object as described in [[!MMS13]] and [[!MIME-ENC]].
15671567
At least one of contentID and contentLocation MUST be specified if the
15681568
MMS Message contains an SMIL presentation object.
15691569
</dd>
1570-
<dt>optional DOMString contentLocation</dt>
1570+
<dt>DOMString contentLocation</dt>
15711571
<dd>
15721572
The Content-Location parameter that MAY be used to refer to the attachment
15731573
from the SMIL presentation object as described in [[!MMS13]] and
@@ -1787,7 +1787,7 @@ <h2><a>FilterOptions</a> Dictionary</h2>
17871787
<dt>DOMString sortBy</dt>
17881788
<dd>Indicates the attribute on which the filtered messages are sorted.</dd>
17891789
1790-
<dt>optional DOMString sortOrder</dt>
1790+
<dt>DOMString sortOrder</dt>
17911791
<dd>Indicates the order on which the filtered messages are sorted with
17921792
possible values 'ascending' and 'descending'.</dd>
17931793

0 commit comments

Comments
 (0)