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

Commit 9426631

Browse files
author
Eduardo Fullea
committed
addressing Marcos' comment
1 parent 961cf73 commit 9426631

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1134,11 +1134,11 @@ <h3>Steps</h3>
11341134
new item to the <code>attachments</code> array with:
11351135
<ol>
11361136
<li>A new <code>Blob</code> object including the actual content
1137-
of the attachment, the media type and the encoding. The encoding
1138-
is indicated in the <code>type</code> attribute of the
1137+
of the attachment and the media type. The charset encoding
1138+
is indicated as part of the <code>type</code> attribute of the
11391139
<code>Blob</code> object by means of appending a
11401140
<code>charset</code> parameter after the media type as
1141-
explained in [[!HTTP11]], e.g. "text/plain; charset=utf-8".
1141+
explained in [[!RFC2046]], e.g. "text/plain; charset=utf-8".
11421142
<li>The <code>contentID</code> attribute filled with the Content-ID used
11431143
to reference this attachment from the SMIL object in the incoming MMS
11441144
message [[!MMS13]], if present.

0 commit comments

Comments
 (0)