- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 19 Apr 2012 23:53:13 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv26358 Modified Files: Overview.html Log Message: Fix some typos or copypasta. (whatwg r7061) Index: Overview.html =================================================================== 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:16 UTC