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

Commit 02f2b2b

Browse files
author
Eduardo Fullea
committed
normatively referencing content-ID and Content-Location. closes #15
1 parent a69d8ca commit 02f2b2b

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

index.html

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -592,13 +592,12 @@ <h3>Steps</h3>
592592
<ol>
593593
<li>a new <code>Blob</code> object including the media type and the
594594
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.
598598
<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.
602601
</ol>
603602
<li>set the <code>state</code> of the <code>MmsMessage</code> to
604603
'received' if the message has been downloaded or otherwise to
@@ -1355,20 +1354,21 @@ <h2><a>MmsContent</a> Dictionary</h2>
13551354
<section>
13561355
<h2><a>MmsAttachment</a> Dictionary</h2>
13571356
<dl title="dictionary MmsAttachment" class="idl">
1358-
<dt>optional DOMString contentId</dt>
1357+
<dt>optional DOMString contentID</dt>
13591358
<dd>
13601359
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.
13641363
</dd>
13651364
<dt>optional DOMString contentLocation</dt>
13661365
<dd>
13671366
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.
13721372
</dd>
13731373
<dt>Blob content</dt>
13741374
<dd>

0 commit comments

Comments
 (0)