Skip to content

Commit

Permalink
[e] (0) typo
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@5992 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 12, 2011
1 parent 28ae7c2 commit 558ffb2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -72314,9 +72314,9 @@ <h3 id=obtaining-local-multimedia-content><span class=secno>9.2 </span>Obtaining
why the method doesn't return until the next step: so we can add
exception throwing here) -->

<p>If both <var title="">audio</var> and <var title="">video</var>
<li><p>If both <var title="">audio</var> and <var title="">video</var>
are still false, then throw a <code><a href=#not_supported_err>NOT_SUPPORTED_ERR</a></code>
exception and abort these steps.</p>
exception and abort these steps.</li>

<li><p>Return, and run the remaining steps asynchronously.</li>

Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -72324,9 +72324,9 @@ interface <dfn id=navigatorusermediaerrorcallback>NavigatorUserMediaErrorCallbac
why the method doesn't return until the next step: so we can add
exception throwing here) -->

<p>If both <var title="">audio</var> and <var title="">video</var>
<li><p>If both <var title="">audio</var> and <var title="">video</var>
are still false, then throw a <code><a href=#not_supported_err>NOT_SUPPORTED_ERR</a></code>
exception and abort these steps.</p>
exception and abort these steps.</li>

<li><p>Return, and run the remaining steps asynchronously.</li>

Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -82445,9 +82445,9 @@ interface <dfn>NavigatorUserMediaErrorCallback</dfn> {
why the method doesn't return until the next step: so we can add
exception throwing here) -->

<p>If both <var title="">audio</var> and <var title="">video</var>
<li><p>If both <var title="">audio</var> and <var title="">video</var>
are still false, then throw a <code>NOT_SUPPORTED_ERR</code>
exception and abort these steps.</p>
exception and abort these steps.</p></li>

<li><p>Return, and run the remaining steps asynchronously.</p></li>

Expand Down

0 comments on commit 558ffb2

Please sign in to comment.