@@ -585,10 +585,8 @@ <h3>Steps</h3>
585
585
MMS message, if present
586
586
< li > set the < code > subject</ code > element to the value of the 'Subject'
587
587
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
592
590
< li > for each of the media files attached to the received MMS message add a
593
591
new element to the < code > attachments</ code > array with:
594
592
< ol >
@@ -1292,7 +1290,7 @@ <h2><a>MmsMessage</a> Interface</h2>
1292
1290
< dd > MUST return the subject of the MMS message, corresponding to the
1293
1291
'Subject' field of the MMS message.</ dd >
1294
1292
1295
- < dt > readonly attribute Document smil</ dt >
1293
+ < dt > readonly attribute DOMString smil</ dt >
1296
1294
< dd > MUST return the SMIL document, i.e. the presentation element that
1297
1295
determines the way the content of the MMS message MUST be displayed.</ dd >
1298
1296
@@ -1343,7 +1341,7 @@ <h2><a>MmsContent</a> Dictionary</h2>
1343
1341
There MUST be at least one recipient in any of the < code > to</ code > ,
1344
1342
< code > cc</ code > or < code > bcc</ code > attributes.</ dd >
1345
1343
1346
- < dt > optional Document smil</ dt >
1344
+ < dt > optional DOMString smil</ dt >
1347
1345
< dd > Contains the SMIL component, i.e. the presentation element that
1348
1346
determines the way the content of the MMS message MUST be displayed.</ dd >
1349
1347
0 commit comments