- From: <bugzilla@jessica.w3.org>
- Date: Fri, 24 Sep 2010 17:30:30 +0000
- To: public-html@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=10730
Summary: Confusing spec text in 'media seeking' scenario
Product: HTML WG
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: HTML5 spec (editor: Ian Hickson)
AssignedTo: ian@hixie.ch
ReportedBy: franko@microsoft.com
QAContact: public-html-bugzilla@w3.org
CC: mike@w3.org, public-html-wg-issue-tracking@w3.org,
public-html@w3.org
http://www.w3.org/TR/html5/video.html#dom-media-seeking
>From 4.8.9:
"9.If, when it reaches this step, the user agent has still not established
whether or not the media data for the new playback position is available, and,
if it is, decoded enough data to play back that position, the user agent must
queue a task to fire a simple event named seeking at the element."
The wording here could be clearer. It seems to handle both cases (both when the
new playback position is and is not available), indicating that a seeking event
should be fired no matter what.
SUGGESTED CHANGE:
9. The user agent must queue a task to fire a simple event named seeking at the
element.
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Received on Friday, 24 September 2010 17:30:33 UTC