[html5] r8607 - [e] (0) Typo in table caption regarding *track.kind (leftover from when it was c [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon May 5 14:57:40 PDT 2014


Author: ianh
Date: 2014-05-05 14:57:37 -0700 (Mon, 05 May 2014)
New Revision: 8607

Modified:
   complete.html
   index
   source
Log:
[e] (0) Typo in table caption regarding *track.kind (leftover from when it was called getKind)
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=25133
Affected topics: Video and Audio

Modified: complete.html
===================================================================
--- complete.html	2014-05-05 21:42:43 UTC (rev 8606)
+++ complete.html	2014-05-05 21:57:37 UTC (rev 8607)
@@ -28256,7 +28256,7 @@
 
   </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>

Modified: index
===================================================================
--- index	2014-05-05 21:42:43 UTC (rev 8606)
+++ index	2014-05-05 21:57:37 UTC (rev 8607)
@@ -28256,7 +28256,7 @@
 
   </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>

Modified: source
===================================================================
--- source	2014-05-05 21:42:43 UTC (rev 8606)
+++ source	2014-05-05 21:57:37 UTC (rev 8607)
@@ -30235,7 +30235,7 @@
   </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




More information about the Commit-Watchers mailing list