- From: <bugzilla@jessica.w3.org>
- Date: Mon, 23 Jan 2012 13:12:52 +0000
- To: public-html-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=15674 Summary: Minor typo: var sfx = new Audio('sfx.wav'); var sounds = a.addTextTrack('metadata'); should (I think!) be var sfx = new Audio('sfx.wav'); var sounds = sfx.addTextTrack('metadata'); Product: HTML WG Version: unspecified Platform: Other URL: http://www.whatwg.org/specs/web-apps/current-work/#tex t-track-api OS/Version: other Status: NEW Severity: normal Priority: P3 Component: other Hixie drafts (editor: Ian Hickson) AssignedTo: ian@hixie.ch ReportedBy: contributor@whatwg.org QAContact: public-html-bugzilla@w3.org CC: mike@w3.org Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html Multipage: http://www.whatwg.org/C#text-track-api Complete: http://www.whatwg.org/c#text-track-api Comment: Minor typo: var sfx = new Audio('sfx.wav'); var sounds = a.addTextTrack('metadata'); should (I think!) be var sfx = new Audio('sfx.wav'); var sounds = sfx.addTextTrack('metadata'); Posted from: 74.125.57.57 User agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1014.0 Safari/535.19 -- Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
Received on Monday, 23 January 2012 13:13:05 UTC