Skip to content

Commit

Permalink
[e] (0) Typo in table caption regarding *track.kind (leftover from wh…
Browse files Browse the repository at this point in the history
…en it was called getKind)

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=25133
Affected topics: Video and Audio

git-svn-id: http://svn.whatwg.org/webapps@8607 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 5, 2014
1 parent 95fab32 commit 1662467
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -28256,7 +28256,7 @@ <h6 id=audiotracklist-and-videotracklist-objects><span class=secno>4.7.10.10.1 <

</div>

<table id=dom-TrackList-getKind-categories><caption>Return values for <code title=dom-AudioTrack-kind><a href=#dom-audiotrack-kind>AudioTrack.kind()</a></code> and <code title=dom-VideoTrack-kind><a href=#dom-videotrack-kind>VideoTrack.kind()</a></code></caption>
<table id=dom-TrackList-getKind-categories><caption>Return values for <code title=dom-AudioTrack-kind><a href=#dom-audiotrack-kind>AudioTrack.kind</a></code> and <code title=dom-VideoTrack-kind><a href=#dom-videotrack-kind>VideoTrack.kind</a></code></caption>
<thead><tr><th>Category
<th>Definition
<th>Applies to...</th>
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -28256,7 +28256,7 @@ interface <dfn id=videotrack>VideoTrack</dfn> {

</div>

<table id=dom-TrackList-getKind-categories><caption>Return values for <code title=dom-AudioTrack-kind><a href=#dom-audiotrack-kind>AudioTrack.kind()</a></code> and <code title=dom-VideoTrack-kind><a href=#dom-videotrack-kind>VideoTrack.kind()</a></code></caption>
<table id=dom-TrackList-getKind-categories><caption>Return values for <code title=dom-AudioTrack-kind><a href=#dom-audiotrack-kind>AudioTrack.kind</a></code> and <code title=dom-VideoTrack-kind><a href=#dom-videotrack-kind>VideoTrack.kind</a></code></caption>
<thead><tr><th>Category
<th>Definition
<th>Applies to...</th>
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -30235,7 +30235,7 @@ interface <dfn>VideoTrack</dfn> {
</div>

<table id="dom-TrackList-getKind-categories">
<caption>Return values for <code data-x="dom-AudioTrack-kind">AudioTrack.kind()</code> and <code data-x="dom-VideoTrack-kind">VideoTrack.kind()</code></caption>
<caption>Return values for <code data-x="dom-AudioTrack-kind">AudioTrack.kind</code> and <code data-x="dom-VideoTrack-kind">VideoTrack.kind</code></caption>
<thead>
<tr>
<th>Category
Expand Down

0 comments on commit 1662467

Please sign in to comment.