[EME] Fix typos.
--- a/encrypted-media/encrypted-media.html Mon Jun 02 16:14:43 2014 -0700
+++ b/encrypted-media/encrypted-media.html Mon Jun 02 16:52:08 2014 -0700
@@ -104,7 +104,7 @@
<div class="head">
<p><a href="http://www.w3.org/"><img src="https://www.w3.org/Icons/w3c_home" alt="W3C" width="72" height="48"></a></p>
<h1>Encrypted Media Extensions</h1>
- <h2 id="draft-date">W3C Editor's Draft 30 May 2014</h2>
+ <h2 id="draft-date">W3C Editor's Draft 2 June 2014</h2>
<dl>
<dt>This Version:</dt>
<dd><a href="http://dvcs.w3.org/hg/html-media/raw-file/default/encrypted-media/encrypted-media.html">http://dvcs.w3.org/hg/html-media/raw-file/default/encrypted-media/encrypted-media.html</a></dd>
@@ -1361,7 +1361,7 @@
<li>
<p>In the <code><a href="#dom-createsession">createSession()</a></code> algorithm:</p>
<ul>
- <li><p>The generated <var title="true">request</var> is a JSON object encoded in utf-8 as described in <a href="#clear-key-request-format">Licese Request Format</a>.</p></li>
+ <li><p>The generated <var title="true">request</var> is a JSON object encoded in UTF-8 as described in <a href="#clear-key-request-format">License Request Format</a>.</p></li>
<li><p>The request is generated by extracting the key IDs from the <var>init data</var>.</p></li>
<li><p>The "type" member value is the value of the <var title="true">sessionType</var> parameter.</p></li>
</ul>
@@ -1372,7 +1372,7 @@
<li>
<p>In the <code><a href="#dom-update">update()</a></code> algorithm:</p>
<ul>
- <li><p>The <var title="true">response</var> parameter is a JWK Set as described in <a href="#clear-key-licese-format">Licese Format</a>.</p></li>
+ <li><p>The <var title="true">response</var> parameter is a JWK Set as described in <a href="#clear-key-licese-format">License Format</a>.</p></li>
<li><p><var>message</var> is considered invalid if it is not a valid JWK Set with at least one valid JWK key of a valid length for the media type.</p></li>
</ul>
</li>
@@ -1381,7 +1381,7 @@
</p></li>
</ul>
- <h4 id="clear-key-request-format">5.1.3. Licese Request Format</h4>
+ <h4 id="clear-key-request-format">5.1.3. License Request Format</h4>
<p>This section describes the format of the license request provided to the application via the <code><a href="#dom-message">message</a></code> attribute of the <a href="#dom-eventmessage">message</a> event.</p>
<p>The format is a JSON object containing the following members:</p>
@@ -1393,7 +1393,7 @@
</dd>
</dl>
- <p>When contained in the Uint8Array <code><a href="#dom-message">message</a></code> attribute of a <code><a href="#dom-mediakeymessageevent">MediaKeyMessageEvent</a></code> object, the JSON string is encoded in utf-8 as specified in the <a href="http://www.w3.org/TR/encoding/">Encoding</a> specification.
+ <p>When contained in the Uint8Array <code><a href="#dom-message">message</a></code> attribute of a <code><a href="#dom-mediakeymessageevent">MediaKeyMessageEvent</a></code> object, the JSON string is encoded in UTF-8 as specified in the <a href="http://www.w3.org/TR/encoding/">Encoding</a> specification.
Applications may decode the contents of the Uint8Array to a JSON string using the <a href="http://www.w3.org/TR/encoding/#interface-textdecoder">TextDecoder interface</a>.
</p>
@@ -1412,7 +1412,7 @@
}
</pre>
- <h4 id="clear-key-licese-format">5.1.4. Licese Format</h4>
+ <h4 id="clear-key-licese-format">5.1.4. License Format</h4>
<p>This section describes the format of the license to be provided via the <var title="true">response</var> parameter of the <code><a href="#dom-update">update()</a></code> method.</p>
<p>The format is a JSON Web Key (JWK) Set containing representation of the symmetric key to be used for decryption, as defined in the <a href="http://tools.ietf.org/html/draft-ietf-jose-json-web-key">IETF Internet-draft JSON Web Key (JWK) specification</a>.</p>
@@ -1434,7 +1434,7 @@
The <code><a href="#dom-update">update()</a></code> algorithm compares this value to the <var title="true">sessionType</var>.
</p>
- <p>When passed to the <code><a href="#dom-update">update()</a></code> method as the Uint8Array <var title="true">response</var> parameter, the JSON string must be encoded in utf-8 as specified in the <a href="http://www.w3.org/TR/encoding/">Encoding</a> specification.
+ <p>When passed to the <code><a href="#dom-update">update()</a></code> method as the Uint8Array <var title="true">response</var> parameter, the JSON string must be encoded in UTF-8 as specified in the <a href="http://www.w3.org/TR/encoding/">Encoding</a> specification.
Applications may encode the JSON string using the <a href="http://www.w3.org/TR/encoding/#interface-textencoder">TextEncoder interface</a>.
</p>
--- a/encrypted-media/encrypted-media.xml Mon Jun 02 16:14:43 2014 -0700
+++ b/encrypted-media/encrypted-media.xml Mon Jun 02 16:52:08 2014 -0700
@@ -103,7 +103,7 @@
<div class="head">
<p><a href="http://www.w3.org/"><img src="https://www.w3.org/Icons/w3c_home" alt="W3C" width="72" height="48" /></a></p>
<h1>Encrypted Media Extensions</h1>
- <h2 id="draft-date">W3C Editor's Draft 30 May 2014</h2>
+ <h2 id="draft-date">W3C Editor's Draft 2 June 2014</h2>
<dl>
<dt>This Version:</dt>
<dd><a href="http://dvcs.w3.org/hg/html-media/raw-file/default/encrypted-media/encrypted-media.html">http://dvcs.w3.org/hg/html-media/raw-file/default/encrypted-media/encrypted-media.html</a></dd>
@@ -1284,7 +1284,7 @@
<ul>
<li><p>In the <methodref>createSession</methodref> algorithm:</p>
<ul>
- <li><p>The generated <var title="true">request</var> is a JSON object encoded in utf-8 as described in <a href="#clear-key-request-format">Licese Request Format</a>.</p></li>
+ <li><p>The generated <var title="true">request</var> is a JSON object encoded in UTF-8 as described in <a href="#clear-key-request-format">License Request Format</a>.</p></li>
<li><p>The request is generated by extracting the key IDs from the <var>init data</var>.</p></li>
<li><p>The "type" member value is the value of the <var title="true">sessionType</var> parameter.</p></li>
</ul>
@@ -1294,7 +1294,7 @@
<li><p>The <coderef>expiration</coderef> attribute is always <code>undefined</code>.</p></li>
<li><p>In the <methodref>update</methodref> algorithm:</p>
<ul>
- <li><p>The <var title="true">response</var> parameter is a JWK Set as described in <a href="#clear-key-licese-format">Licese Format</a>.</p></li>
+ <li><p>The <var title="true">response</var> parameter is a JWK Set as described in <a href="#clear-key-licese-format">License Format</a>.</p></li>
<li><p><var>message</var> is considered invalid if it is not a valid JWK Set with at least one valid JWK key of a valid length for the media type.</p></li>
</ul>
</li>
@@ -1303,7 +1303,7 @@
</p></li>
</ul>
- <h4 id="clear-key-request-format">5.1.3. Licese Request Format</h4>
+ <h4 id="clear-key-request-format">5.1.3. License Request Format</h4>
<p>This section describes the format of the license request provided to the application via the <coderef>message</coderef> attribute of the <precoderef prefix="event">message</precoderef> event.</p>
<p>The format is a JSON object containing the following members:</p>
@@ -1314,7 +1314,7 @@
<dd>The requested <coderef>SessionType</coderef></dd>
</dl>
- <p>When contained in the Uint8Array <coderef>message</coderef> attribute of a <coderef>MediaKeyMessageEvent</coderef> object, the JSON string is encoded in utf-8 as specified in the <a href="http://www.w3.org/TR/encoding/">Encoding</a> specification.
+ <p>When contained in the Uint8Array <coderef>message</coderef> attribute of a <coderef>MediaKeyMessageEvent</coderef> object, the JSON string is encoded in UTF-8 as specified in the <a href="http://www.w3.org/TR/encoding/">Encoding</a> specification.
Applications may decode the contents of the Uint8Array to a JSON string using the <a href="http://www.w3.org/TR/encoding/#interface-textdecoder">TextDecoder interface</a>.
</p>
@@ -1333,7 +1333,7 @@
}
</pre>
- <h4 id="clear-key-licese-format">5.1.4. Licese Format</h4>
+ <h4 id="clear-key-licese-format">5.1.4. License Format</h4>
<p>This section describes the format of the license to be provided via the <var title="true">response</var> parameter of the <methodref>update</methodref> method.</p>
<p>The format is a JSON Web Key (JWK) Set containing representation of the symmetric key to be used for decryption, as defined in the <a href="http://tools.ietf.org/html/draft-ietf-jose-json-web-key">IETF Internet-draft JSON Web Key (JWK) specification</a>.</p>
@@ -1355,7 +1355,7 @@
The <methodref>update</methodref> algorithm compares this value to the <var title="true">sessionType</var>.
</p>
- <p>When passed to the <methodref>update</methodref> method as the Uint8Array <var title="true">response</var> parameter, the JSON string must be encoded in utf-8 as specified in the <a href="http://www.w3.org/TR/encoding/">Encoding</a> specification.
+ <p>When passed to the <methodref>update</methodref> method as the Uint8Array <var title="true">response</var> parameter, the JSON string must be encoded in UTF-8 as specified in the <a href="http://www.w3.org/TR/encoding/">Encoding</a> specification.
Applications may encode the JSON string using the <a href="http://www.w3.org/TR/encoding/#interface-textencoder">TextEncoder interface</a>.
</p>