@@ -1524,33 +1524,33 @@ <h2><a>MmsMessage</a> Interface</h2>
1524
1524
< section >
1525
1525
< h2 > < a > MmsContent</ a > Dictionary</ h2 >
1526
1526
< dl title ="dictionary MmsContent " class ="idl ">
1527
- < dt > optional attribute DOMString subject</ dt >
1527
+ < dt > DOMString subject</ dt >
1528
1528
< dd > Indicates the subject of the MMS message, corresponding to the
1529
1529
'Subject' field of the MMS message.</ dd >
1530
1530
1531
- < dt > optional DOMString[] to</ dt >
1531
+ < dt > DOMString[] to</ dt >
1532
1532
< dd > Indicates the recipient(s) included in the 'To' field of the MMS
1533
1533
message.
1534
1534
There MUST be at least one recipient in any of the < code > to</ code > ,
1535
1535
< code > cc</ code > or < code > bcc</ code > attributes.</ dd >
1536
1536
1537
- < dt > optional DOMString[] cc</ dt >
1537
+ < dt > DOMString[] cc</ dt >
1538
1538
< dd > Indicates the recipient(s) included in the 'Cc' field of the MMS
1539
1539
message.
1540
1540
There MUST be at least one recipient in any of the < code > to</ code > ,
1541
1541
< code > cc</ code > or < code > bcc</ code > attributes.</ dd >
1542
1542
1543
- < dt > optional DOMString[] bcc</ dt >
1543
+ < dt > DOMString[] bcc</ dt >
1544
1544
< dd > Indicates the recipient(s) included in the 'Bcc' field of the MMS
1545
1545
message.
1546
1546
There MUST be at least one recipient in any of the < code > to</ code > ,
1547
1547
< code > cc</ code > or < code > bcc</ code > attributes.</ dd >
1548
1548
1549
- < dt > optional DOMString smil</ dt >
1549
+ < dt > DOMString smil</ dt >
1550
1550
< dd > Contains the SMIL component, i.e. the presentation element that
1551
1551
determines the way the content of the MMS message MUST be displayed.</ dd >
1552
1552
1553
- < dt > optional MmsAttachment[] attachments</ dt >
1553
+ < dt > MmsAttachment[] attachments</ dt >
1554
1554
< dd > Contains the set of attachments of the MMS message.</ dd >
1555
1555
</ dl >
1556
1556
</ section >
@@ -1560,14 +1560,14 @@ <h2><a>MmsContent</a> Dictionary</h2>
1560
1560
< section >
1561
1561
< h2 > < a > MmsAttachment</ a > Dictionary</ h2 >
1562
1562
< dl title ="dictionary MmsAttachment " class ="idl ">
1563
- < dt > optional DOMString contentID</ dt >
1563
+ < dt > DOMString contentID</ dt >
1564
1564
< dd >
1565
1565
The Content-ID parameter that MAY be used to refer to the attachment from
1566
1566
the SMIL presentation object as described in [[!MMS13]] and [[!MIME-ENC]].
1567
1567
At least one of contentID and contentLocation MUST be specified if the
1568
1568
MMS Message contains an SMIL presentation object.
1569
1569
</ dd >
1570
- < dt > optional DOMString contentLocation</ dt >
1570
+ < dt > DOMString contentLocation</ dt >
1571
1571
< dd >
1572
1572
The Content-Location parameter that MAY be used to refer to the attachment
1573
1573
from the SMIL presentation object as described in [[!MMS13]] and
@@ -1787,7 +1787,7 @@ <h2><a>FilterOptions</a> Dictionary</h2>
1787
1787
<dt>DOMString sortBy</dt>
1788
1788
<dd>Indicates the attribute on which the filtered messages are sorted.</dd>
1789
1789
1790
- <dt>optional DOMString sortOrder</dt>
1790
+ <dt>DOMString sortOrder</dt>
1791
1791
<dd>Indicates the order on which the filtered messages are sorted with
1792
1792
possible values 'ascending' and 'descending'.</dd>
1793
1793
0 commit comments