[Bug 22246] New: media.buffered should have length 0

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

            Bug ID: 22246
           Summary: media.buffered should have length 0
    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 HTML5 spec says:
"The buffered attribute must return a new static normalized TimeRanges object
that represents the ranges of the media resource, if any, that the user agent
has buffered"
http://www.w3.org/html/wg/drafts/html/CR/embedded-content-0.html#dom-media-buffered

This suggests to me that when no range have been buffered, no TimeRanges should
be returned, and thus media.buffered should have zero length (and thus no need
to define what .start() and .end() do on it)

-- 
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:02:38 UTC