- From: <bugzilla@jessica.w3.org>
- Date: Mon, 03 Jun 2013 15:02:37 +0000
- To: public-media-capture@w3.org
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