Fix typo in sourceclose event summary.
authorAaron Colwell <acolwell@google.com>
Mon, 30 Apr 2012 08:53:23 -0700
changeset 3 74dbb0e7f4aa
parent 2 91d2349cdc63
child 4 0c4cf4b54490
Fix typo in sourceclose event summary.
media-source/generate-html-spec.sh
media-source/media-source.html
media-source/media-source.xml
--- a/media-source/media-source.html	Mon Apr 16 13:02:46 2012 -0700
+++ b/media-source/media-source.html	Mon Apr 30 08:53:23 2012 -0700
@@ -317,7 +317,6 @@
     </div>
     <div class="issue">Using <code><a href="#dom-mediasourceurl">mediaSourceURL</a></code> is one approach to switching the media element into "media source" mode. Alternative approaches should be explored to improve consistency with other APIs and provide a declarative mechanism for enabling "media source" mode.</div>
 
-
     <p>The <dfn id="dom-sourceaddid"><code>sourceAddId(id, type)</code></dfn> method must run the following steps:</p>
     <ol>
       <li>If <var title="true">id</var> is null or an empty string then throw an <code><a href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#dom-domexception-invalid_access_err">INVALID_ACCESS_ERR</a></code> exception and abort these steps.</li>
@@ -494,7 +493,7 @@
         <tr>
           <td><dfn id="dom-sourceclose"><code>sourceclose</code></dfn></td>
           <td><code>Event</code></td>
-          <td>When the source transitions from <code><a href="#dom-source_open">SOURCE_OPEN</a></code> or <code><a href="#dom-source_ended">SOURCE_ENDED</a></code> to <code><a href="#dom-source_ended">SOURCE_ENDED</a></code>.</td>
+          <td>When the source transitions from <code><a href="#dom-source_open">SOURCE_OPEN</a></code> or <code><a href="#dom-source_ended">SOURCE_ENDED</a></code> to <code><a href="#dom-source_closed">SOURCE_CLOSED</a></code>.</td>
         </tr>
       </tbody>
     </table>
--- a/media-source/media-source.xml	Mon Apr 16 13:02:46 2012 -0700
+++ b/media-source/media-source.xml	Mon Apr 30 08:53:23 2012 -0700
@@ -474,7 +474,7 @@
         <tr>
           <td><codedfn>sourceclose</codedfn></td>
           <td><code>Event</code></td>
-          <td>When the source transitions from <coderef>SOURCE_OPEN</coderef> or <coderef>SOURCE_ENDED</coderef> to <coderef>SOURCE_ENDED</coderef>.</td>
+          <td>When the source transitions from <coderef>SOURCE_OPEN</coderef> or <coderef>SOURCE_ENDED</coderef> to <coderef>SOURCE_CLOSED</coderef>.</td>
         </tr>
       </tbody>
     </table>