[Bug 21593] New: AudioBufferSourceNode.playbackRate valid range should be specified.

https://www.w3.org/Bugs/Public/show_bug.cgi?id=21593

            Bug ID: 21593
           Summary: AudioBufferSourceNode.playbackRate valid range should
                    be specified.
    Classification: Unclassified
           Product: AudioWG
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Web Audio API
          Assignee: crogers@google.com
          Reporter: padenot@mozilla.com
        QA Contact: public-audio@w3.org

The spec should mention what to do when the playbackRate is zero, and when it
is negative.

fwiw, the |playbackRate| property for media element is specced as such:
- positive case is trivial
- zero pauses the element, without having |paused| == true
- negative plays the media backward.

WebKit treats negative and null value as illegal, and this is fine, but it
should be specced.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Friday, 5 April 2013 15:34:30 UTC