@@ -592,13 +592,12 @@ <h3>Steps</h3>
592
592
< ol >
593
593
< li > a new < code > Blob</ code > object including the media type and the
594
594
actual content of the attachment.
595
- < li > the < code > contentID</ code > attribute filled with the Content-ID
596
- associated to this element in the incoming MMS message, if present, and
597
- that may be used to reference this element from the SMIL object
595
+ < li > the < code > contentID</ code > attribute filled with the Content-ID used
596
+ to reference this element from the SMIL object in the incoming MMS
597
+ message, if present.
598
598
< li > the < code > contentLocation</ code > attribute filled with the
599
- Content-Location associated to this element in the incoming MMS message,
600
- if present, and that may be used to reference this element from the SMIL
601
- object
599
+ Content-Location used to reference this element from the SMIL object in
600
+ the incoming MMS message, if present.
602
601
</ ol >
603
602
< li > set the < code > state</ code > of the < code > MmsMessage</ code > to
604
603
'received' if the message has been downloaded or otherwise to
@@ -1355,20 +1354,21 @@ <h2><a>MmsContent</a> Dictionary</h2>
1355
1354
< section >
1356
1355
< h2 > < a > MmsAttachment</ a > Dictionary</ h2 >
1357
1356
< dl title ="dictionary MmsAttachment " class ="idl ">
1358
- < dt > optional DOMString contentId </ dt >
1357
+ < dt > optional DOMString contentID </ dt >
1359
1358
< dd >
1360
1359
The Content-ID parameter that MAY be used to refer to the attachment from
1361
- the SMIL presentation object. At least one of Content-ID and
1362
- Content-Location needs to be specified if the MMS Message contains an SMIL
1363
- presentation object.
1360
+ the SMIL presentation object as described in [[!MMS13]] and [[!MIME-ENC]].
1361
+ At least one of contentID and contentLocation MUST be specified if the
1362
+ MMS Message contains an SMIL presentation object.
1364
1363
</ dd >
1365
1364
< dt > optional DOMString contentLocation</ dt >
1366
1365
< dd >
1367
1366
The Content-Location parameter that MAY be used to refer to the attachment
1368
- from the SMIL presentation object. At least one of Content-ID and
1369
- Content-Location needs to be specified if the MMS Message contains an SMIL
1370
- presentation object. It may also be used as a hint to define the filename
1371
- when the attachment is stored at the file system.
1367
+ from the SMIL presentation object as described in [[!MMS13]] and
1368
+ [[!MIME-ENC]]. At least one of contentID and contentLocation MUST be
1369
+ specified if the MMS Message contains an SMIL presentation object. It may
1370
+ also be used as a hint to define the filename when the attachment is stored
1371
+ at the file system.
1372
1372
</ dd >
1373
1373
< dt > Blob content</ dt >
1374
1374
< dd >
0 commit comments