- From: poot <cvsmail@w3.org>
- Date: Thu, 19 Apr 2012 19:53:18 -0400
- To: public-html-diffs@w3.org
hixie: Fix some typos or copypasta. (whatwg r7061) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5629&r2=1.5630&f=h http://html5.org/tools/web-apps-tracker?from=7060&to=7061 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5629 retrieving revision 1.5630 diff -u -d -r1.5629 -r1.5630 --- Overview.html 19 Apr 2012 23:42:49 -0000 1.5629 +++ Overview.html 19 Apr 2012 23:53:09 -0000 1.5630 @@ -31586,7 +31586,7 @@ able to run the script at the exact time specified.</p> <pre>var sfx = new Audio('sfx.wav'); -var sounds = a.addTextTrack('metadata'); +var sounds = sfx.addTextTrack('metadata'); // add sounds we care about sounds.addCue(new TextTrackCue('dog bark', 12.783, 13.612, '', '', '', true));
Received on Thursday, 19 April 2012 23:53:21 UTC