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

Commit a69d8ca

Browse files
author
Eduardo Fullea
committed
change smil property from Document to DOMString. Issue #12
1 parent 4bad2d1 commit a69d8ca

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

index.html

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -585,10 +585,8 @@ <h3>Steps</h3>
585585
MMS message, if present
586586
<li>set the <code>subject</code> element to the value of the 'Subject'
587587
field of the MMS message, if present
588-
<li>create a new <code>Document</code> object containing the SMIL object
589-
of the received MMS message, if present
590-
<li>set the <code>smil</code> element to the <code>Document</code> object
591-
generated in the previous step
588+
<li>set the <code>smil</code> element to a <code>DOMString</code>
589+
containing the SMIL object of the received MMS message, if present
592590
<li>for each of the media files attached to the received MMS message add a
593591
new element to the <code>attachments</code> array with:
594592
<ol>
@@ -1292,7 +1290,7 @@ <h2><a>MmsMessage</a> Interface</h2>
12921290
<dd>MUST return the subject of the MMS message, corresponding to the
12931291
'Subject' field of the MMS message.</dd>
12941292

1295-
<dt>readonly attribute Document smil</dt>
1293+
<dt>readonly attribute DOMString smil</dt>
12961294
<dd>MUST return the SMIL document, i.e. the presentation element that
12971295
determines the way the content of the MMS message MUST be displayed.</dd>
12981296

@@ -1343,7 +1341,7 @@ <h2><a>MmsContent</a> Dictionary</h2>
13431341
There MUST be at least one recipient in any of the <code>to</code>,
13441342
<code>cc</code> or <code>bcc</code> attributes.</dd>
13451343

1346-
<dt>optional Document smil</dt>
1344+
<dt>optional DOMString smil</dt>
13471345
<dd>Contains the SMIL component, i.e. the presentation element that
13481346
determines the way the content of the MMS message MUST be displayed.</dd>
13491347

0 commit comments

Comments
 (0)