[html5] r6929 - [e] (0) Fix some typos or copypasta. Fixing https://www.w3.org/Bugs/Public/show_ [...]
whatwg at whatwg.org
whatwg at whatwg.org
Sat Jan 28 14:00:24 PST 2012
Author: ianh
Date: 2012-01-28 14:00:18 -0800 (Sat, 28 Jan 2012)
New Revision: 6929
Modified:
complete.html
index
source
Log:
[e] (0) Fix some typos or copypasta.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=15207
Affected topics: Video and Audio
Modified: complete.html
===================================================================
--- complete.html 2012-01-28 18:28:30 UTC (rev 6928)
+++ complete.html 2012-01-28 22:00:18 UTC (rev 6929)
@@ -33910,7 +33910,7 @@
};
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>
Modified: index
===================================================================
--- index 2012-01-28 18:28:30 UTC (rev 6928)
+++ index 2012-01-28 22:00:18 UTC (rev 6929)
@@ -33910,7 +33910,7 @@
};
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>
Modified: source
===================================================================
--- source 2012-01-28 18:28:30 UTC (rev 6928)
+++ source 2012-01-28 22:00:18 UTC (rev 6929)
@@ -39436,7 +39436,7 @@
};
dictionary <dfn>TrackEventInit</dfn> : <span>EventInit</span> {
- object? Track;
+ object? track;
};</pre>
<dl class="domintro">
More information about the Commit-Watchers
mailing list