- From: <bugzilla@jessica.w3.org>
- Date: Mon, 03 Jun 2013 15:42:17 +0000
- To: public-media-capture@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=22249 Bug ID: 22249 Summary: should setting media.currentTime throw InvalidStateError? Classification: Unclassified Product: WebRTC Working Group Version: unspecified Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P2 Component: Media Capture and Streams Assignee: public-media-capture@w3.org Reporter: dom@w3.org CC: public-media-capture@w3.org The spec currently says that the UA must ignore attempts to set media.currentTime when that media is assigned a mediastream. But the HTML spec says: "On setting, if the media element has a current media controller, then the user agent must throw an InvalidStateError exception" http://www.w3.org/html/wg/drafts/html/CR/embedded-content-0.html#dom-media-currenttime and a MediaStream assignment is similar on many other aspects to having a media controller, which suggests that trying to set currentTime should throw an InvalidStateError; that's also what Firefox currently does. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.
Received on Monday, 3 June 2013 15:42:22 UTC