Skip to content

Commit

Permalink
[e] (0) Fix some typos or copypasta.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=15207
Affected topics: Video and Audio

git-svn-id: http://svn.whatwg.org/webapps@6929 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 28, 2012
1 parent d4cc6aa commit 3332bf6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -33910,7 +33910,7 @@ <h5 id=event-definitions><span class=secno>4.8.10.15 </span>Event definitions</h
};

dictionary <dfn id=trackeventinit>TrackEventInit</dfn> : <a href=#eventinit>EventInit</a> {
object? Track;
object? track;
};</pre>

<dl class=domintro><dt><var title="">event</var> . <code title=dom-TrackEvent-track><a href=#dom-trackevent-track>track</a></code></dt>
Expand Down
2 changes: 1 addition & 1 deletion index
Original file line number Diff line number Diff line change
Expand Up @@ -33910,7 +33910,7 @@ interface <dfn id=trackevent>TrackEvent</dfn> : <a href=#event>Event</a> {
};

dictionary <dfn id=trackeventinit>TrackEventInit</dfn> : <a href=#eventinit>EventInit</a> {
object? Track;
object? track;
};</pre>

<dl class=domintro><dt><var title="">event</var> . <code title=dom-TrackEvent-track><a href=#dom-trackevent-track>track</a></code></dt>
Expand Down
2 changes: 1 addition & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -39436,7 +39436,7 @@ interface <dfn>TrackEvent</dfn> : <span>Event</span> {
};

dictionary <dfn>TrackEventInit</dfn> : <span>EventInit</span> {
object? Track;
object? track;
};</pre>

<dl class="domintro">
Expand Down

0 comments on commit 3332bf6

Please sign in to comment.