This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 9375 - progress uses ProgressEvent
Summary: progress uses ProgressEvent
Status: VERIFIED INVALID
Alias: None
Product: HTML WG
Classification: Unclassified
Component: pre-LC1 HTML5 spec (editor: Ian Hickson) (show other bugs)
Version: unspecified
Hardware: PC Linux
: P3 minor
Target Milestone: ---
Assignee: Ian 'Hixie' Hickson
QA Contact: HTML WG Bugzilla archive list
URL: http://dev.w3.org/html5/spec/Overview...
Whiteboard:
Keywords: editorial
Depends on:
Blocks:
 
Reported: 2010-03-31 18:16 UTC by Philippe Le Hegaret
Modified: 2010-10-09 14:39 UTC (History)
6 users (show)

See Also:


Attachments

Description Philippe Le Hegaret 2010-03-31 18:16:32 UTC
Unless I'm mistaken, in the table of section 4.8.9.12 Event summary [1], the progress event should use the interface ProgressEvent, and not simply Event. In the table of section 5.6.1.1 Event summary [2] properly lists the ProgressEvent interface.



[1] http://dev.w3.org/html5/spec/Overview.html#mediaevents
[2] http://dev.w3.org/html5/spec/Overview.html#appcacheevents
Comment 1 Anne 2010-04-01 14:57:00 UTC
We moved away from using ProgressEvent for media elements because media elements have their own way of tracking progress already which is more suitable. (They also never complete loading.)