Bug 99799 - WebKit's algorithms for inserting events into an AudioParam does not match the spec
Summary: WebKit's algorithms for inserting events into an AudioParam does not match th...
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Audio (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-18 20:05 PDT by Ehsan Akhgari [:ehsan]
Modified: 2012-10-18 20:05 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ehsan Akhgari [:ehsan] 2012-10-18 20:05:37 PDT
At least, it fails to check for the setValueCurveAtTime cases.  Also, it seems to me like it violates the following sentence of the spec as well:

"If one of these events is added at a time where there is already one or more events of a different type, then it will be placed in the list after them, but before events whose times are after the event."